swc/tests/fixture/issue-1568/case1/input/index.ts
강동윤 4db24fb7f6
fix(swc): Fix various bugs ()
swc_ecma_transforms_module:
 - Change the order of functions exported as default. ()
 - Handle mixed imports correctly. ()

swc:
 - Ensure that  is fixed. ()
2021-04-18 20:58:30 +00:00

4 lines
67 B
TypeScript

export default function get(key: string) {
console.log(key);
}