Skip to content

v0.1.0

Compare
Choose a tag to compare
@Fonger Fonger released this 06 Feb 22:14
· 20 commits to main since this release
3ce9159

Support transformation of const enums that are being exported later. e.g.

const enum MyEnum { A, B }

export default MyEnum;
export { MyEnum, MyEnum as AliasMyEnum };