swc/ecmascript/parser/tests/test262-error-references/fail/c75e9f5ea55611f3.js.stderr
강동윤 13bf89d08c
Fix bugs (#339)
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)
2019-03-11 20:33:15 +09:00

7 lines
163 B
Plaintext

error: Expected Semi, got Some(RParen)
--> $DIR/tests/test262-parser/fail/c75e9f5ea55611f3.js:1:23
|
1 | for(let x=1 in [1,2,3]) 0
| ^