1.0.0 • Published 6 years ago

esquery-jsx v1.0.0

Weekly downloads
4
License
BSD-3-Clause
Repository
github
Last release
6 years ago

#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