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

14 lines
480 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
2022-03-20 09:25:35 +03:00
,-[$DIR/tests/test262-parser/fail/c45a4b00a2a24c2b.js:1:1]
1 | p = { "q"/ }
: ^
`----
x Expression expected
2022-03-20 09:25:35 +03:00
,-[$DIR/tests/test262-parser/fail/c45a4b00a2a24c2b.js:1:1]
1 | p = { "q"/ }
: ^
`----