We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
foo! += 1
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
If i try to parse the expression in the title i get an error despite it being a valid typescript syntax.
Syntax:
let foo: number | null = 1; foo! += 1;
Error:
Error: Assigning to rvalue (3:0)
Repo: link
Related issue:
sveltejs/svelte#13409
We are using acorn-typescript in svelte to parse typescript scripts and this bug was reported.
acorn-typescript
svelte
The text was updated successfully, but these errors were encountered:
svelte(js_parse_error)
fix: support non-null expressions in more places
6267f0c
Fixes TyrealHu/acorn-typescript#64 Fixes sveltejs/svelte#13409
Fixed in https://github.com/sveltejs/acorn-typescript
Sorry, something went wrong.
No branches or pull requests
If i try to parse the expression in the title i get an error despite it being a valid typescript syntax.
Syntax:
Error:
Repo:
link
Related issue:
sveltejs/svelte#13409
We are using
acorn-typescript
insvelte
to parse typescript scripts and this bug was reported.The text was updated successfully, but these errors were encountered: