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

7 lines
172 B
Plaintext

x 'import', and 'export' cannot be used outside of module code
,-[$DIR/tests/test262-parser/fail/7fdf990c6f42edcd.js:2:1]
2 | export * from "a"
: ^^^^^^
`----