node/lib
2026-04-13 09:56:56 +03:00
..
assert
dns
fs
inspector lib: revert to using default derived class constructors 2025-08-30 14:28:10 +00:00
internal test_runner: publish to TracingChannel node.test for instrumentation 2026-04-13 09:56:56 +03:00
path
readline lib: revert to using default derived class constructors 2025-08-30 14:28:10 +00:00
stream stream: add stream/iter to classic stream adapters 2026-04-06 09:59:56 -07:00
test
timers
util
zlib stream: add stream/iter Implementation 2026-03-27 19:55:08 -07:00
_http_agent.js http: add http.setGlobalProxyFromEnv() 2025-12-10 16:12:28 +00:00
_http_client.js http: validate ClientRequest path on set 2026-03-02 19:10:56 +00:00
_http_common.js http: fix use-after-free when freeParser is called during llhttp_execute 2026-03-06 06:01:21 +00:00
_http_incoming.js http: add req.signal to IncomingMessage 2026-04-04 09:24:22 +00:00
_http_outgoing.js http: cleanup pipeline queue 2026-04-04 19:37:53 +00:00
_http_server.js http: cleanup pipeline queue 2026-04-04 19:37:53 +00:00
_tls_common.js
_tls_wrap.js
assert.js lib: prefer call() over apply() if argument list is not array 2025-11-23 08:45:46 +00:00
async_hooks.js async_hooks: add trackPromises option to createHook() 2026-01-28 11:25:24 +00:00
buffer.js buffer: add end parameter 2026-04-11 19:24:50 +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 crypto: implement randomUUIDv7() 2026-04-05 10:12:21 +00:00
dgram.js lib: prefer call() over apply() if argument list is not array 2025-11-23 08:45:46 +00:00
diagnostics_channel.js diagnostics_channel: add BoundedChannel and scopes 2026-03-31 19:04:24 +00:00
dns.js dns: move falsy hostname in lookup to end-of-life 2025-06-13 12:47:23 +00:00
domain.js repl: remove dependency on domain module 2026-03-06 15:38:36 +00:00
eslint.config_partial.mjs lib,src: implement QuotaExceededError as DOMException-derived interface 2026-03-19 14:41:50 +01:00
events.js events: avoid cloning listeners array on every emit 2026-03-29 14:53:52 +00:00
fs.js watch: fix --env-file-if-exists crashing on linux if the file is missing 2026-04-10 22:06:36 +00:00
http.js http: add http.setGlobalProxyFromEnv() 2025-12-10 16:12:28 +00:00
http2.js
https.js http: add http.setGlobalProxyFromEnv() 2025-12-10 16:12:28 +00:00
inspector.js inspector: initial support storage inspection 2026-01-23 14:51:48 +00:00
module.js
net.js tls: forward keepAlive, keepAliveInitialDelay, noDelay to socket 2026-02-28 11:22:35 +00:00
os.js os: freeze signals constant 2025-12-22 16:14:46 +00: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-10-28 00:23:50 +01:00
process.js
punycode.js lib,src: isInsideNodeModules should test on the first non-internal frame 2025-12-10 13:59:35 +00: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 repl: use vm DONT_CONTEXTIFY context 2026-03-26 05:55:01 +00:00
sea.js sea: implement sea.getAssetKeys() 2025-09-04 11:58:50 +00:00
sqlite.js sqlite: mark as release candidate 2026-02-21 16:30:23 +00:00
stream.js stream: export namespace object from internal end-of-stream module 2026-01-23 11:47:27 +00:00
string_decoder.js meta: enable jsdoc/check-tag-names rule 2025-07-18 09:28:21 +00:00
sys.js
test.js test_runner: add getTestContext() 2026-04-01 10:09:41 +00: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 url: suppress warnings from url.format/url.resolve inside node_modules 2026-03-08 18:32:29 +00:00
util.js util: colorize text with hex colors 2026-04-09 15:01:51 -04:00
v8.js v8: add heap profile API 2026-04-09 14:26:14 +00: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 zlib: add support for brotli compression dictionary 2026-02-13 16:10:17 +00:00