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
I'd expect this to work like find does, using the 2nd parameter as a filter. Unfortunately, adding the 2nd parameter causes it to find the ReturnStatement instead of the top level Foo function
The text was updated successfully, but these errors were encountered:
Here's an example: http://felix-kling.de/esprima_ast_explorer/#/WhIlcdMzwh/1
I'd expect this to work like find does, using the 2nd parameter as a filter. Unfortunately, adding the 2nd parameter causes it to find the
ReturnStatement
instead of the top level Foo functionThe text was updated successfully, but these errors were encountered: