Skip to content

v6.0.0 / 2020-10-14

Compare
Choose a tag to compare
@bjornstar bjornstar released this 15 Oct 01:58
· 69 commits to master since this release
  • Support ESModules in node v12.11.1+ using get-source-loader.mjs and resolve-loader.mjs for earlier versions (Fixes #212)
  • Pass all unknown arguments to node (Fixes #198)
  • Add a test case for typescript using require on the command line
  • Add a test case for coffeescript using require on the command line
  • Add a test case for --experimental-specifier-resolution=node
  • Add a test case for --inspect
  • Add ts-node/register as a default extension (Fixes #182)
  • [README.md] Updated to explain ESModule usage, node arguments, and typescript
  • [test/utils/touch-file] Now takes the filename as an argument
  • [test/utils/spawn] Also calls the callback with stderr output