Skip to content
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

Add es6 support #3

Merged
merged 1 commit into from
Oct 22, 2015
Merged

Add es6 support #3

merged 1 commit into from
Oct 22, 2015

Conversation

rafayepes
Copy link

Changed from esprima to esprima-fb. Now it seems to parse well files with ES6 syntax

@pahen
Copy link

pahen commented Oct 22, 2015

👍

mixu added a commit that referenced this pull request Oct 22, 2015
@mixu mixu merged commit bc88f5b into mixu:master Oct 22, 2015
@mixu
Copy link
Owner

mixu commented Oct 22, 2015

👍 thanks! Merged!

@mixu
Copy link
Owner

mixu commented Oct 22, 2015

published as v0.1.0

@rafayepes
Copy link
Author

Thanks!

@ariya
Copy link
Contributor

ariya commented Oct 23, 2015

Ah, this is not recommend. Facebook stopped maintaining their Esprima fork. Meanwhile, the latest Esprima 2.x has a complete ES6 support already (see among others https://groups.google.com/d/msg/esprima/2jEogfxzjqI/B4GzlxDnFAAJ).

I highly recommend updating to the latest Esprima 2.7.0 instead.

@rafayepes
Copy link
Author

Oh, my bad. Missed that. Tried last version of Esprima and indeed seems to support ES6. And if Facebook fork is no longer supported, I believe that as @ariya said, it'll be better to update to last Esprima version.

Sorry for that guys!

@ariya ariya mentioned this pull request Nov 7, 2015
@mixu
Copy link
Owner

mixu commented Nov 16, 2015

updated to Esprima 2, published as 0.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants