-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Is there a sense to add generic nodes to traversing, such as Expression, Function, Node, Statement, Declaration, Pattern?
That is done in ast-types, and that feature seems to be quite useful.
For example:
visit(ast, {
//walk into any node
Node: function(node){
}
});Just an idea.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels