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
237 B
Plaintext
13 lines
237 B
Plaintext
error: TS1109
|
|
--> $DIR/tests/test262-parser/fail/85ee036d67974729.js:1:7
|
|
|
|
|
1 | ({get +:3})
|
|
| ^
|
|
|
|
error: Unexpected token Some(Colon)
|
|
--> $DIR/tests/test262-parser/fail/85ee036d67974729.js:1:8
|
|
|
|
|
1 | ({get +:3})
|
|
| ^
|
|
|