mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
7 lines
193 B
Plaintext
7 lines
193 B
Plaintext
error: 'import', and 'export' cannot be used outside of module code
|
|
--> $DIR/tests/test262-parser/fail/f063969b23239390.module.js:1:11
|
|
|
|
|
1 | while (1) export default 3
|
|
| ^^^^^^
|
|
|