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
svelte(js_parse_error)
With this code:
foo! += 1;
(which is valid typescript)
Svelte throws Assigning to rvalue svelte(js_parse_error)
Assigning to rvalue svelte(js_parse_error)
REPL
No response
svelte@5.0.0-next.259
annoyance
The text was updated successfully, but these errors were encountered:
I'm 99% sure it's an upstream bug in acorn-typescript
Sorry, something went wrong.
foo! += 1
Confirmed, opened an issue there
TyrealHu/acorn-typescript#64
acorn-typescript seems to be abandoned.
acorn-typescript
No branches or pull requests
Describe the bug
With this code:
(which is valid typescript)
Svelte throws
Assigning to rvalue svelte(js_parse_error)
Reproduction
REPL
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: