Releases: TypeStrong/ts-node
Releases · TypeStrong/ts-node
Fix breaking change for require('ts-node/*')
Experimental native ESM support
Fix `--interactive` / `-i` flag so it forces REPL even when stdin is not a TTY
Fixed
Fix --interactive
/ -i
flag so it forces REPL even when stdin is not a TTY (#1019)
v8.9.0
Fixed
Fix failing tests caused by recent changes to @types/node (#1016)
Fix #945: Bump source-map-support dependency to include upstream fix for worker threads error handling (#1015) @addaleax
Fix #1004: in --scriptMode
, resolve config file relative to realpath of entrypoint script (#1009)
Normalized filenames in cache to fix performance issues on Windows (#997) @sylc
Added
Add timestamps to debug logging (#994) @sylc
Docs
Improve coverage of the README (#1000) @KasparEtter
Change order of install commands in README (#993) @jacobdcastro
Mention ts-node -vv
flag in issue template (#1001)
Run GHActions tests on pull requests (#1017)
Avoid Extra `rootFileNames` Changes
Fixed
- Avoid pushing to
rootFileNames
with version
Fix Files Support
[Perf] List File Names
v8.7.0
FIx `yn` Dependency
Fixed
- Downgrade
yn
due to node engine (#942)
Fix compiler options from environment
Fixed
- Fix the resolution order of
TS_NODE_COMPILER_OPTIONS
- closes #938