Files
node/lib/internal
Joyee Cheung b32e5e08b2 lib: remove internalBinding('config').pendingDeprecation
Instead use
`require('internal/options').getOptionValue('--pending-deprecation')`

PR-URL: https://github.com/nodejs/node/pull/24962
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
2018-12-14 21:22:59 -08:00
..
2018-12-10 17:07:18 +01:00
2018-12-12 05:30:02 +01:00
2018-12-05 14:46:33 -08:00
2018-12-10 17:07:18 +01:00
2018-11-16 21:56:29 +09:00
2018-11-26 20:34:32 +05:30
2018-12-10 17:07:18 +01:00
2018-12-14 13:13:54 -05:00

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These modules can be changed at any time. Reliance on these modules outside of core is not supported in any way.