node/lib
Yagiz Nizipli ddbe1365ff
util: reduce TextEncoder.encodeInto function size
PR-URL: https://github.com/nodejs/node/pull/60339
Reviewed-By: Jordan Harband <ljharb@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
2025-10-23 14:38:22 +00:00
..
assert
dns
fs
inspector lib: revert to using default derived class constructors 2025-08-30 14:28:10 +00:00
internal util: reduce TextEncoder.encodeInto function size 2025-10-23 14:38:22 +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: add Agent.agentKeepAliveTimeoutBuffer option 2025-08-13 02:32:30 +00:00
_http_client.js http: fix http client leaky with double response 2025-10-13 15:58:26 +00:00
_http_common.js http: fix http client leaky with double response 2025-10-13 15:58:26 +00:00
_http_incoming.js http: add optimizeEmptyRequests server option 2025-10-14 12:17:53 +00:00
_http_outgoing.js
_http_server.js http: add optimizeEmptyRequests server option 2025-10-14 12:17:53 +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 assert: allow printf-style messages as assertion error 2025-10-17 20:15:17 +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 crypto: support ML-KEM, DHKEM, and RSASVE key encapsulation mechanisms 2025-08-20 14:30:58 +00:00
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 domain: remove deprecated API call 2025-08-05 03:51:16 +00:00
eslint.config_partial.mjs lib: expose global ErrorEvent 2025-08-18 08:14:54 +00:00
events.js lib: prefer AsyncIteratorPrototype primordial 2025-07-29 21:54:16 +00:00
fs.js fs: port SonicBoom module to fs module as Utf8Stream 2025-07-28 20:27:07 -07:00
http2.js
http.js
https.js http,https: handle IPv6 with proxies 2025-09-22 23:19:26 +00:00
inspector.js inspector: initial support websocket inspection 2025-08-19 10:09:14 +00:00
module.js
net.js
os.js meta: enable jsdoc/check-tag-names rule 2025-07-18 09:28:21 +00:00
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 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: move completion logic to internal module 2025-10-08 07:37:22 +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 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: replaced slice with at 2025-09-14 00:39:32 +00:00
util.js lib: fix constructor in _errnoException stack tree 2025-10-13 14:25:09 +00:00
v8.js v8: add cpu profile 2025-10-11 17:20:57 +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 dictionary support to zstdCompress and zstdDecompress 2025-08-04 16:13:57 +00:00