Releases: AviVahl/ts-tools
Releases · AviVahl/ts-tools
@ts-tools/[email protected]
- much faster typed-checked transpilation. will be especially noticed in large projects, or with slower hard drives.
@ts-tools/[email protected]
- FIX: watch mode when child compilers are used.
@ts-tools/[email protected]
- 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 toconfigFileName
.
@ts-tools/[email protected]
- 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'sgetCurrentDirectory
.- package should now be truely isomorphic (not tested yet). never assumes ts.sys is available.
@ts-tools/[email protected]
- uses
@ts-tools/[email protected]
. /fast
loads configs by default (without type checking).
@ts-tools/[email protected]
- uses
@ts-tools/[email protected]
. - language service now uses a static project version to make transpilation much faster.
@ts-tools/[email protected]
- FIX: revert plugging-in webpack's
fs
to the service. fixes watch mode issues.
@ts-tools/[email protected]
- 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]
- Upgrade to
[email protected]
and [email protected].
@ts-tools/[email protected]
- add the ability to
clear()
caches.