node/lib
Marco Ippolito 69144e96c2
module: use sync cjs when importing cts
PR-URL: https://github.com/nodejs/node/pull/60072
Fixes: https://github.com/nodejs/node/issues/59963
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
2025-10-02 03:49:26 +00:00
..
assert
dns
fs
inspector lib: revert to using default derived class constructors 2025-08-30 14:28:10 +00:00
internal module: use sync cjs when importing cts 2025-10-02 03:49:26 +00:00
path
readline lib: revert to using default derived class constructors 2025-08-30 14:28:10 +00:00
stream
test
timers
util
_http_agent.js
_http_client.js
_http_common.js http: optimize checkIsHttpToken for short strings 2025-09-14 00:40:06 +00:00
_http_incoming.js
_http_outgoing.js
_http_server.js http: add shouldUpgradeCallback to let servers control HTTP upgrades 2025-09-17 15:14:01 +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
assert.js lib: update isDeepStrictEqual to support options 2025-09-14 00:39:49 +00:00
async_hooks.js
buffer.js meta: enable jsdoc/check-tag-names rule 2025-07-18 09:28:21 +00:00
child_process.js lib: use validators for argument validation 2025-09-21 02:47:14 +00:00
cluster.js
console.js
constants.js
crypto.js
dgram.js dgram: restore buffer optimization in fixBufferList 2025-09-21 17:50:41 +00:00
diagnostics_channel.js diagnostics_channel: fix race condition with diagnostics_channel and GC 2025-09-19 07:28:39 +00:00
dns.js
domain.js
eslint.config_partial.mjs
events.js
fs.js
http.js
http2.js
https.js http,https: handle IPv6 with proxies 2025-09-22 23:19:26 +00:00
inspector.js
module.js
net.js
os.js
path.js path: refactor path joining logic for clarity and performance 2025-09-08 18:44:18 +00:00
perf_hooks.js
process.js
punycode.js
querystring.js
quic.js
readline.js
repl.js repl: do not cause side effects in tab completion 2025-09-08 13:54:45 +00:00
sea.js sea: implement sea.getAssetKeys() 2025-09-04 11:58:50 +00:00
sqlite.js
stream.js
string_decoder.js meta: enable jsdoc/check-tag-names rule 2025-07-18 09:28:21 +00:00
sys.js
test.js
timers.js
tls.js tls: only do off-thread certificate loading on loading tls 2025-09-18 18:54:14 +00:00
trace_events.js
tty.js
url.js url: replaced slice with at 2025-09-14 00:39:32 +00:00
util.js lib: update isDeepStrictEqual to support options 2025-09-14 00:39:49 +00:00
v8.js
vm.js
wasi.js
worker_threads.js
zlib.js