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
Currently, it's only possible to specify either a) concrete types, or b) aliases. In some cases (especially for debugging purposes), it would be useful to be able to specify a * visitor that fires on any kind of node. Unfortunately @babel/types does not seem to provide an alias for this.
Perhaps this would be useful as a feature in babel-walk?
The text was updated successfully, but these errors were encountered:
Currently, it's only possible to specify either a) concrete types, or b) aliases. In some cases (especially for debugging purposes), it would be useful to be able to specify a
*
visitor that fires on any kind of node. Unfortunately@babel/types
does not seem to provide an alias for this.Perhaps this would be useful as a feature in
babel-walk
?The text was updated successfully, but these errors were encountered: