Skip to content

Releases: TypeStrong/ts-node

Remove `@types` dependencies

15 Dec 04:19
Compare
Choose a tag to compare

Changed

  • Move @types deps to dev deps

Add Missing `register/`

10 Dec 23:47
Compare
Choose a tag to compare

Fixed

  • Add missing register/ directory to package

"Fast" By Default

10 Dec 22:53
Compare
Choose a tag to compare

Changed

  • --fast is the default behaviour now, use --type-check for type checking behaviour

Added

  • Support for custom transformers
  • @types packages

Fixed

  • Improved forwarding of signals
  • Don't force exit from REPL
  • Improved performance when type checking large projects

Validate Cache Files

24 Jul 18:12
Compare
Choose a tag to compare

Changed

  • Validate cache file endings before using

Improve Source Map Inline Perf

24 Jul 17:39
Compare
Choose a tag to compare

Fixed

  • Fixed inline source map replacement for large files

Fix `.tsx` Source Maps

20 Jul 17:31
Compare
Choose a tag to compare

Fixed

  • Fix the source map output for .tsx files

Boolean Env Flags

05 Jul 20:56
Compare
Choose a tag to compare

Changed

  • Inherit boolean flags from environment
  • Remove preferGlobal warning from package.json

Added

  • Export printError utility
  • Enable debug flag for hacking

Combine Source Map and Content Cache

21 Jun 21:59
Compare
Choose a tag to compare

Changed

  • Combine the source maps and content output in the cache (#368)
  • Add missing FS implementations to service host for TypeScript 2.5 (#366)

Cache Fix

06 Jun 18:21
Compare
Choose a tag to compare

Fixed

  • When TypeScript was requesting a file, it was added to the cache - unfortunately a change resulted in it setting a version which lists the files used by TypeScript. TypeScript peruses this list occasionally and blows up when a non-.ts file is in the list

`--inspect-brk`

06 Jun 17:24
Compare
Choose a tag to compare

Added

  • Add --inspect-brk to known flags
  • Pre-define exports to avoid TypeScript throwing an error in the REPL
  • Expose _ts-node bin file