swc/bundler/tests/fixture/issue-1150-2/input/n.ts
강동윤 6f006208ac
bundler: Fix bugs (#1154)
swc_bundler:
 - Fix importing from transitive dependencies with aliases.
 - Fix stack overflow while computing plan for modules with cyclic dependencies.
 - Handle `export *` for function / class properly. (#1155)
2020-10-10 18:32:31 +09:00

3 lines
45 B
TypeScript

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