Releases: dependents/node-source-walk
Releases · dependents/node-source-walk
v4.2.0
What's Changed
- add babel-parser plugins by @dariuszpaluch in #26
New Contributors
- @dariuszpaluch made their first contribution in #26
Full Changelog: v4.1.0...v4.2.0
v4.1.0
Full Changelog: v4.0.0...v4.1.0
v4.0.0
What's Changed
- Require Node.js 6 and use Babel 7 by @realityking in #24
New Contributors
- @realityking made their first contribution in #24
Full Changelog: v3.3.0...v4.0.0
v3.3.0
Support esprima-fb
For use in detective-es6
Expose traverse
Useful if you want to traverse a node (during an ongoing traversal of a larger tree) with a custom callback.
Specific example:
Once I find a node representing an AMD define(function(require){}); syntax, look within the function(require){} for nodes that represent functions calls to require to pull out their literal dependencies.
Stable
v1.0.0 Initial