We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
e524d18
Documentation change only
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 };
6c83f29
Support Correct Source Map Mapping (#1)
7c89ebd
Remove unnecessary files in npm pack
203058b
Initial release