This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
3.0.73
- Ensured builtin module references are shared between loader instances (#524)
- Ensured cache creation on
SIGINT
andSIGTERM
(#530) - Ensured
console
can be used in shorthand property names (#526) - Ensured
muon
is supported - Ensured namespace objects have only enumerable
module.exports
properties (#516) - Ensured query/fragments are accounted for in main filenames (#531)
- Ensured support for
node-chakracore
10.6.0 - Ensured top-level async iterators work with
options.await
(#534) - Fixed regression resolving paths of hard links (#514)
- Made
options.sourceMap
enabled forndb
- Made
options.sourceMap
enabled forNODE_ENV="development"