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

Issues with arrow functions without parenthesis. #40

Closed
gandm opened this issue Aug 9, 2015 · 1 comment
Closed

Issues with arrow functions without parenthesis. #40

gandm opened this issue Aug 9, 2015 · 1 comment

Comments

@gandm
Copy link
Owner

gandm commented Aug 9, 2015

statements like arg => {} are tricky to parse well using current grammar. Use (arg) => {} as a alternative.

@gandm
Copy link
Owner Author

gandm commented Aug 10, 2015

Fixed all known arrow function issues in 0.11.1

@gandm gandm closed this as completed Aug 10, 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

No branches or pull requests

1 participant