Skip to content
 
 

Repository files navigation

ESQuery is a library for querying the AST output by Esprima for patterns of syntax using a CSS style selector system. Check out the demo:

demo

The following selectors are supported:

For JSX-Support use:

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

instead of:

var esquery = require("esquery");

(Note the '/jsx' part)

Build Status

About

ECMAScript AST query library.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages