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 acorn to ^3.1.0 #14

Merged
merged 1 commit into from
Jun 3, 2016
Merged

Update acorn to ^3.1.0 #14

merged 1 commit into from
Jun 3, 2016

Conversation

TimothyGu
Copy link
Collaborator

@TimothyGu TimothyGu commented Jun 3, 2016

First, the ES5 fallback in reallyParse is now unnecessary because the bug is now fixed in acorn, although a major bump is required since ES6 and ES5 are not fully compatible.

Second, a bug-fix in the AST walker made the walker now go through CatchClause as well, changing the number of parents before the param property while making it possible to attach the locals on the entire CatchClause, which is a cleaner solution.

First, the ES5 fallback in `reallyParse` is now unnecessary because the
bug is now fixed in acorn.

Second, a bug-fix in the AST walker made the walker now go through
CatchClause as well, changing the number of parents before the `param`
property while making it possible to attach the locals on the entire
CatchClause, which is a cleaner solution.
@ForbesLindesay ForbesLindesay merged commit 15fbb44 into master Jun 3, 2016
@ForbesLindesay ForbesLindesay deleted the acorn-update branch June 3, 2016 15:53
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.

2 participants