mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 11:42:13 +03:00
31 lines
628 B
Plaintext
31 lines
628 B
Plaintext
warning: Module
|
|
--> $DIR/tests/span/js/expr/string-literal.js:1:1
|
|
|
|
|
1 | export * from "test";
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
warning: ModuleItem
|
|
--> $DIR/tests/span/js/expr/string-literal.js:1:1
|
|
|
|
|
1 | export * from "test";
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
warning: ModuleDecl
|
|
--> $DIR/tests/span/js/expr/string-literal.js:1:1
|
|
|
|
|
1 | export * from "test";
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
warning: ExportAll
|
|
--> $DIR/tests/span/js/expr/string-literal.js:1:1
|
|
|
|
|
1 | export * from "test";
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
warning: Str
|
|
--> $DIR/tests/span/js/expr/string-literal.js:1:15
|
|
|
|
|
1 | export * from "test";
|
|
| ^^^^^^
|
|
|