-
-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does espree support the exponentiation operator? #246
Comments
You might wanna open this issue on acorn repo? |
We can add it since its stage 4. |
I'm not sure what Acorn's policy is on ES7 yet. |
@nzakas Thank you very much for acornjs/acorn#382! |
Any chance this could make it in, so that it can make it up to eslint? ES7 is a-comin! |
Only blocker was waiting on an Acorn release, and that just happened, so it can make its way soon. (I need to add some exponentiation operator tests to Espree to validate the token output.) |
Yay, thanks! |
I took a quick look at this. Unfortunately, Acorn has several breaking changes that makes this a more involved upgrade than I expected. :( |
I found a bug in Acorn's implementation, so blocked on that now: acornjs/acorn#384 |
The Acorn bug has been fixed, just waiting for a new release. |
yay, Acorn has released v3.0.4 |
New: Support ecmaVersion 7 (fixes #246)
It arrived the stage 4 (finished).
https://tc39.github.io/process-document/
https://twitter.com/bterlson/status/692795335891099648
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: