Skip to content

Releases: AviVahl/ts-tools

@ts-tools/[email protected]

04 May 22:04
Compare
Choose a tag to compare
  • much faster typed-checked transpilation. will be especially noticed in large projects, or with slower hard drives.

@ts-tools/[email protected]

24 Feb 15:01
Compare
Choose a tag to compare
  • FIX: watch mode when child compilers are used.

@ts-tools/[email protected]

17 Feb 21:27
Compare
Choose a tag to compare
  • uses @ts-tools/[email protected].
  • MUCH (>50% locally) faster typed transpilation. uses a static project version that only increases on finished webpack compilation.
  • users can turn off typeCheck and configLookup via loader options.
  • renamed tsconfigFileName option to configFileName.

@ts-tools/[email protected]

17 Feb 21:23
Compare
Choose a tag to compare
  • users can now control type checking and config lookup separately. closes #8.
  • users can search and parse configuration files, which will be preloaded in the service. closes #9.
  • simpilified createHost/createLanguageServiceHost flow when using custom file systems.
  • cwd can now be provided by customizing base host's getCurrentDirectory.
  • package should now be truely isomorphic (not tested yet). never assumes ts.sys is available.

@ts-tools/[email protected]

17 Feb 21:26
Compare
Choose a tag to compare
  • uses @ts-tools/[email protected].
  • /fast loads configs by default (without type checking).

@ts-tools/[email protected]

17 Feb 21:24
Compare
Choose a tag to compare
  • uses @ts-tools/[email protected].
  • language service now uses a static project version to make transpilation much faster.

@ts-tools/[email protected]

13 Feb 14:41
Compare
Choose a tag to compare
  • FIX: revert plugging-in webpack's fs to the service. fixes watch mode issues.

@ts-tools/[email protected]

22 Jan 11:39
Compare
Choose a tag to compare
  • NEW: additional entry points for different modes of operation (/r, /warn, /fast, and /ci-safe-warn, /ci-safe-fast). See README for description of each.
  • BREAKING: package's main entry point no longer registers extension by default. Use /r instead.
  • NEW: expose programmatic API for custom registration and access to package state.
  • FIX: duplicate registrations no longer override each other. First mode to register wins.

@ts-tools/[email protected]

22 Jan 11:30
Compare
Choose a tag to compare

@ts-tools/[email protected]

01 Jan 00:34
Compare
Choose a tag to compare
  • add the ability to clear() caches.