Skip to content

Releases: dependents/node-source-walk

v4.2.0

03 May 15:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.0...v4.2.0

v4.1.0

03 May 15:48
Compare
Choose a tag to compare

Full Changelog: v4.0.0...v4.1.0

v4.0.0

03 May 15:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.0...v4.0.0

v3.3.0

03 May 15:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.1...v3.3.0

Support esprima-fb

28 Oct 03:31
Compare
Choose a tag to compare

Expose traverse

19 Mar 18:11
Compare
Choose a tag to compare

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

18 Mar 22:40
Compare
Choose a tag to compare
v1.0.0

Initial