timocov / dts-bundle-generator

A tool to generate a single bundle of dts with types tree-shaking
MIT License
762 stars 40 forks source link

support var symbol renaming #285

Closed Atrue closed 9 months ago

Atrue commented 10 months ago

Not sure if this symbol is missing inrenamingSupportedSymbols on purpose.

Currently bundling the var declarations throws an error Something went wrong - a symbol Variable for top-level identifier Variable cannot be renamed

timocov commented 10 months ago

Thanks for contribution! At glance lgtm, but I'll double check this evening

timocov commented 9 months ago

Released in https://github.com/timocov/dts-bundle-generator/releases/tag/v9.2.2 just now. Thanks again!