node/lib/internal
Robert Nagy e579acb8dc stream: add stream.compose
Refs: #32020

PR-URL: https://github.com/nodejs/node/pull/39029
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
2021-07-19 08:14:32 +02:00
..
assert
bootstrap process: add api to enable source-maps programmatically 2021-07-15 19:45:16 +08:00
child_process child_process: retain reference to data with advanced serialization 2021-05-23 16:25:50 +02:00
cluster
console readline: move utilities to internal modules 2021-05-02 09:20:18 +02:00
crypto lib: make lazyDOMException more common 2021-06-28 13:44:28 +08:00
debugger debugger: validate sec-websocket-accept response header 2021-07-18 14:53:23 -07:00
dns dns: allow `--dns-result-order` to change default dns verbatim 2021-06-02 19:28:05 +02:00
fs fs: add FileHandle.prototype.readableWebStream() 2021-07-15 13:43:20 -07:00
http2 errors: remove eager stack generation for node errors 2021-07-07 20:50:57 -05:00
legacy
main debugger: rename internal module 2021-07-15 17:19:07 -07:00
modules esm: refine ERR_REQUIRE_ESM errors 2021-07-15 08:52:37 -07:00
per_context stream: implement WHATWG streams 2021-06-30 12:54:41 -07:00
perf perf_hooks: refactor perf_hooks for snapshot building 2021-06-28 16:20:12 +08:00
policy
process src: allow to negate boolean CLI flags 2021-06-21 20:18:20 +02:00
readline readline: move utilities to internal modules 2021-05-02 09:20:18 +02:00
repl repl: processTopLevelAwait fallback error handling 2021-07-08 11:13:55 -07:00
source_map process: add api to enable source-maps programmatically 2021-07-15 19:45:16 +08:00
streams stream: add stream.compose 2021-07-19 08:14:32 +02:00
test
tls tls: move legacy code into own file 2021-07-11 18:40:18 +02:00
util lib: refactor debuglog init 2021-06-12 18:55:14 +02:00
vm
webstreams stream: import internal/util/types instead 2021-07-15 13:43:26 -07:00
worker
abort_controller.js stream: implement WHATWG streams 2021-06-30 12:54:41 -07:00
assert.js
async_hooks.js async_hooks: switch between native and context hooks correctly 2021-06-05 21:21:03 +02:00
blob.js
blocklist.js
buffer.js
child_process.js stream: error Duplex write/read if not writable/readable 2021-07-02 22:11:16 +02:00
cli_table.js
constants.js
dgram.js
dtrace.js
encoding.js
error_serdes.js
errors.js esm: refine ERR_REQUIRE_ESM errors 2021-07-15 08:52:37 -07:00
event_target.js bootstrap: load perf_hooks eagerly during bootstrap 2021-06-28 16:20:17 +08:00
fixed_queue.js
freelist.js
freeze_intrinsics.js doc: use `HEAD` instead of `master` for links 2021-05-05 10:45:30 +02:00
heap_utils.js
histogram.js
http.js perf_hooks: refactor perf_hooks for snapshot building 2021-06-28 16:20:12 +08:00
idna.js
inspector_async_hook.js
js_stream_socket.js
linkedlist.js
net.js
options.js src: allow to negate boolean CLI flags 2021-06-21 20:18:20 +02:00
priority_queue.js
querystring.js
readme.md
repl.js
socket_list.js
socketaddress.js
stream_base_commons.js
timers.js
trace_events_async_hooks.js
tty.js
url.js lib: include url in bootstrap snapshot and remove unnecessary lazy-loads 2021-06-02 13:30:05 +08:00
util.js lib: make lazyDOMException more common 2021-06-28 13:44:28 +08:00
v8_prof_polyfill.js
v8_prof_processor.js
validators.js wasi: use missing validator 2021-06-26 16:31:30 +02:00
watchdog.js
worker.js perf_hooks: refactor perf_hooks for snapshot building 2021-06-28 16:20:12 +08:00

readme.md

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These modules can be changed at any time. Reliance on these modules outside of core is not supported in any way.