Skip to content

1.2.0

Choose a tag to compare

@timocov timocov released this 16 May 17:40
· 482 commits to master since this release

Added

  • Added possibility to import types for libraries with typings from @types (see #27)
  • Added handling declare module statements (see #27 and extend-other-module test for example)
  • Added cli option --inline-declare-global to inline declare global statements (see 933fd89 and #34)

Fixed

  • Added missing stripping export keyword for functions which are not exported directly (see eac4fcd)
  • Added checking emit result after emitting dts (see 256d90b)
  • Fixed incorrect behavior with export = and namespaces (see #24)
  • Fixed incorrect parsing extendable tsconfig file (see 267fb51)