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

8 lines
336 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/7dd7279ecf6a7eb8.js:2:1]
2 | f(..g);
: ^
`----