This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 244
Add Espree Parser #77
Comments
xjamundx
pushed a commit
to xjamundx/eslint.github.io
that referenced
this issue
Aug 14, 2015
xjamundx
pushed a commit
to xjamundx/eslint.github.io
that referenced
this issue
Aug 14, 2015
xjamundx
pushed a commit
to xjamundx/eslint.github.io
that referenced
this issue
Aug 14, 2015
This is super cool: |
Very nice indeed! Looks like he's planning to add other parsers as well (Espree included): fkling/astexplorer#20 |
I'm almost there, will publish something in the next few days. I was also thinking to support eslint plugin prototyping. Currently, when you click the transform button, you will get jscodeshift for generic AST-to-AST transform stuff. But if I generalize this a bit, then the "transform" could be interpreted as eslint plugin (and load and run eslint). It should be relatively easy then to add new tools. That's a bit further down the road though. |
Added espree and got a shine new domain: http://astexplorer.net/. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Let's do an updated version of this using espree:
http://esprima.org/demo/parse.html
We could borrow the style used here:
https://babeljs.io/repl/
The text was updated successfully, but these errors were encountered: