Skip to content

Releases: TypeStrong/ts-node

Default Cache Mode

04 May 23:42
Compare
Choose a tag to compare

Fixed

  • Always default TS_NODE_CACHE to true when unspecified

Delete Config Options After Resolution

04 May 14:39
Compare
Choose a tag to compare

Fixed

  • Delete configuration options after TypeScript parses the file to handle extends

Diagnostic Filtering

21 Mar 23:40
Compare
Choose a tag to compare

Fixed

  • Fixed a broken check when filtering diagnostics

Specify Engine

21 Mar 21:09
Compare
Choose a tag to compare

Fixed

  • Explicitly specify node engine and remove unused pre-4.x dependencies

Remove Lazy

21 Mar 02:31
Compare
Choose a tag to compare

Changed

  • Remove the lazy configuration option - will always load tsconfig.json file without waiting for first load to avoid issues with first-class (entry) .js files

Config Defaults

21 Mar 01:49
Compare
Choose a tag to compare

Fixed

  • Set config defaults after configuration file has been parsed so that they don't override "extended" compiler options (ec00796)

Windows Slashes

21 Mar 01:11
Compare
Choose a tag to compare

Fixed

  • Normalize slashes when interacting with TypeScript API

User Temp Directory

09 Feb 04:59
Compare
Choose a tag to compare

Changed

  • Use the users homedir hashed for the temp directory output

Node.js v4

29 Dec 17:45
Compare
Choose a tag to compare

Changed

  • Requires node.js v4 or greater
  • Use module._preloadModules to handle --require
  • Use new Script over the deprecated createScript method

`--preserve-symlinks`

27 Dec 15:36
Compare
Choose a tag to compare

Added

  • Pass through --preserve-symlinks flag to node.js