esquery-jsx

1.0.0 • Public • Published

ESQuery-jsx

ESQuery-jsx is a library for querying the AST output by Esprima for patterns of syntax using a CSS style selector system. With JSX support.

Full Documentation

Thanks

Thanks to allesklarbeidir for raising the following PR.

Plan Going forward

Once the JSX PR lands in esquery, I will depdeprecate esquery-jsx;

For JSX-Support use:

var esquery = require("esquery/jsx");

instead of:

var esquery = require("esquery");

(Note the '/jsx' part)

Build Status

Package Sidebar

Install

npm i esquery-jsx

Weekly Downloads

1

Version

1.0.0

License

BSD-3-Clause

Unpacked Size

94.4 kB

Total Files

7

Last publish

Collaborators

  • sabeurthabti