mirror of
https://github.com/swc-project/swc.git
synced 2024-12-26 15:12:08 +03:00
4db24fb7f6
swc_ecma_transforms_module: - Change the order of functions exported as default. (#1568) - Handle mixed imports correctly. (#1525) swc: - Ensure that #1581 is fixed. (#1581)
4 lines
67 B
TypeScript
4 lines
67 B
TypeScript
export default function get(key: string) {
|
|
console.log(key);
|
|
}
|