You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That sounds very nice.
I'm now planning to generate estraverse and esrecurse node shape spec from estree automatically.
That has category information (such as, Node, Statement etc.) So after that, based on this category, we can implement your suggestion :)
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:
Just an idea.
The text was updated successfully, but these errors were encountered: