mirror of
https://github.com/swc-project/swc.git
synced 2024-12-26 23:27:56 +03:00
6f006208ac
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)
1 line
21 B
TypeScript
1 line
21 B
TypeScript
export const a = 'a'; |