buxlabs / abstract-syntax-tree

A library for working with abstract syntax trees.
MIT License
110 stars 13 forks source link

support more complex queries #20

Closed emilos closed 7 years ago

emilos commented 7 years ago

it would be nice to extend current possibilities of the query / find methods with the capabilities of astq:

https://github.com/rse/astq

e.g. maybe via:

ast.find('VariableDeclaration', { engine: 'astq' });