swc/ecmascript/parser/tests/test262-error-references/fail/8355671c9cafd876.js.stderr

7 lines
326 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/8355671c9cafd876.js:1:5
|
1 | 1 / %
| ^