Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

3.1.0

Compare
Choose a tag to compare
@jdalton jdalton released this 16 Jan 17:03
· 821 commits to master since this release
  • Added support for export-ns-from syntax
  • Added support for options.wasm
  • Avoided “__global__ has already been declared” errors (#671)
  • Ensured esm passes all applicable test262 compliance tests
  • Ensured esm works with globally installed tink (#702)
  • Ensured esm works with lit-node (#679)
  • Ensured esm works with Node --use-strict and avoids CSP errors in Electron (#607)
  • Ensured the module.id of esm is string before using it (#681)
  • Ensured preloaded modules are reloaded when using Node -p or -e flags
  • Fixed detection of shadowed identifiers (#622)
  • Fixed dynamic import support in Electron (#692)
  • Fixed fs.realpathSync.native detection (#646)
  • Fixed options.mainFields support (#693)
  • Fixed Puppeteer support (#654)
  • Fixed re-export test case (#629)
  • Fixed regexp DoS issue (#694)
  • Raised minimum Node support for options.await to Node 10+
  • Reduced instrumentation of console and Reflect (#675)