mirror of
https://github.com/swc-project/swc.git
synced 2024-12-30 09:03:37 +03:00
9 lines
199 B
JavaScript
9 lines
199 B
JavaScript
|
import * as _default from "./0";
|
||
|
import * as ns from "./0";
|
||
|
import foo from "./1";
|
||
|
import foo1 from "./11";
|
||
|
export const a = 1;
|
||
|
export const b = 2;
|
||
|
export { _default as default };
|
||
|
export default ns;
|