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

New: spread operator (refs #10) #60

Merged
merged 1 commit into from
Feb 13, 2015
Merged

New: spread operator (refs #10) #60

merged 1 commit into from
Feb 13, 2015

Conversation

xjamundx
Copy link
Contributor

  • supports for the spread operator
  • test cases
  • error test cases
  • more test cases

@@ -113,6 +113,9 @@ var ast = espree.parse(code, {
// enable React JSX parsing
jsx: true,

// support the spread operator
spread: true,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move above JSX, trying to keep ES6 features grouped together

@xjamundx
Copy link
Contributor Author

I think this is ready, let me know if you have any more feedback :)

@nzakas
Copy link
Member

nzakas commented Feb 13, 2015

You, sir, are a machine! Looks good to me.

nzakas added a commit that referenced this pull request Feb 13, 2015
New: spread operator (refs #10)
@nzakas nzakas merged commit 692b9b1 into eslint:master Feb 13, 2015
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