node/lib/internal/process
Jacob df22736d80 esm: consolidate ESM loader hooks
doc: update ESM hook examples

esm: fix unsafe primordial

doc: fix ESM example linting

esm: allow source of type ArrayBuffer

doc: update ESM hook changelog to include resolve format

esm: allow all ArrayBuffers and TypedArrays for load hook source

doc: tidy code & API docs

doc: convert ESM source table header from Title Case to Sentence case

doc: add detailed explanation for getPackageType

esm: add caveat that ESMLoader::import() must NOT be renamed

esm: tidy code declaration of getFormat protocolHandlers

doc: correct ESM doc link (bad conflict resolution)

doc: update ESM hook limitation for CJS

esm: tweak preload description

doc: update ESM getPackageType() example explanation

PR-URL: https://github.com/nodejs/node/pull/37468
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Guy Bedford <guybedford@gmail.com>
Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
Reviewed-By: Geoffrey Booth <webmaster@geoffreybooth.com>
2021-09-11 18:08:35 -07:00
..
esm_loader.js esm: consolidate ESM loader hooks 2021-09-11 18:08:35 -07:00
execution.js esm: consolidate ESM loader hooks 2021-09-11 18:08:35 -07:00
per_thread.js src: allow to negate boolean CLI flags 2021-06-21 20:18:20 +02:00
policy.js lib: flatten access to primordials 2019-11-25 10:28:15 +01:00
promises.js lib: avoid mutating Error.stackTraceLimit when it is not writable 2021-04-15 00:17:16 +02:00
report.js lib: refactor to use validateObject 2021-01-28 12:53:50 +01:00
signal.js process: refactor to use more primordials 2020-11-24 05:27:19 -08:00
task_queues.js process: do not lazily load AsyncResource 2021-04-06 07:46:45 -07:00
warning.js lib: avoid mutating Error.stackTraceLimit when it is not writable 2021-04-15 00:17:16 +02:00
worker_thread_only.js bootstrap: use different scripts to setup different configurations 2019-12-20 22:10:13 +08:00