We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#each
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
8.30.0
eslint-plugin-svelte
2.14.1
n/a, see playground link
{#each a( // a) as a} <A/>{/each}
eslint finishes checking the code in a timely manner
eslint hangs
https://ota-meshi.github.io/eslint-plugin-svelte/playground/#eJyrVkrOT0lVslKqVk5NTM5QSNSIydPXj8lL1FRILFZIrI3Js3HUt6vWB0nWKtUCAGG/Dwg=
the playground hangs when it tries to check this code
when running eslint locally, it hangs forever with no output
eslint
also related: eslint --fix incorrectly changes the wrong line on each block with comment on separate line #327 the only difference is the number of characters in the comment and the component name. while trying to reduce this to a minimal example, the behavior kept changing depending on how many characters each line had
eslint --fix
The text was updated successfully, but these errors were encountered:
Thank you for this issue! This issue seems to be fixed in sveltejs/svelte-eslint-parser#262. Previous wrong AST caused an infinite loop within ESLint.
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Before You File a Bug Report Please Confirm You Have Done The Following...
What version of ESLint are you using?
8.30.0
What version of
eslint-plugin-svelte
are you using?2.14.1
What did you do?
Configuration
n/a, see playground link
What did you expect to happen?
eslint finishes checking the code in a timely manner
What actually happened?
eslint hangs
Link to GitHub Repo with Minimal Reproducible Example
https://ota-meshi.github.io/eslint-plugin-svelte/playground/#eJyrVkrOT0lVslKqVk5NTM5QSNSIydPXj8lL1FRILFZIrI3Js3HUt6vWB0nWKtUCAGG/Dwg=
Additional comments
the playground hangs when it tries to check this code

when running
eslint
locally, it hangs forever with no outputalso related:
eslint --fix
incorrectly changes the wrong line on each block with comment on separate line #327the only difference is the number of characters in the comment and the component name. while trying to reduce this to a minimal example, the behavior kept changing depending on how many characters each line had
The text was updated successfully, but these errors were encountered: