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 83267aa commit 6fd5383Copy full SHA for 6fd5383
doc/api/deprecations.md
@@ -2893,10 +2893,9 @@ changes:
2893
2894
Type: Runtime
2895
2896
-The `process.config` property is intended to provide access to configuration
2897
-settings set when the Node.js binary was compiled. However, the property has
2898
-been mutable by user code making it impossible to rely on. The ability to
2899
-change the value has been deprecated and will be disabled in the future.
+The `process.config` property provides access to Node.js compile-time settings.
+However, the property is mutable and therefore subject to tampering. The ability
+to change the value will be removed in a future version of Node.js.
2900
2901
### DEP0151: Main index lookup and extension searching
2902
0 commit comments