mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 03:31:45 +03:00
14 lines
542 B
Plaintext
14 lines
542 B
Plaintext
|
|
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
|
|
,-[$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
|
|
,-[$DIR/tests/test262-parser/fail/1aefe47e20eb91fa.module.js:1:1]
|
|
1 | await
|
|
: ^^^^^
|
|
`----
|