Skip to content

9.4.0

Compare
Choose a tag to compare
@timocov timocov released this 15 Apr 23:37
· 7 commits to master since this release
d3c2225

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