Skip to content

Releases: TypeStrong/ts-node

Compiler Host API

10 Jan 01:11
Compare
Choose a tag to compare

Fixed

  • Remove normalize slashes from config file loading for Windows

Added

  • Configure using tsconfig.json (#921) @cspotcode 🎉
  • Allow dir to be configurable
  • Add --build flag for emitting compiled TypeScript (under --compiler-host mode)
  • Incremental compiler support (#895)

Fix relative `node_modules` ignore

28 Nov 16:57
Compare
Choose a tag to compare
  • Fix relative node_modules ignore 266eaa5

Fix transpile diagnostics

28 Nov 04:56
Compare
Choose a tag to compare

Fixed

  • Pass correct diagnostics list in transpile mode (#917) 907e3e1
  • Make --ignore relative ea6e1da

Revert `--require` module loading

15 Nov 03:01
Compare
Choose a tag to compare

Fixed

  • Revert --require module loading change

TS Script

11 Nov 02:58
Compare
Choose a tag to compare

Added

  • Expose ts-script for relative tsconfig.json files from <script.ts>
  • Support --interactive CLI option
  • Expose registered ts-node instance information on process
  • Allow dynamic enable of registered ts-node instances
  • Allow --dir to be configurable from CLI
  • Add --scope flag for directory scoped compilation of TypeScript
  • REPL history on node 11+
  • Expose create function for programmatic compiler usage

Fixed

  • Repeated RegExps in REPL will now compile

Fix 8.20 dependency regression

16 Sep 00:30
Compare
Choose a tag to compare

Fixed

  • Revert "List all files in memory cache improves perf 1.4x" 87a6e2c

Program Transformers

15 Sep 23:32
Compare
Choose a tag to compare

Added

  • Introduce transformers program support (#879) 12ff53d

Fixed

Prefer TS Extensions

15 Jun 02:44
Compare
Choose a tag to compare

Added

  • Support --prefer-ts-exts flag

Cache FS Operations

26 May 00:58
Compare
Choose a tag to compare

Added

  • Expand FS cache to all file system operations

Changed

  • Pass all files to "root scripts" TypeScript compiler option to improve performance

Remove Realpath

26 May 01:13
Compare
Choose a tag to compare

Fixed

  • Remove realpath from TypeScript compiler to support existing use-cases without preserveSymlinks