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 esprima to 2.5.x #420

Merged
merged 1 commit into from
Aug 7, 2015
Merged

Update esprima to 2.5.x #420

merged 1 commit into from
Aug 7, 2015

Conversation

nkt
Copy link
Contributor

@nkt nkt commented Aug 6, 2015

Why I need this: I have code like this:

function* foo() {
  return {
    bar: yield baz()
  };
}

I guess 2.4.x version of esprima fail while it's parsing this code.

gotwarlost added a commit that referenced this pull request Aug 7, 2015
Update esprima to 2.5.x
@gotwarlost gotwarlost merged commit dd77499 into gotwarlost:master Aug 7, 2015
@nkt nkt deleted the patch-1 branch August 7, 2015 11:04
@nkt nkt restored the patch-1 branch August 7, 2015 11:04
@nkt nkt deleted the patch-1 branch August 7, 2015 11:04
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.

None yet

2 participants