node/lib
Daeyeon Jeong dc5d0f9bb4
fs: allow `exclude` option in globs to accept glob patterns
Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/56489
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Jason Zhang <xzha4350@gmail.com>
2025-01-08 23:12:27 +00:00
..
assert
dns
fs
inspector
internal fs: allow `exclude` option in globs to accept glob patterns 2025-01-08 23:12:27 +00:00
path
readline
stream
test
timers lib: remove unnecessary optional chaining 2024-11-07 15:59:12 +00:00
util
_http_agent.js
_http_client.js http: add setDefaultHeaders option to http.request 2024-12-12 16:43:10 +00:00
_http_common.js
_http_incoming.js
_http_outgoing.js http: don't emit error after destroy 2024-10-28 12:57:58 +00:00
_http_server.js http: add diagnostic channel `http.server.response.created` 2024-11-02 13:46:20 +00:00
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js
_stream_transform.js stream: do not use _stream_* anymore 2021-01-05 19:02:04 +01:00
_stream_wrap.js
_stream_writable.js stream: do not use _stream_* anymore 2021-01-05 19:02:04 +01:00
_tls_common.js
_tls_wrap.js
assert.js assert: show diff when doing partial comparisons 2025-01-08 09:58:33 +00:00
async_hooks.js lib: prefer logical assignment 2024-10-09 06:42:16 +00:00
buffer.js util: harden more built-in classes against prototype pollution 2024-12-16 22:33:08 +00:00
child_process.js
cluster.js cluster: use ObjectPrototypeHasOwnProperty 2023-05-25 16:04:19 +00:00
console.js console: split console into global.js and constructor.js 2018-12-02 04:51:18 +08:00
constants.js
crypto.js
dgram.js dgram: support blocklist in udp 2024-12-15 14:19:27 +00:00
diagnostics_channel.js diagnostics_channel: fix unsubscribe during publish 2024-10-14 10:55:39 +00:00
dns.js
domain.js
eslint.config_partial.mjs module: use buffer.toString base64 2024-12-21 11:02:30 +00:00
events.js Revert "events: add hasEventListener util for validate" 2024-12-19 18:16:48 +01:00
fs.js fs: make mutating `options` in Callback `readdir()` not affect results 2024-12-12 21:25:53 +00:00
http.js
http2.js
https.js
inspector.js lib: remove `Symbol[Async]Dispose` polyfills 2024-10-07 09:47:44 +00:00
module.js
net.js net: support blocklist in net.connect 2024-12-06 04:36:24 +00:00
os.js src: improve `node:os` userInfo performance 2024-11-08 19:40:25 +00:00
path.js test_runner: exclude test files from coverage by default 2024-12-17 11:10:17 +00:00
perf_hooks.js
process.js
punycode.js
querystring.js
quic.js src, quic: refine more of the quic implementation 2025-01-06 10:47:36 -08:00
readline.js
repl.js module: add prefix-only modules to `module.builtinModules` 2024-12-14 07:35:00 +00:00
sea.js
sqlite.js
stream.js
string_decoder.js
sys.js
test.js test_runner: add assert.register() API 2025-01-04 18:30:04 +00:00
timers.js lib: prefer logical assignment 2024-10-09 06:42:16 +00:00
tls.js
trace_events.js
tty.js tty: initialize winSize array with values 2024-08-11 06:32:13 +00:00
url.js lib: remove redundant global regexps 2024-12-10 12:18:18 +00:00
util.js util: do not mark experimental feature as deprecated 2024-11-08 16:16:15 +00:00
v8.js lib: handle Float16Array in node:v8 serdes 2024-12-07 18:24:28 +00:00
vm.js lib: add validation for options in compileFunction 2024-12-06 06:53:06 +00:00
wasi.js
worker_threads.js
zlib.js zlib: deprecate classes usage without `new` 2024-11-29 20:55:03 +00:00