node/lib/internal
Antoine du Hamel 7b3e222cda
util: remove unused functions
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/63612
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Gürgün Dayıoğlu <hey@gurgun.day>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2026-05-30 19:26:27 +02:00
..
assert assert: use a set instead of an array for faster lookup 2025-12-22 19:30:36 +00:00
async_local_storage async_hooks: add using scopes to AsyncLocalStorage 2026-03-28 20:53:57 +00:00
bootstrap lib,src,test,doc: add node:ffi module 2026-05-05 16:19:27 +02:00
child_process child_process: treat ipc length header as unsigned uint32 2026-01-19 01:16:25 +00:00
cluster cluster: fix port reuse between cluster 2026-01-14 10:39:15 +00:00
console console: optimize single-string logging 2025-11-02 23:33:58 +00:00
crypto crypto: coerce -0 keylen to +0 in pbkdf2 and scrypt 2026-05-27 11:35:49 +02:00
debugger debugger,test: deflake resume failure test and add debug logs 2026-05-27 11:35:49 +02:00
dns lib: prefer call() over apply() if argument list is not array 2025-11-23 08:45:46 +00:00
encoding lib: fix typo idenity => identity 2026-05-19 14:08:21 +02:00
errors lib: add source map support for assert messages 2025-09-11 10:37:46 +00:00
events
fs quic: improve the quic js structure 2026-05-23 00:05:41 +02:00
http2 http2: emit session close before stream close 2026-05-30 19:26:25 +02:00
inspector inspector: fix absolute URLs in network http 2026-05-05 16:19:51 +02:00
legacy
main src: allow empty --experimental-config-file 2026-05-05 16:19:28 +02:00
modules module: load ESM helpers eagerly in the snapshot 2026-05-30 19:26:26 +02:00
per_context lib,src: implement QuotaExceededError as DOMException-derived interface 2026-03-19 14:41:50 +01:00
perf quic: complete the internal implementation of QUIC 2026-05-19 14:08:13 +02:00
process lib,permission: add permission.drop 2026-05-27 11:35:49 +02:00
quic quic: add proper error codes & messages for QUIC failures 2026-05-30 19:26:26 +02:00
readline repl: fix pasting after moving the cursor to the left 2025-11-05 20:36:59 +00:00
repl repl: fix dedup comparing normalized line against raw history 2026-05-19 14:08:22 +02:00
source_map lib: fix source map url parse in dynamic imports 2026-03-03 20:35:35 +00:00
streams stream: switch to internal sleep binding 2026-05-30 19:26:27 +02:00
test
test_runner test_runner: ignore erased TS lines in coverage 2026-05-30 19:26:25 +02:00
tls tls: add unsupported renegotiation error 2026-05-19 14:08:18 +02:00
util crypto: harden KeyObject internal slots 2026-05-19 14:08:17 +02:00
v8 lib: avoid quadratic shift() in startup snapshot callback 2026-05-05 16:19:40 +02:00
vm lib: prefer call() over apply() if argument list is not array 2025-11-23 08:45:46 +00:00
watch_mode watch: fix --env-file-if-exists crashing on linux if the file is missing 2026-05-05 16:19:25 +02:00
webstreams stream: fix Writable.toWeb() hang on synchronous drain 2026-05-23 00:05:42 +02:00
worker lib: refactor internal webidl converters 2026-05-05 16:21:27 +02:00
abort_controller.js lib: defer AbortSignal.any() following 2026-05-05 16:19:16 +02:00
assert.js
async_context_frame.js
async_hooks.js async_hooks: enabledHooksExist shall return if hooks are enabled 2025-12-31 14:45:20 +00:00
blob.js quic: complete the internal implementation of QUIC 2026-05-19 14:08:13 +02:00
blocklist.js quic: add block list support for endpoints 2026-05-27 11:35:47 +02:00
buffer.js buffer: disallow ArrayBuffer transfer on pooled buffer 2026-01-28 16:32:55 +00:00
child_process.js child_process: add tracing channel for spawn 2026-02-25 06:00:03 +00:00
cli_table.js
constants.js
data_url.js meta: enable jsdoc/check-tag-names rule 2025-07-18 09:28:21 +00:00
dgram.js
encoding.js lib: use utf8 fast path for streaming TextDecoder 2026-02-02 04:10:14 +00:00
error_serdes.js
errors.js quic: add proper error codes & messages for QUIC failures 2026-05-30 19:26:26 +02:00
event_target.js events: remove redundant todo 2026-01-19 10:43:59 +00:00
ffi-shared-buffer.js ffi: remove function signature property aliases 2026-05-27 11:35:45 +02:00
file.js lib: prefer call() over apply() if argument list is not array 2025-11-23 08:45:46 +00:00
fixed_queue.js lib: recycle queues 2026-01-30 19:46:49 +00:00
freelist.js
freeze_intrinsics.js lib: add Temporal to frozen intrinsics 2026-05-05 16:19:50 +02:00
heap_utils.js v8: fix missing callback in heap utils destroy 2025-06-30 11:51:40 +00:00
histogram.js perf_hooks: do not expose SafeMap via Histogram wrapper 2025-07-22 16:28:02 +00:00
http.js http: fix no_proxy leading-dot suffix matching 2026-05-05 16:19:36 +02:00
inspector_async_hook.js async_hooks: add trackPromises option to createHook() 2026-01-28 11:25:24 +00:00
inspector_network_tracking.js inspector: add http2 tracking support 2025-08-27 16:25:13 +00:00
js_stream_socket.js
linkedlist.js
locks.js lib: refactor internal webidl converters 2026-05-05 16:21:27 +02:00
mime.js util: optimize toASCIILower function using V8s native toLowerCase 2025-12-27 00:40:39 +00:00
navigator.js worker: add web locks api 2025-07-18 07:55:10 -07:00
net.js tls: forward keepAlive, keepAliveInitialDelay, noDelay to socket 2026-02-28 11:22:35 +00:00
options.js src: support multiple versions in node.config.json 2026-05-19 14:08:16 +02:00
priority_queue.js lib: optimize priority queue 2025-10-04 22:08:00 +02:00
promise_hooks.js
querystring.js
README.md
repl.js repl: extract and standardize history from both repl and interface 2025-05-28 07:38:39 +00:00
socket_list.js
socketaddress.js lib: enforce use of URLParse 2025-12-12 12:34:21 +00:00
stream_base_commons.js
timers.js lib: remove redundant destroyHook checks 2025-10-08 12:11:43 +00:00
trace_events_async_hooks.js
tty.js tty: treat empty NO_COLOR same as absent NO_COLOR 2025-06-28 15:26:22 +02:00
url.js url: optimize URLSearchParams set/delete duplicate handling 2026-05-05 16:19:38 +02:00
util.js util: remove unused functions 2026-05-30 19:26:27 +02:00
v8_prof_polyfill.js src: build v8 tick processor as built-in source text modules 2025-11-11 02:53:13 +00:00
validators.js lib: fixes validator message 2026-05-19 14:08:20 +02:00
vm.js lib: prefer call() over apply() if argument list is not array 2025-11-23 08:45:46 +00:00
wasm_web_api.js
watchdog.js
webidl.js lib: optimize webidl conversion options 2026-05-19 14:08:16 +02:00
webstorage.js inspector: auto collect webstorage data 2026-05-05 16:19:18 +02:00
worker.js watch: track worker entry files in watch mode 2026-05-05 16:19:41 +02:00

Internal Modules

The modules located in lib/internal directory are exclusively meant for internal usage within the Node.js core. They are not intended to be accessed via user modules require(). These modules may change at any point in time. Relying on these internal modules outside the core is not supported and can lead to unpredictable behavior.

In certain scenarios, accessing these internal modules for debugging or experimental purposes might be necessary. Node.js provides the --expose-internals flag to expose these modules to userland code. This flag only exists to assist Node.js maintainers with debugging internals. It is not meant for use outside the project.