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
no-named-as-default-member.js:85:42
Unsure what source makes it crash... Narrowed it down to:
function someFunction() { switch (someVariable) { case 'something': { const { // The error is reported at the { on this line ...rest } = someGlobal; } } }
The text was updated successfully, but these errors were encountered:
Agh, must be the destructuring spread. Thanks for the heads up.
I think I want to build up cases like this and run against every rule to catch these kinds of gotchas.
Thanks for the tip!
Sorry, something went wrong.
added syntax battery to test utils for future use + fixed #281
f10db9f
c6740d0
Successfully merging a pull request may close this issue.
no-named-as-default-member.js:85:42
Unsure what source makes it crash... Narrowed it down to:
The text was updated successfully, but these errors were encountered: