@gerhobbelt/esquery

A query library for ECMAScript AST using a CSS selector like query language.


Keywords
ast, ecmascript, javascript, query
License
BSD-3-Clause
Install
npm install @gerhobbelt/esquery@1.0.1-8

Documentation

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:

See API usage.md document for API usage examples and explanations.

Build Status