mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 20:51:42 +03:00
d074063867
Implement some error recovery logic to parser
13 lines
239 B
Plaintext
13 lines
239 B
Plaintext
error: TS2406
|
|
--> $DIR/tests/test262-parser/fail/0eb4ed330b5d7e2f.js:1:1
|
|
|
|
|
1 | ({get a(){}})=0
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: Not a pattern
|
|
--> $DIR/tests/test262-parser/fail/0eb4ed330b5d7e2f.js:1:3
|
|
|
|
|
1 | ({get a(){}})=0
|
|
| ^^^^^^^^^
|
|
|