Skip to content
Permalink
Browse files
doc: edit process.config deprecation text
PR-URL: #41889
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Mestery <mestery@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
Trott authored and danielleadams committed Apr 21, 2022
1 parent 83267aa commit 6fd538331d786cd12ed1192f4c32092b92bd8850
Showing with 3 additions and 4 deletions.
  1. +3 −4 doc/api/deprecations.md
@@ -2893,10 +2893,9 @@ changes:

Type: Runtime

The `process.config` property is intended to provide access to configuration
settings set when the Node.js binary was compiled. However, the property has
been mutable by user code making it impossible to rely on. The ability to
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.

### DEP0151: Main index lookup and extension searching

0 comments on commit 6fd5383

Please sign in to comment.