This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
3.1.0
- 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 installedtink
(#702) - Ensured
esm
works withlit-node
(#679) - Ensured
esm
works with Node--use-strict
and avoids CSP errors in Electron (#607) - Ensured the
module.id
ofesm
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
andReflect
(#675)