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
This project doesn't seems to be maintained anymore, so I'm leaving this as an issue instead of a PR. For anyone that's looking to do parsing with JavaScript file that esprima can't parse (ex.: with newer features & syntax), I did a fork that switched the AST engine to acorn and fixed some of the analysis issue that's encountered with recent features. It should work on most recently written file, but there may be some issues here and there.