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
{{ message }}
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.
After you parse a file or string it will return an AST node (the root node of the program), that node (and any other node) has a getPos() method that gives you location information. If you use the JavaScript parser library, that is.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
just bumped into the library. Thinking it's still missing the line:col info and range info like esprima does: http://esprima.org/demo/parse.html
Maybe it is good to add it down the road.
The text was updated successfully, but these errors were encountered: