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

7 lines
184 B
Plaintext
Raw Normal View History

x 'import', and 'export' cannot be used outside of module code
,-[$DIR/tests/test262-parser/fail/e462669423ea79e4.js:2:1]
2 | if (1) import "acorn";
: ^^^^^^
`----