Skip to content

Releases: AviVahl/ts-tools

@ts-tools/[email protected]

22 Jan 16:35
Compare
Choose a tag to compare
  • FIX: auto pick "es2019" (instead of "es2020") for Node 10+. fixes compatibility with ?? syntax when used on ts3.8+.

@ts-tools/[email protected]

10 Nov 10:28
Compare
Choose a tag to compare

@ts-tools/[email protected]

06 Nov 11:18
Compare
Choose a tag to compare
  • FIX: corrects broken source maps when tsconfig.jsonspecifies outDir/outFile.

@ts-tools/[email protected]

06 Nov 11:19
Compare
Choose a tag to compare
  • upgrade to commander@4.

@ts-tools/[email protected]

24 Sep 13:28
Compare
Choose a tag to compare
  • FIX: refactor path handling to reuse work and improve win32 compatibility.

@ts-tools/[email protected]

24 Sep 13:06
Compare
Choose a tag to compare
  • Feature: lookup tsconfig.json and allow customizing it.

@ts-tools/[email protected]

23 Sep 08:38
Compare
Choose a tag to compare
  • removed type checking. makes less sense for on-the-fly transpilation flows. using ts.transpileModule instead.
  • removed custom (via transformation) "paths" support. use tsconfig-paths instead.
  • removed custom (raw-loader like) .d.ts import handing.
  • uses persistent dist caching (second run is really snappy).
  • source maps no longer retain a ton of memory. they are extracted from cache upon need.
  • simplified code-base. package now has single registration point (/r).
  • simple programmatic API to create custom extension (e.g. custom compiler options).
  • no tsconfig.json loading yet.
  • single dependency left (source-map-support).
  • better windows support. canonical path is used where appropriate.
  • took two steps back, one step forward.

@ts-tools/[email protected]

10 Aug 00:03
Compare
Choose a tag to compare
  • accepts a function for customizing configName per directory (used for lookup).

@ts-tools/[email protected]

03 Aug 19:34
Compare
Choose a tag to compare
  • protect against double registration when used with linked projects.

@ts-tools/[email protected]

26 May 15:35
Compare
Choose a tag to compare
  • FIX: correct getFileSystemEntries when customFs is used.