mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 02:06:08 +03:00
d074063867
Implement some error recovery logic to parser
13 lines
248 B
Plaintext
13 lines
248 B
Plaintext
error: TS2406
|
|
--> $DIR/tests/test262-parser/fail/3a3e59edfed719b0.js:1:1
|
|
|
|
|
1 | ({ obj:20 }) = 42
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: Cannot assign to this
|
|
--> $DIR/tests/test262-parser/fail/3a3e59edfed719b0.js:1:8
|
|
|
|
|
1 | ({ obj:20 }) = 42
|
|
| ^^
|
|
|