Releases: TypeStrong/ts-node
Releases · TypeStrong/ts-node
Compiler Options Environment Variable
Fixed
- Merge the compiler options environment variable with the passed in options
Ignore files
Added
- Enable an
--ignore
option, defaults to/node_modules/
Fixed
- Fix parsing of boolean environment variables
Changed
- Throw a
TypeError
when requiring.d.ts
files directly, previously crashed
Update extension compile method
Remove `declarationDir` flag
Changed
- Remove
declarationDir
flag fromtsc
options
Use `TS_NODE_COMPILER_OPTIONS`
Fixed
- Use
TS_NODE_COMPILER_OPTIONS
from environment
Bundle Promise
Added
- Bundle
pinkie
for zero configuration use with node 0.10
Use `tsconfig`
Changed
- In the latest of this love-hate relationship with TypeScript's
findConfigFile
method, I've completely reverted back to a saner version oftsconfig
which replicates the sametsc --project
interface (including error messages)
Cache Directory
TypeScript Cache
Added
- Enabled the ability to cache the TypeScript emit output between runs
Changed
- Enabled lazy loading
ts-node
when usingts-node/register
- Remove
noProject
option in favour ofproject=false
- Convert source map sources to absolute paths
Node.js Flag Handling
Fixed
- Splice Node.js CLI flags out of the
ts-node
flag list