node/lib
2026-03-20 17:45:06 +01:00
..
assert
dns
fs
inspector
internal permission: include permission check on lib/fs/promises 2026-03-20 17:45:06 +01:00
path
readline readline: fix unresolved promise on abortion 2025-08-27 19:20:38 +02:00
stream
test test_runner: do not expose internal loader 2024-10-02 07:57:36 +02:00
timers timers: document ref option for scheduler.wait 2024-10-02 07:57:48 +02:00
util
.eslintrc.yaml tools: add polyfilled option to prefer-primordials rule 2024-11-18 10:15:35 +01:00
_http_agent.js lib: remove startsWith/endsWith primordials for char checks 2025-01-24 22:18:42 +01:00
_http_client.js http: remove prototype primordials 2024-09-21 13:16:02 +02:00
_http_common.js http: correctly translate HTTP method 2025-06-11 09:21:18 +02:00
_http_incoming.js http: use null prototype for headersDistinct/trailersDistinct 2026-03-19 13:21:05 +01:00
_http_outgoing.js http: coerce content-length to number 2025-08-27 19:20:36 +02:00
_http_server.js http: fix keep-alive not timing out after post-request empty line 2026-03-04 10:41:46 +01: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-09-21 13:18:29 +02:00
_tls_wrap.js tls: wrap SNICallback invocation in try/catch 2026-03-20 17:45:06 +01:00
assert.js test_runner: reimplement assert.ok to allow stack parsing 2024-10-02 16:04:21 +02:00
async_hooks.js
buffer.js src: implement IsInsideNodeModules() in C++ 2025-02-11 11:56:43 +01:00
child_process.js lib: move Symbol[Async]Dispose polyfills to internal/util 2024-11-18 10:15:32 +01:00
cluster.js cluster: use ObjectPrototypeHasOwnProperty 2023-05-30 12:24:29 +02:00
console.js
constants.js
crypto.js crypto: implement crypto.hash() 2024-03-25 19:27:53 +00:00
dgram.js dgram: check udp buffer size to avoid fd leak 2025-01-24 22:18:50 +01:00
diagnostics_channel.js diagnostics_channel: fix unsubscribe during publish 2025-01-24 22:17:31 +01:00
dns.js dns: remove redundant code using common variable 2025-08-27 19:20:35 +02:00
domain.js lib: the REPL should survive deletion of Array.prototype methods 2024-11-17 11:51:28 +01:00
events.js events: add hasEventListener util for validate 2025-03-06 13:38:01 +01:00
fs.js lib,permission: require full read and write to symlink APIs 2026-01-08 12:15:36 -03:00
http.js http: remove prototype primordials 2024-09-21 13:16:02 +02:00
http2.js http2: add server handshake utility 2024-03-25 19:24:19 +00:00
https.js lib: move Symbol[Async]Dispose polyfills to internal/util 2024-11-18 10:15:32 +01:00
inspector.js lib: move Symbol[Async]Dispose polyfills to internal/util 2024-11-18 10:15:32 +01:00
module.js module: implement register utility 2023-08-15 14:33:58 -03:00
net.js lib: move Symbol[Async]Dispose polyfills to internal/util 2024-11-18 10:15:32 +01:00
os.js os: fix netmask format check condition in getCIDR function 2025-06-11 09:21:19 +02:00
path.js path,win: fix bug in resolve and normalize 2026-03-03 15:10:37 +01:00
perf_hooks.js
process.js
punycode.js
querystring.js
readline.js lib: move Symbol[Async]Dispose polyfills to internal/util 2024-11-18 10:15:32 +01:00
repl.js repl: add isValidParentheses check before wrap input 2025-11-19 18:17:46 +01:00
sea.js sea: support sea.getRawAsset() 2024-03-25 19:25:52 +00:00
stream.js stream: change stream to use index instead of for...of 2024-10-02 07:57:40 +02:00
string_decoder.js lib: move encodingsMap to internal/util 2024-03-25 19:27:52 +00:00
sys.js lib: add note about removing node:sys module 2024-10-02 07:57:52 +02:00
test.js test_runner: add suite() 2024-05-03 08:30:16 +02:00
timers.js lib: move Symbol[Async]Dispose polyfills to internal/util 2024-11-18 10:15:32 +01:00
tls.js tls: remove prototype primordials 2024-09-21 13:18:29 +02:00
trace_events.js
tty.js tty: initialize winSize array with values 2024-10-02 07:57:32 +02:00
url.js lib: remove lib/internal/idna.js 2024-11-17 11:51:36 +01:00
util.js lib: respect terminal capabilities on styleText 2024-10-02 07:57:43 +02:00
v8.js lib: fix misleading argument of validateUint32 2024-07-19 15:27:03 +02:00
vm.js lib: add validation for options in compileFunction 2025-01-24 22:18:52 +01:00
wasi.js
worker_threads.js worker: add postMessageToThread 2025-02-20 13:37:44 +01:00
zlib.js zlib: remove mentions of unexposed Z_TREES constant 2025-08-27 19:20:36 +02:00