mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 03:31:45 +03:00
d074063867
Implement some error recovery logic to parser
13 lines
261 B
Plaintext
13 lines
261 B
Plaintext
error: TS2406
|
|
--> $DIR/tests/test262-parser/fail/d012888b0c720723.js:1:1
|
|
|
|
|
1 | ( { get x() {} } ) = 0
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Not a pattern
|
|
--> $DIR/tests/test262-parser/fail/d012888b0c720723.js:1:5
|
|
|
|
|
1 | ( { get x() {} } ) = 0
|
|
| ^^^^^^^^^^
|
|
|