-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
12$: Improve diagnostic: f = () {} #461
Labels
for hire
Get paid for working on this task: https://quick-lint-js.com/hiring.html
good first issue
Good for newcomers and C++ beginners
Comments
Similar: client.on('error', error {
reportError(error);
}); Expected: "missing '=>' or ','" |
strager
changed the title
Improve diagnostic: f = () {}
12$: Improve diagnostic: f = () {}
Oct 13, 2021
strager
added
for hire
Get paid for working on this task: https://quick-lint-js.com/hiring.html
good first issue
Good for newcomers and C++ beginners
labels
Oct 13, 2021
strager
pushed a commit
that referenced
this issue
Nov 3, 2021
The following code: let f = () {} Should report error_missing_arrow_operator_in_arrow_function Fix: #461
The |
I claim this for-hire task. I expect payment after I complete this task. I will email the quick-lint-js team if I am assigned this task. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
for hire
Get paid for working on this task: https://quick-lint-js.com/hiring.html
good first issue
Good for newcomers and C++ beginners
Expected: "missing '=>'"
The text was updated successfully, but these errors were encountered: