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

7 lines
331 B
Plaintext
Raw Normal View History

error: 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/a3710b36f9b97324.js:1:6
|
1 | f(....g);
| ^