Skip to content

v10.4.0

Compare
Choose a tag to compare
@cspotcode cspotcode released this 22 Oct 19:23
· 138 commits to main since this release

Added

  • Adds support for targets "es2020" and "es2021" to swc transpiler (#1521)
  • Adds automatic target downgrade when using older versions of swc (#1521)
    • If tsconfig specifies es2020, but your version of swc only supports up to es2019, ts-node will automatically switch to es2019 instead of throwing an error

Changed

Fixed

v10.3.1...v10.4.0
https://github.com/TypeStrong/ts-node/milestone/8