-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The option --pending-deprecation should be added to NODE_OPTIONS whitelist #15484
Comments
Would you like to try your hand at opening a PR? :-) |
@jasnell Well, I'm not really a C++ dev but this one should be easy enough. I'll check if I can build Node.js on my system to implement and test this awesome feature. ;-p |
Passing |
@benjamingr I didn't knew about this variable since running So what do you think we should do? Reject the PR to support |
PR-URL: #15494 Fixes: #15484 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
PR-URL: nodejs/node#15494 Fixes: nodejs/node#15484 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
PR-URL: #15494 Fixes: #15484 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
PR-URL: #15494 Fixes: #15484 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
PR-URL: #15494 Fixes: #15484 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
I wanted to enable the
--pending-deprecation
option via theNODE_OPTIONS
env variable but received the following message when I tried to runnode
:I think it's safe to allow this option to be set in
NODE_OPTIONS
.The text was updated successfully, but these errors were encountered: