Skip to content

Releases: Kaciras/ts-directly

v2.1.2

16 Sep 01:47
52448f4
Compare
Choose a tag to compare
  • Use Map for alias cache instead of attach to tsconfig object, fix #1

v2.1.1

27 Aug 03:14
9ac11fa
Compare
Choose a tag to compare
  • throw the original error if TS source does not found.
  • improve error message of invalid TS_COMPILER environment variable.

v2.1.0

30 Jun 10:57
57bc6f4
Compare
Choose a tag to compare
  • Add support of tsconfig.json baseUrl and paths alias.
  • Fix resolving of Unix absolute path.
  • Relax version of peer dependencies.

v2.0.0

16 Jun 13:55
e3c2dbb
Compare
Choose a tag to compare
  • Add support for sucrase compiler.
  • [Breaking] Refactor exported APIs, detectTypeScriptCompiler is no longer exported, and add transform.

v1.1.0

13 Jun 06:25
3a5e310
Compare
Choose a tag to compare

Add support of specify compiler by environment variable TS_COMPILER

v1.0.3

02 Jun 22:55
d29d1a8
Compare
Choose a tag to compare
  • export detectTypeScriptCompiler.
  • enable remove comments for SWC & tsc.

v1.0.2

26 May 07:40
09bfe11
Compare
Choose a tag to compare
  • fix transform with useDefineForClassFields: true.
  • do not inline source content in souce map.

v1.0.1

20 May 10:06
f68cfcc
Compare
Choose a tag to compare

Initial release