swc/crates/swc_ecma_parser/tests/test262-error-references/fail/1aefe47e20eb91fa.module.js.stderr

14 lines
542 B
Plaintext
Raw Normal View History

x Unexpected token `<eof>`. 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/1aefe47e20eb91fa.module.js:1:1]
1 | await
: ^^^^^
`----
x top level await requires target to es2017 or higher and topLevelAwait:true for ecmascript
2022-03-20 09:25:35 +03:00
,-[$DIR/tests/test262-parser/fail/1aefe47e20eb91fa.module.js:1:1]
1 | await
: ^^^^^
`----