swc/crates/swc_ecma_parser/tests/test262-error-references/fail/9fdb9877fcc446e2.js.swc-stderr
2022-11-29 09:47:56 +00:00

8 lines
190 B
Plaintext

x Expression expected
,-[$DIR/tests/test262-parser/fail/9fdb9877fcc446e2.js:1:1]
1 | if (b,...a, );
: ^| ^^^
: `-- Tried to parse the condition for an if statement
`----