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.