swc/bundler/tests/fixture/issue-1150/input/n.ts
강동윤 f0ea70cb25
bundler: Allow importing and exporting from same module (#1152)
swc_bundler:
 - Allow importing and exporting from same module. (#1150)
2020-10-09 19:10:25 +09:00

3 lines
45 B
TypeScript

export function a() {
console.log("a");
}