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

Update recast and use esprima as AST parser #74

Merged
merged 1 commit into from
Aug 18, 2015

Conversation

marcioj
Copy link
Collaborator

@marcioj marcioj commented Aug 15, 2015

recast uses by default esprima-fb parser, but it's being deprecated. And also this implementation doesn't handle some particular cases like using reserved keywords as identifiers in object destructuring statements like const { get, set } = Ember;. So this PR changes the default AST parser to esprima and updates the recast version, since the current version doesn't know how to deal with some AST definitions from esprima.

Fixes #70

marcioj added a commit that referenced this pull request Aug 18, 2015
Update recast and use esprima as AST parser
@marcioj marcioj merged commit bce7806 into abuiles:master Aug 18, 2015
@marcioj marcioj deleted the update-recast branch August 18, 2015 23:23
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.

1 participant