Parsing error: Cannot read properties of null (reading 'end') when using #each
without an item
#986
Closed
2 tasks done
#each
without an item
#986
Before You File a Bug Report Please Confirm You Have Done The Following...
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
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
REPL
Additional comments
No response
The text was updated successfully, but these errors were encountered: