-
-
Notifications
You must be signed in to change notification settings - Fork 191
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
Error E0718 is not an actual error #1199
Comments
I faced exact same error and it should be removed imo. |
This diagnostic should be removed. In fact, it is removed in master (#1192). I will ship the fix in version 3.2. |
@strager Thank you! |
Nah, my brain just wasn't working. 😄 |
Fix released in version 3.2.0. |
The error as documented in the official docs https://quick-lint-js.com/errors/E0718/
implies that the following scenario should throw an error:
But the actual output when running the code is:
Is there a good reason for this error to be listed or should be removed?
The text was updated successfully, but these errors were encountered: