node/lib
Ryuhei Shima 696935eeeb
inspector: initial support storage inspection
PR-URL: https://github.com/nodejs/node/pull/61139
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Kohei Ueno <kohei.ueno119@gmail.com>
2026-01-25 00:07:50 +01:00
..
assert
dns
fs
inspector lib: revert to using default derived class constructors 2025-08-30 14:28:10 +00:00
internal stream: export namespace object from internal end-of-stream module 2026-01-25 00:07:50 +01: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: add http.setGlobalProxyFromEnv() 2026-01-13 10:04:44 -03:00
_http_client.js http,https: fix double ERR_PROXY_TUNNEL emission 2026-01-13 10:04:02 -03:00
_http_common.js http: fix rawHeaders exceeding maxHeadersCount limit 2026-01-25 00:07:48 +01:00
_http_incoming.js http: add optimizeEmptyRequests server option 2025-10-24 00:49:34 +02:00
_http_outgoing.js http: lazy allocate cookies array 2025-10-27 15:07:04 +01:00
_http_server.js lib: add lint rules for reflective function calls 2026-01-13 10:04:32 -03:00
_stream_duplex.js lib: add module to use in module deprecation warnings 2025-05-26 14:39:25 +00:00
_stream_passthrough.js lib: add module to use in module deprecation warnings 2025-05-26 14:39:25 +00:00
_stream_readable.js lib: add module to use in module deprecation warnings 2025-05-26 14:39:25 +00:00
_stream_transform.js lib: add module to use in module deprecation warnings 2025-05-26 14:39:25 +00:00
_stream_wrap.js lib: add module to use in module deprecation warnings 2025-05-26 14:39:25 +00:00
_stream_writable.js lib: add module to use in module deprecation warnings 2025-05-26 14:39:25 +00:00
_tls_common.js lib: add module to use in module deprecation warnings 2025-05-26 14:39:25 +00:00
_tls_wrap.js lib: add module to use in module deprecation warnings 2025-05-26 14:39:25 +00:00
assert.js lib: prefer call() over apply() if argument list is not array 2026-01-13 10:04:20 -03:00
async_hooks.js async_hooks: enabledHooksExist shall return if hooks are enabled 2026-01-20 14:34:30 +01:00
buffer.js buffer: make methods work on Uint8Array instances 2026-01-22 14:46:32 +01: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 crypto: support ML-KEM, DHKEM, and RSASVE key encapsulation mechanisms 2025-08-20 14:30:58 +00:00
dgram.js lib: prefer call() over apply() if argument list is not array 2026-01-13 10:04:20 -03:00
diagnostics_channel.js diagnostics_channel: fix race condition with diagnostics_channel and GC 2025-09-19 07:28:39 +00:00
dns.js dns: move falsy hostname in lookup to end-of-life 2025-06-13 12:47:23 +00:00
domain.js domain: remove deprecated API call 2025-08-05 03:51:16 +00:00
eslint.config_partial.mjs lib: enforce use of URLParse 2026-01-13 10:04:48 -03:00
events.js lib: add lint rules for reflective function calls 2026-01-13 10:04:32 -03:00
fs.js fs: add ignore option to fs.watch 2026-01-25 00:07:50 +01:00
http.js http: add http.setGlobalProxyFromEnv() 2026-01-13 10:04:44 -03:00
http2.js
https.js http: add http.setGlobalProxyFromEnv() 2026-01-13 10:04:44 -03:00
inspector.js inspector: initial support storage inspection 2026-01-25 00:07:50 +01:00
module.js lib: allow skipping source maps in node_modules 2025-01-23 22:44:10 +00:00
net.js lib: make ERM functions into wrappers returning undefined 2025-05-25 13:44:43 +00:00
os.js os: freeze signals constant 2026-01-13 10:04:51 -03:00
path.js path: refactor path joining logic for clarity and performance 2025-09-08 18:44:18 +00:00
perf_hooks.js perf_hooks: move non-standard performance properties to perf_hooks 2025-11-05 23:05:00 +01:00
process.js
punycode.js lib,src: isInsideNodeModules should test on the first non-internal frame 2026-01-13 10:04:44 -03:00
querystring.js meta: enable jsdoc/check-tag-names rule 2025-07-18 09:28:21 +00:00
quic.js quic: continue working on quic api bits 2025-10-07 14:04:53 +00:00
readline.js
repl.js lib: prefer call() over apply() if argument list is not array 2026-01-13 10:04:20 -03:00
sea.js sea: implement sea.getAssetKeys() 2025-09-04 11:58:50 +00:00
sqlite.js sqlite: cleanup ERM support and export Session class 2025-05-30 17:21:30 -07:00
stream.js stream: export namespace object from internal end-of-stream module 2026-01-25 00:07:50 +01:00
string_decoder.js meta: enable jsdoc/check-tag-names rule 2025-07-18 09:28:21 +00:00
sys.js lib: add node: prefix in sys module deprecation warning 2025-05-26 14:39:25 +00:00
test.js test_runner: fix lazy test.assert accessor 2026-01-13 10:04:50 -03:00
timers.js lib: remove redundant destroyHook checks 2025-10-08 12:11:43 +00:00
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 lib,src: isInsideNodeModules should test on the first non-internal frame 2026-01-13 10:04:44 -03:00
util.js lib: fix typo in util.js comment 2026-01-20 15:21:06 +01:00
v8.js v8: changing total_allocated_bytes to avoid ABI changes 2026-01-24 01:49:17 +01:00
vm.js
wasi.js lib: expose setupInstance method on WASI class 2025-07-07 08:41:16 -07:00
worker_threads.js worker: add name for worker 2025-08-05 13:45:41 +00:00
zlib.js http2,zlib: prefer call() over apply() if argument list is not array 2026-01-13 10:04:41 -03:00