ts-tools

TypeScript Tools for Node.js

MIT License

Downloads
16.8K
Stars
169
Committers
3

Bot releases are hidden (Show)

ts-tools - @ts-tools/[email protected]

Published by AviVahl almost 6 years ago

  • add the ability to clear() caches.
ts-tools - @ts-tools/[email protected]

Published by AviVahl almost 6 years ago

  • wired typescript to webpack's input file system for faster (cached) io operations.
ts-tools - @ts-tools/[email protected]

Published by AviVahl almost 6 years ago

  • customFs creation is now lazy.
ts-tools - @ts-tools/[email protected]

Published by AviVahl almost 6 years ago

  • Fix: avoid auto isolation of *.ts(x) in node_modules.
ts-tools - @ts-tools/[email protected]

Published by AviVahl almost 6 years ago

  • Fix: ensure source-map relative path to source file is posix-style.
ts-tools - @ts-tools/[email protected]

Published by AviVahl almost 6 years ago

  • Fix: baseUrl remapping is done after typescript's own transpilation, to allow removal of type imports.
ts-tools - @ts-tools/[email protected]

Published by AviVahl almost 6 years ago

  • Fix: baseUrl remapping is done after typescript's own transpilation, to allow removal of type imports.
ts-tools - @ts-tools/[email protected]

Published by AviVahl almost 6 years ago

  • New: RemapImportsTransformer now remaps CommonJS require('...') calls as well.
ts-tools - @ts-tools/[email protected]

Published by AviVahl almost 6 years ago

  • First public release.
ts-tools - @ts-tools/[email protected]

Published by AviVahl almost 6 years ago

ts-tools - @ts-tools/[email protected]

Published by AviVahl almost 6 years ago

  • Fixed handling of empty source files
  • renamed package from @ts-tools/typescript-service to @ts-tools/service.
ts-tools - @ts-tools/[email protected]

Published by AviVahl almost 6 years ago

  • Resolved Modules Transformer: allow rerouting of external library imports to better support monorepos.
ts-tools - @ts-tools/[email protected]

Published by AviVahl almost 6 years ago

  • Built-in support for baseUrl (and paths) TypeScript configuration, via transpilation time.
  • Bumped to 0.7.0 to match @ts-tools/node package.
ts-tools - @ts-tools/[email protected]

Published by AviVahl almost 6 years ago

  • Built-in support for baseUrl (and paths) TypeScript configuration, via transpilation time.
ts-tools - @ts-tools/[email protected]

Published by AviVahl almost 6 years ago

  • Implemented Resolved Modules Transformer, which remaps relevant imports to actual resolved targets.
ts-tools - @ts-tools/[email protected]

Published by AviVahl almost 6 years ago

  • FIXED: passes type dependencies to webpack, so they are watched as well. This fixes a known limitation and improves behavior when webpack is in watch mode.
ts-tools - @ts-tools/[email protected]

Published by AviVahl almost 6 years ago

  • Exposes resolvedModules requests, for loader usage.
  • Improved behavior of custom host creation. Protects against fs methods throwing and ts.sys not available in browser.
ts-tools - @ts-tools/[email protected]

Published by AviVahl about 6 years ago

  • allow tree shaking of package when bundled.
ts-tools - @ts-tools/[email protected]

Published by AviVahl about 6 years ago

  • API: renamed isCaseSensitive field to caseSensitive.
ts-tools - @ts-tools/[email protected]

Published by AviVahl about 6 years ago

  • Avoid tsconfig.json lookup or type checking for files in node_modules.