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
286 B
Plaintext
13 lines
286 B
Plaintext
error: TS1048
|
|
--> $DIR/tests/test262-parser/fail/2d1410e37ecc3647.js:1:18
|
|
|
|
|
1 | function f(a, ...b = 0)
|
|
| ^
|
|
|
|
error: Expected LBrace, got None
|
|
--> $DIR/tests/test262-parser/fail/2d1410e37ecc3647.js:1:23
|
|
|
|
|
1 | function f(a, ...b = 0)
|
|
| ^
|
|
|