mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 12:12:16 +03:00
d074063867
Implement some error recovery logic to parser
13 lines
240 B
Plaintext
13 lines
240 B
Plaintext
error: TS1109
|
|
--> $DIR/tests/test262-parser/fail/fe233d87f280ed04.js:1:8
|
|
|
|
|
1 | p = { q/ }
|
|
| ^
|
|
|
|
error: Unexpected token Some(RBrace)
|
|
--> $DIR/tests/test262-parser/fail/fe233d87f280ed04.js:1:10
|
|
|
|
|
1 | p = { q/ }
|
|
| ^
|
|
|