Closed
Description
Before You File a Bug Report Please Confirm You Have Done The Following...
- I have tried restarting my IDE and the issue persists.
- I have updated to the latest version of the packages.
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
{#each a(
//
a) as a}
<A/>{/each}
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
Additional comments
-
the playground hangs when it tries to check this code
when running
eslint
locally, it hangs forever with no output -
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
Metadata
Metadata
Assignees
Labels
No labels