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?
9.17.0
What version of eslint-plugin-svelte
are you using?
2.46.1
What did you do?
With Svelte Advent they introduced each blocks without an item
This is the example provided in the docs
<div class="chess-board">
{#each { length: 8 }, rank}
{#each { length: 8 }, file}
<div class:black={(rank + file) % 2 === 1}></div>
{/each}
{/each}
</div>
What did you expect to happen?
To be valid code
What actually happened?
Throws this error at 0:0:
Parsing error: Cannot read properties of null (reading 'end')
Link to GitHub Repo with Minimal Reproducible Example
Additional comments
No response
Metadata
Metadata
Assignees
Labels
No labels