Skip to content

Releases: AviVahl/ts-tools

@ts-tools/node@0.6.1

20 Sep 22:55
Compare
Choose a tag to compare
  • Changed package name from typescript-support to @ts-tools/node.

robotrix@0.4.0

17 Sep 17:49
Compare
Choose a tag to compare
  • Implemented a naive CommonJS to ESM transformer.

typescript-support@0.5.4

24 Aug 18:42
Compare
Choose a tag to compare
  • Upgrade to source-map-support@0.5.9

robotrix@0.3.0

24 Aug 18:44
Compare
Choose a tag to compare
  • Implemented Dead Ifs Transformer, which detects and removes dead branches in if statements.

robotrix@0.2.0

17 Aug 23:21
Compare
Choose a tag to compare
  • Implemented React Dev Transformer. Adds meta-data attributes to all JSX elements that are being used by React for better error messages (showing the file and location of each element leading to an error).

typescript-support@0.5.2

11 Aug 16:55
Compare
Choose a tag to compare
  • Use node-typescript-service@0.4.3, with TypeScript 3.0.1 compatibility fix.
  • Upgrade to latest source-map-support@0.5.8.

robotrix@0.1.0

11 Aug 16:52
Compare
Choose a tag to compare
  • First public release. NodeEnvTrasformer is included. See README.

node-typescript-service@0.4.3

11 Aug 16:51
Compare
Choose a tag to compare
  • Improve compatibility with TypeScript 3.0.1.

typescript-support@0.5.1

15 Jul 05:47
Compare
Choose a tag to compare
  • Upgraded to node-typescript-service@0.4.2, which includes an exception fix.

node-typescript-service@0.4.2

15 Jul 05:46
Compare
Choose a tag to compare
  • Fixed exception when ts.sys.getModifiedTime returns undefined. Opened an issue to TypeScript regarding the wrong signature.