We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
=>
Currently, espree can parse below:
var a = () => 0;
But this might be a syntax error.
http://www.ecma-international.org/ecma-262/6.0/#sec-arrow-function-definitions
ArrowFunction[In, Yield] : ArrowParameters[?Yield] [no LineTerminator here] => ConciseBody[?In]
The text was updated successfully, but these errors were encountered:
Yup, that's a bug
Sorry, something went wrong.
I'll take a look
Fix: newlines in arrow functions (fixes eslint#172)
b9c1bfa
2b85a1d
Merge pull request #188 from xjamundx/arrow-rest
84b84de
Fix: Various Arrow Function Issues (fixes #187, fixes #145 and fixes #172)
Thank you!
xjamundx
No branches or pull requests
Currently, espree can parse below:
But this might be a syntax error.
http://www.ecma-international.org/ecma-262/6.0/#sec-arrow-function-definitions
The text was updated successfully, but these errors were encountered: