Releases: AviVahl/ts-tools
Releases · AviVahl/ts-tools
@ts-tools/[email protected]
- add the ability to
clear()
caches.
@ts-tools/[email protected]
- exposed registered service and source maps, so they can be cleared.
@ts-tools/[email protected]
- wired typescript to webpack's input file system for faster (cached) io operations.
@ts-tools/[email protected]
customFs
creation is now lazy.
@ts-tools/[email protected]
- Fix: avoid auto isolation of *.ts(x) in node_modules.
@ts-tools/[email protected]
- Fix: ensure source-map relative path to source file is posix-style.
@ts-tools/[email protected]
- Fix:
baseUrl
remapping is done after typescript's own transpilation, to allow removal of type imports.
@ts-tools/[email protected]
- New: RemapImportsTransformer now remaps CommonJS
require('...')
calls as well.
@ts-tools/[email protected]
- Fix:
baseUrl
remapping is done after typescript's own transpilation, to allow removal of type imports.
@ts-tools/[email protected]
- Fixed compatibility of
IBaseHost
with[email protected]
.