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: Add experimental object rest/spread (fixes #163) #166

Merged
merged 1 commit into from
Jul 15, 2015
Merged

Conversation

nzakas
Copy link
Member

@nzakas nzakas commented Jul 15, 2015

No description provided.

globalReturn: true,

// allow experimental object rest/spread
experimentalObjectRestSpread: true
Copy link
Member

Choose a reason for hiding this comment

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

Would this be better as an object like this:

experimental: {
       ObjectRestSpread: true
}

So that its easy to add more and they are all under the same block.
And individually each name is intact meaning wise like "ObjectRestSpread"

Copy link
Member Author

Choose a reason for hiding this comment

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

No, that would complicate the logic. Better to just keep it a single name like everything else.

nzakas added a commit that referenced this pull request Jul 15, 2015
New: Add experimental object rest/spread (fixes #163)
@nzakas nzakas merged commit a4c055c into master Jul 15, 2015
@nzakas nzakas deleted the issue163 branch July 15, 2015 17:58
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