estools / esquery

ECMAScript AST query library.
http://estools.github.io/esquery/
Other
825 stars 91 forks source link

add esquery.traverse method #100

Closed brettz9 closed 4 years ago

brettz9 commented 4 years ago

This closes #45 as it is a rebased version on master (with added jsdoc).

Although it was already passing all tests with 100% coverage after rebasing (since the new function was already being used internally), I added a dedicated testing file with a basic check that it is receiving back the expected arguments.