mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 05:01:42 +03:00
31 lines
647 B
Plaintext
31 lines
647 B
Plaintext
|
|
x Module
|
|
,-[$DIR/tests/span/js/expr/string-literal.js:1:1]
|
|
1 | export * from "test";
|
|
: ^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x ModuleItem
|
|
,-[$DIR/tests/span/js/expr/string-literal.js:1:1]
|
|
1 | export * from "test";
|
|
: ^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x ModuleDecl
|
|
,-[$DIR/tests/span/js/expr/string-literal.js:1:1]
|
|
1 | export * from "test";
|
|
: ^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x ExportAll
|
|
,-[$DIR/tests/span/js/expr/string-literal.js:1:1]
|
|
1 | export * from "test";
|
|
: ^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Str
|
|
,-[$DIR/tests/span/js/expr/string-literal.js:1:1]
|
|
1 | export * from "test";
|
|
: ^^^^^^
|
|
`----
|