mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 13:51:19 +03:00
37 lines
720 B
Plaintext
37 lines
720 B
Plaintext
|
warning: Module
|
||
|
--> $DIR/tests/span/js/expr/export-defaul.js:1:1
|
||
|
|
|
||
|
1 | export default foo
|
||
|
| ^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
warning: ModuleItem
|
||
|
--> $DIR/tests/span/js/expr/export-defaul.js:1:1
|
||
|
|
|
||
|
1 | export default foo
|
||
|
| ^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
warning: ModuleDecl
|
||
|
--> $DIR/tests/span/js/expr/export-defaul.js:1:1
|
||
|
|
|
||
|
1 | export default foo
|
||
|
| ^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
warning: ExportDefaultExpr
|
||
|
--> $DIR/tests/span/js/expr/export-defaul.js:1:1
|
||
|
|
|
||
|
1 | export default foo
|
||
|
| ^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
warning: Expr
|
||
|
--> $DIR/tests/span/js/expr/export-defaul.js:1:16
|
||
|
|
|
||
|
1 | export default foo
|
||
|
| ^^^
|
||
|
|
||
|
warning: Ident
|
||
|
--> $DIR/tests/span/js/expr/export-defaul.js:1:16
|
||
|
|
|
||
|
1 | export default foo
|
||
|
| ^^^
|
||
|
|