mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 19:52:21 +03:00
d074063867
Implement some error recovery logic to parser
7 lines
157 B
Plaintext
7 lines
157 B
Plaintext
error: Unexpected initializer in for in/of loop
|
|
--> $DIR/tests/test262-parser/fail/8d5ef4dee9c7c622.js:1:11
|
|
|
|
|
1 | for(const a = 0 of b);
|
|
| ^
|
|
|