Releases: wessberg/rollup-plugin-ts
Releases · wessberg/rollup-plugin-ts
v1.1.32
v1.1.31
v1.1.30
Declaratin bundling overhaul
This release fixes some issues with declaration bundling, in particular in scenarios with:
- Transitive dependencies on default exports
- Naming conflicts within chunked scopes
Additional features:
- Declarations are now tree-shaken even better and covers more cases.
- Formatting is better, with imports deduplicated and fixed to the top of emitted chunks, and exports deduplicated and fixed to the bottom of emitted chunks.
Here's the full changelog:
- Merge pull request #9 from wessberg/better_declaration_tree_shaking 90b4187
- build(npm): updates dependencies b7e47e5
- fix(bug): adds support for missing node types b5de5ee
- fix(bug): adds support for missing node types 608d38d
- fix(bug): adds support for missing node types 9079f2d
- fix(bug): adds support for missing node types 6a90228
- fix(bug): fixes an issue with ExportAssignmens cafa7ad
- feat(declarations): far improved support for default exports/imports while bundling declarations across chunks 4ad18d2
- style(format): prettier 1b8c7d0
- build(npm): updates dependencies bfd8964
- fix(bug): fixes an issue where named exports could be removed under some circumstances 322df0c
v1.1.28
v1.1.27
v1.1.26
v1.1.25
v1.1.24
v1.1.23
- docs(readme): updated README 1997f49
- fix(declarations): fixes a variety of issues with generating declarations related to type-only files not being parsed in the declaration-emition phase 50310ae
- fix(declarations): fixes an issue that arose with Rollup v1 where type-only files would not be part of the modules of emitted chunks. 043ae50