Releases: TypeStrong/ts-node
Releases · TypeStrong/ts-node
Environment Variables, Throw Errors And Pipes
Added
- Pipe TypeScript into
ts-node
to execute - Enable environment variable configuration of
ts-node
Changed
- Remove
tsconfig
module usage - usetypescript
compiler to readtsconfig.json
- Refactor of error throwing to work (hopefully) with
mocha --watch
, etc.
Source Map Support
Changed
- Bump to latest minor of
source-map-support
which can register multiple handlers
Performance Changes
Changed
- Move source maps back inline ready for istanbul v1
- Move to using project version that bumps on source file version changes
Move Source Map Output
Changed
- Moved source maps to memory and out of being inlined
Fixed `noLib` Option
Changed
- Remove the hack used to fix
typescript@next
compilation
Pass `noProject` flag correctly
Fixed
- Pass through
noProject
from CLI properly - Add default library to files object for
typescript@next
to pass
Added
- Linting with TSLint
No Project
Added
--noProject
flag to ignoretsconfig.json
Changed
- Always set
rootDir
to the current working directory
Fix Postinstall
Fixed
- Move
typings install
frompostinstall
intoprepublish
TypeScript Nightlies
Fixed
- Support for TypeScript 1.7+
Changed
- Replaced TSD with
typings
support
Filter Definitions on Startup
Changed
- No longer startup with non-definition TypeScript files (#16)