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
8.56.0
eslint-plugin-svelte
2.63.0-next.5
ESlint fails to parse snippets whose arguments are function calls.
<script lang="ts"> import type { Snippet } from "svelte"; let { foo } = $props<{ foo: Snippet<[string]> }>(); function bar() { return "baz"; } </script> {@render foo(bar())}
Parsing should not fail.
13:11 error Parsing error: ')' expected ✖ 1 problem (1 error, 0 warnings)
https://github.com/abdel-17/svelte-eslint-bug-reproduction
No response
The text was updated successfully, but these errors were encountered:
{@render}
{#snippet}
Successfully merging a pull request may close this issue.
Before You File a Bug Report Please Confirm You Have Done The Following...
What version of ESLint are you using?
8.56.0
What version of
eslint-plugin-svelte
are you using?2.63.0-next.5
What did you do?
ESlint fails to parse snippets whose arguments are function calls.
What did you expect to happen?
Parsing should not fail.
Screen.Recording.2024-02-21.at.12.54.57.PM.mov
What actually happened?
13:11 error Parsing error: ')' expected ✖ 1 problem (1 error, 0 warnings)
Link to GitHub Repo with Minimal Reproducible Example
https://github.com/abdel-17/svelte-eslint-bug-reproduction
Additional comments
No response
The text was updated successfully, but these errors were encountered: