Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
process: runtime deprecate changing process.config
The fact that `process.config` is mutable has long made it unreliable when it really should just work. Start the process of deprecating the ability to change it. Fixes: #7803 Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: #36902 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
- Loading branch information
Showing
with
94 additions
and 1 deletion.
- +15 −0 doc/api/deprecations.md
- +8 −0 doc/api/process.md
- +71 −1 lib/internal/bootstrap/node.js

