node/lib/internal/process
Gus Caplan 2bdcdfc3cb
vm: rename vm.Module to vm.SourceTextModule
At the last TC39 meeting, a new type of Module Records backed by
JavaScript source called Dynamic Module Records was discussed, and
it is now at Stage 1. Regardless of whether that proposal makes it
all the way into the spec, SourceTextModule is indeed a more
descriptive and accurate name for what this class represents.

PR-URL: https://github.com/nodejs/node/pull/22007
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Jan Krems <jan.krems@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Yuta Hiroto <hello@hiroppy.me>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: John-David Dalton <john.david.dalton@gmail.com>
Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
2018-07-31 10:23:03 -05:00
..
esm_loader.js vm: rename vm.Module to vm.SourceTextModule 2018-07-31 10:23:03 -05:00
main_thread_only.js process: split bootstrappers by threads that can run them 2018-06-21 00:09:53 +08:00
next_tick.js src: refactor bootstrap to use bootstrap object 2018-05-31 14:05:53 -07:00
per_thread.js process: split bootstrappers by threads that can run them 2018-06-21 00:09:53 +08:00
promises.js src: refactor bootstrap to use bootstrap object 2018-05-31 14:05:53 -07:00
stdio.js process: avoid using the same fd for ipc and stdio 2018-06-24 20:53:46 -04:00
warning.js process: refactor emitWarning 2018-07-16 11:36:45 +02:00
worker_thread_only.js process: split bootstrappers by threads that can run them 2018-06-21 00:09:53 +08:00
write-coverage.js process: fix coverage generation 2017-12-14 00:49:55 +01:00