Skip to content

v10.8.2

Compare
Choose a tag to compare
@cspotcode cspotcode released this 02 Jul 17:58
· 45 commits to main since this release

Fixed

  • Revert "Use file URL for source map paths" (#1821) @cspotcode
    • Fixes #1790: ts-node 10.8.1 regression where nyc code coverage reports had incorrect paths
    • Fixes #1797: ts-node 10.8.1 regression where breakpoints did not hit in VSCode debugging
  • Allow JSON imports in node 16.15 and up (#1792) @queengooborg
    • JSON imports were already supported in v17.5 and up
    • this change extends support to >=16.15.0,<17.0.0
    • These version ranges match vanilla node's support for JSON imports

v10.8.1...v10.8.2
https://github.com/TypeStrong/ts-node/milestone/15?closed=1