node/lib
Chengzhong Wu fc2862b7f5
module: bootstrap module loaders in shadow realm
This bootstraps ESM loaders in the ShadowRealm with
`ShadowRealm.prototype.importValue` as its entry point and enables
loading ESM and CJS modules in the ShadowRealm. The module is imported
without a parent URL and resolved with the current process's working
directory.

PR-URL: https://github.com/nodejs/node/pull/48655
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
2023-11-13 22:09:47 +08:00
..
assert
dns
fs
inspector
internal module: bootstrap module loaders in shadow realm 2023-11-13 22:09:47 +08:00
path
readline
stream
test test_runner: adds built in lcov reporter 2023-10-25 12:11:32 +00:00
timers
util
_http_agent.js lib: remove deprecated string methods 2023-11-11 15:44:16 +00:00
_http_client.js errors: improve hideStackFrames 2023-11-11 16:25:08 +00:00
_http_common.js
_http_incoming.js
_http_outgoing.js errors: improve hideStackFrames 2023-11-11 16:25:08 +00:00
_http_server.js errors: improve hideStackFrames 2023-11-11 16:25:08 +00:00
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js
_stream_transform.js
_stream_wrap.js
_stream_writable.js
_tls_common.js
_tls_wrap.js errors: improve hideStackFrames 2023-11-11 16:25:08 +00:00
.eslintrc.yaml errors: improve hideStackFrames 2023-11-11 16:25:08 +00:00
assert.js lib: fix assert shows diff messages in ESM and CJS 2023-11-11 14:24:56 +00:00
async_hooks.js
buffer.js errors: improve hideStackFrames 2023-11-11 16:25:08 +00:00
child_process.js
cluster.js
console.js
constants.js
crypto.js
dgram.js errors: improve hideStackFrames 2023-11-11 16:25:08 +00:00
diagnostics_channel.js
dns.js errors: improve hideStackFrames 2023-11-11 16:25:08 +00:00
domain.js
events.js stream: pre-allocate _events 2023-10-29 16:29:59 +00:00
fs.js errors: improve hideStackFrames 2023-11-11 16:25:08 +00:00
http2.js
http.js lib: update params in jsdoc for HTTPRequestOptions 2023-09-29 13:14:24 +02:00
https.js lib: update params in jsdoc for HTTPRequestOptions 2023-09-29 13:14:24 +02:00
inspector.js
module.js
net.js errors: improve hideStackFrames 2023-11-11 16:25:08 +00:00
os.js errors: improve hideStackFrames 2023-11-11 16:25:08 +00:00
path.js
perf_hooks.js
process.js
punycode.js
querystring.js
readline.js
repl.js lib: remove deprecated string methods 2023-11-11 15:44:16 +00:00
stream.js errors: improve performance of instantiation 2023-09-28 09:57:38 +00:00
string_decoder.js
sys.js
test.js
timers.js
tls.js
trace_events.js
tty.js errors: improve hideStackFrames 2023-11-11 16:25:08 +00:00
url.js
util.js errors: improve hideStackFrames 2023-11-11 16:25:08 +00:00
v8.js
vm.js vm: allow dynamic import with a referrer realm 2023-11-01 06:05:13 +00:00
wasi.js
worker_threads.js
zlib.js errors: improve hideStackFrames 2023-11-11 16:25:08 +00:00