node/lib
Colin Ihrig 14e7eb34f4
test_runner: remove redundant bootstrap boolean
The test runner bootstrap process awaits a Promise and then sets
a boolean flag. This commit consolidates the Promise and boolean
into a single value. This commit also ensures that the globalRoot
test is always assigned in createTestTree() in order to better
consolidate the CLI/run() and non-CLI configuration.

PR-URL: https://github.com/nodejs/node/pull/54013
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
2024-07-27 13:27:03 +00:00
..
assert
dns
fs
inspector
internal test_runner: remove redundant bootstrap boolean 2024-07-27 13:27:03 +00:00
path
readline
stream
test test_runner: support module detection in module mocks 2024-07-04 13:30:01 +00:00
timers
util
_http_agent.js http: remove prototype primordials 2024-07-06 10:33:16 +02:00
_http_client.js http: remove prototype primordials 2024-07-06 10:33:16 +02:00
_http_common.js http: remove prototype primordials 2024-07-06 10:33:16 +02:00
_http_incoming.js http: remove prototype primordials 2024-07-06 10:33:16 +02:00
_http_outgoing.js http: remove prototype primordials 2024-07-06 10:33:16 +02:00
_http_server.js http: remove prototype primordials 2024-07-06 10:33:16 +02:00
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js
_stream_transform.js
_stream_wrap.js
_stream_writable.js
_tls_common.js tls: remove prototype primordials 2024-07-07 00:56:04 +00:00
_tls_wrap.js tls: add setKeyCert() to tls.Socket 2024-07-15 15:17:59 +00:00
assert.js
async_hooks.js
buffer.js
child_process.js child_process: fix incomplete prototype pollution hardening 2024-07-21 21:27:04 +00:00
cluster.js
console.js
constants.js
crypto.js
dgram.js
diagnostics_channel.js lib: add diagnostics_channel events to module loading 2024-06-20 21:25:04 -03:00
dns.js
domain.js
eslint.config_partial.mjs meta: reword linter messages 2024-07-22 00:21:42 +02:00
events.js doc, typings: events.once accepts symbol event type 2024-06-27 21:56:25 +00:00
fs.js fs: move `rmSync` implementation to c++ 2024-07-18 20:02:49 +00:00
http.js http: expose websockets 2024-07-08 15:55:43 +00:00
http2.js
https.js
inspector.js inspector: add initial support for network inspection 2024-07-19 05:00:30 +00:00
module.js
net.js lib: refactor `platform` utility methods 2024-07-15 18:58:11 +00:00
os.js
path.js lib: refactor `platform` utility methods 2024-07-15 18:58:11 +00:00
perf_hooks.js
process.js
punycode.js
querystring.js
readline.js
repl.js
sea.js
sqlite.js lib,src,test,doc: add node:sqlite module 2024-07-09 20:33:38 +00:00
stream.js stream: expose DuplexPair API 2024-07-26 08:09:23 +00:00
string_decoder.js
sys.js
test.js
timers.js
tls.js tls: remove prototype primordials 2024-07-07 00:56:04 +00:00
trace_events.js
tty.js
url.js
util.js
v8.js v8: move `ToNamespacedPath` to c++ 2024-07-04 16:19:36 +00:00
vm.js
wasi.js
worker_threads.js worker: add postMessageToThread 2024-07-09 07:16:04 +00:00
zlib.js