This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
3.2.0
- Added
require()
interoperability tooptions.cjs.interop
(no morerequire("mod").default
) - Added support for
hot-module-replacement
usingoptions.cjs.vars
- Deferred full code instrumentation of cyclic modules
- Ensured builtin
console
initializes with frozen intrinsics enabled - Fixed real path resolution of
Module._findPath()
(#717)