lib: promote process.binding/_tickCallback to runtime deprecation by jasnell · Pull Request #50687 · nodejs/node
added
the
semver-major
label
Nov 12, 2023
nodejs-github-bot
added
c++
labels
Nov 12, 2023These have been pendingDeprecation for long enough.
This also adds the `--deprecated-process-binding` (and matching
`--no-deprecated-process-binding`) CLI option as a future transition
path for when we do ultimately remove `process.binding()`.
`--deprecated-process-binding` ensures that `process.binding(...)`
is available and is currently the default. In the future, when we
are ready to begin moving `process.binding(...)` to EOF, we can
flip the default so that `process.binding('...')` is unavailable
by default *but still able to be switched back on if necessary*,
giving users an escape hatch if they really need it. This will give
us a more nuanced path than abruptly removing it completely.
Qard approved these changes Nov 15, 2023
This was referenced
Dec 19, 2023This was referenced
Jan 15, 2024This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters