We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba639d0 commit fc9d4e9Copy full SHA for fc9d4e9
doc/api/deprecations.md
@@ -2898,10 +2898,9 @@ changes:
2898
2899
Type: Runtime
2900
2901
-The `process.config` property is intended to provide access to configuration
2902
-settings set when the Node.js binary was compiled. However, the property has
2903
-been mutable by user code making it impossible to rely on. The ability to
2904
-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.
2905
2906
### DEP0151: Main index lookup and extension searching
2907
0 commit comments