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

7 lines
187 B
Plaintext
Raw Normal View History

x 'import', and 'export' cannot be used outside of module code
,-[$DIR/tests/test262-parser/fail/a20584c5a6110526.js:2:1]
2 | import { class, var } from 'foo'
: ^^^^^^
`----