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

14 lines
472 B
Plaintext
Raw Normal View History

x Unexpected token `}`. Expected this, import, async, function, [ for array literal, { for object literal, @ for decorator, function, class, null, true, false, number, bigint, string, regexp, `
| for template literal, (, or an identifier
,-[$DIR/tests/test262-parser/fail/fe233d87f280ed04.js:2:1]
2 | p = { q/ }
: ^
`----
x Expression expected
,-[$DIR/tests/test262-parser/fail/fe233d87f280ed04.js:2:1]
2 | p = { q/ }
: ^
`----