We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78768a6 commit e3e19f1Copy full SHA for e3e19f1
doc/api/process.md
@@ -2865,7 +2865,7 @@ added: v0.5.3
2865
changes:
2866
- version: REPLACEME
2867
pr-url: https://github.com/nodejs/node/pull/61276
2868
- description: `moduleLoadList` is now a copy instead of the internal list itself.
+ description: Now a copy instead of the internal list itself.
2869
-->
2870
2871
* Returns: {string\[]}
lib/internal/bootstrap/realm.js
@@ -58,7 +58,6 @@ const {
58
ArrayPrototypeSlice,
59
Error,
60
ObjectDefineProperty,
61
- ObjectFreeze,
62
ObjectKeys,
63
ObjectPrototypeHasOwnProperty,
64
ObjectSetPrototypeOf,
0 commit comments