swc/crates/swc_ecma_parser/tests/test262-error-references/fail/6a7197b11e9847ed.js.stderr

14 lines
324 B
Plaintext

x Expected ';', '}' or <eof>
,-[$DIR/tests/test262-parser/fail/6a7197b11e9847ed.js:2:1]
2 | if (1) let x = 10;
: ^
`----
Error:
> This is the expression part of an expression statement
,-[$DIR/tests/test262-parser/fail/6a7197b11e9847ed.js:2:1]
2 | if (1) let x = 10;
: ^^^
`----