keeyip / esquery

ECMAScript AST query library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forked Additions:

  • mustache selector for custom matchers, query('Program:{dosomething arg0 arg1 arg2}') calls query.matchMustache(node, selector, ancestry)::boolean,

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:

Build Status

About

ECMAScript AST query library.

License:Other


Languages

Language:JavaScript 100.0%