node/lib/internal/process
Joyee Cheung a38e9c438a
lib: require globals instead of using the global proxy
In addition, use process.stderr instead of console.error when
there is no need to swallow the error.

PR-URL: https://github.com/nodejs/node/pull/27112
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
2019-04-16 04:24:26 +08:00
..
esm_loader.js esm: phase two of new esm implementation 2019-03-27 15:52:11 -04:00
execution.js lib: require globals instead of using the global proxy 2019-04-16 04:24:26 +08:00
main_thread_only.js lib: rename validateMode to parseMode 2019-03-27 17:05:12 +01:00
per_thread.js lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
policy.js lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
promises.js process: add --unhandled-rejections flag 2019-04-15 18:29:07 +02:00
report.js report: improve signal name validation 2019-04-10 20:36:10 -04:00
stdio.js process: remove protection for SyncWriteStream destroy in stdio 2019-03-28 13:54:15 +01:00
task_queues.js process: add --unhandled-rejections flag 2019-04-15 18:29:07 +02:00
warning.js lib: require globals instead of using the global proxy 2019-04-16 04:24:26 +08:00
worker_thread_only.js worker: create per-Environment message port after bootstrap 2019-03-19 21:00:48 +08:00