Open paoloricciuti opened 1 month ago
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:
https://github.com/sveltejs/svelte/issues/13409
We are using acorn-typescript in svelte to parse typescript scripts and this bug was reported.
acorn-typescript
svelte
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:
https://github.com/sveltejs/svelte/issues/13409
We are using
acorn-typescript
insvelte
to parse typescript scripts and this bug was reported.