Releases: timocov/dts-bundle-generator
Releases · timocov/dts-bundle-generator
9.5.1
9.5.0
9.4.1
9.4.0
Fixed
- Performance improvements (see #302, #303 and #314)
- Declarations of "unknown" modules aren't included despite enabled inlineDeclareExternals flag (see #312 and 186e6fd)
- Fixed handling
import *
statements with local usage but not directly exporting (see #304 and #309) - Fixed bug when imported nodes weren't included into bundle if they were used in
declare module
statements only (see #305 and #316) - Fixed issue with unknown extension when using
allowArbitraryExtensions
compiler option (see #313) - thanks @stepankuzmin
9.3.1
9.3.0
Changed
- Do not compile bundled output together as they might have incompatible global declarations (see #296 and 43c2058)
Fixed
- Not all symbols in a declaration merging are exported (see #301 and 874f801)
- Namespaced imports/exports don't generate a namespace if they are exported via name (see #299 and 86fc2ff)
- jsdoc comments are stripped for nodes that were renamed because of the name collision (see #298 and 2b1b281)
- Do not rename a node if known global name refers to this a symbol of that node (see #297 and c0a7007)