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

[ES6]: Simplify implementation of ArrowFunctionExpression #1056

Closed
ikarienator opened this issue Feb 16, 2015 · 1 comment
Closed

[ES6]: Simplify implementation of ArrowFunctionExpression #1056

ikarienator opened this issue Feb 16, 2015 · 1 comment
Labels
Milestone

Comments

@ikarienator
Copy link
Contributor

The current implementation of ArrowFunctionExpression checks the placeholder in many places. In fact the placehold is only needed to be checked in parseAssignmentExpression.

@mikesherov
Copy link
Member

This work was done in #1093

@ariya ariya modified the milestones: 2.1, 2.2 Mar 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants