ts-tools

TypeScript Tools for Node.js

MIT License

Downloads
16.8K
Stars
169
Committers
3

Bot releases are hidden (Show)

ts-tools - [email protected]

Published by AviVahl over 6 years ago

  • Fixed exception when ts.sys.getModifiedTime returns undefined. Opened an issue to TypeScript regarding the wrong signature.
ts-tools - [email protected]

Published by AviVahl over 6 years ago

  • Now uses TypeScript's colored diagnostic printing by default when environment supports it.
  • New typescript-support/warn entry point. It calls console.warn() instead of throwing on diagnostics.
  • Removed chalk dependency.
  • No longer forces node style resolution, which allows end-users to use classic resolution, if they wish.
ts-tools - [email protected]

Published by AviVahl over 6 years ago

  • Tiny release to update package.json to the new repository name.
ts-tools - [email protected]

Published by AviVahl over 6 years ago

  • Feature: emit inline source maps in generated JavaScript code. This fixes compatibility with tooling such as VSCode's debugger, which is now able to pick them up and use them.
ts-tools - [email protected]

Published by AviVahl over 6 years ago

  • First release of standalone service package. API changed.
  • Feature: allow specifying custom transformers.
ts-tools - [email protected]

Published by AviVahl over 6 years ago

  • First version after package separation/renaming.
  • Easier registration. Simply pre-require (-r) the package root (typescript-support).
  • Tweaked for TypeScript 2.9 support (handling of declarationMap)
ts-tools - v0.3.0

Published by AviVahl over 6 years ago

  • (Breaking) Refactored API. Can now be customized with options. No longer uses a global module state.
  • Improved tests. Require hook (/register entry point) is being tested in several scenarios, including type isolation and source-maps, with or without a tsconfig.json.
  • Fixed exposing errors on Windows. Caught by adding AppVeyor CI and the improved tests.
ts-tools - v0.2.1

Published by AviVahl over 6 years ago

  • Include src in published target, as it is in stack traces (and should be clickable).
ts-tools - v0.2.0

Published by AviVahl over 6 years ago

  • Adds built-in source-map support. No need to setup anything.
  • Improves error output readability for no-tsconfig flow.
ts-tools - v0.1.0

Published by AviVahl over 6 years ago

Initial release with basic functionality. See README.