mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 04:32:01 +03:00
f0ea70cb25
swc_bundler: - Allow importing and exporting from same module. (#1150)
3 lines
45 B
TypeScript
3 lines
45 B
TypeScript
export function a() {
|
|
console.log("a");
|
|
} |