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

3.2.0

Compare
Choose a tag to compare
@jdalton jdalton released this 30 Jan 08:26
· 634 commits to master since this release
  • Added require() interoperability to options.cjs.interop (no more require("mod").default)
  • Added support for hot-module-replacement using options.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)