mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 02:06:08 +03:00
13bf89d08c
swc_ecma_parser: - fix parsing of type query (#338) - fix parsing of `in` in a let / const declaration (#337) swc_ecma_transforms: - string literal is computed (#336) - modules: handle imports in lhs of assignment correctly (#335)
7 lines
158 B
Plaintext
7 lines
158 B
Plaintext
error: Expected Semi, got Some(RParen)
|
|
--> $DIR/tests/test262-parser/fail/3162394f5bc07198.js:1:21
|
|
|
|
|
1 | for(const a = 0 in b);
|
|
| ^
|
|
|