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

Support for arrow function #240

Closed
wants to merge 1 commit into from
Closed

Conversation

pioug
Copy link

@pioug pioug commented Apr 8, 2016

I would like to add support for ES6 arrow function.

As far as I know, the modification is not big since ArrowFunctionExpression and FunctionExpression structures are quite similar. The only difference I think of is the case of a body without curly brace like in x => x instead of x => { return x; }.

My little contributtion towards ES6 support #237

@ramabouda ramabouda mentioned this pull request Jun 3, 2016
@olov
Copy link
Owner

olov commented Jun 8, 2016

#245

@schmod
Copy link

schmod commented Aug 1, 2016

@olov
Copy link
Owner

olov commented Oct 1, 2016

#245

@olov olov closed this Oct 1, 2016
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.

3 participants