node/lib
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 assert: add `assert/strict` alias module 2020-06-25 08:37:48 -07:00
dns dns: add dns/promises alias 2020-05-24 03:26:21 +02:00
fs fs: add fs/promises alias module 2020-02-18 22:15:50 -08:00
internal stream: add stream.compose 2021-07-19 08:14:32 +02:00
path path: add `path/posix` and `path/win32` alias modules 2020-10-20 14:27:31 +00:00
stream stream: add CompressionStream and DecompressionStream 2021-07-14 10:52:59 -07:00
timers lib: make primordials Promise methods safe 2021-05-19 09:21:37 -07:00
util util: add `util/types` alias module 2020-10-21 01:26:34 +02:00
.eslintrc.yaml lib: harden lint checks for globals 2021-04-28 13:13:23 -07:00
_http_agent.js lib: refactor to reuse validators 2021-05-19 09:22:56 -07:00
_http_client.js stream: unify stream utils 2021-07-11 10:40:30 +02:00
_http_common.js http: clean up HttpParser correctly 2021-07-10 22:47:47 +02:00
_http_incoming.js stream: add readableDidRead 2021-07-14 12:01:41 +02:00
_http_outgoing.js Revert "http: make HEAD method to work with keep-alive" 2021-06-08 17:54:28 +02:00
_http_server.js stream: add readableDidRead 2021-07-14 12:01:41 +02:00
_stream_duplex.js stream: do not use _stream_* anymore 2021-01-05 19:02:04 +01:00
_stream_passthrough.js stream: do not use _stream_* anymore 2021-01-05 19:02:04 +01:00
_stream_readable.js stream: do not use _stream_* anymore 2021-01-05 19:02:04 +01:00
_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: move legacy code into own file 2021-07-11 18:40:18 +02:00
_tls_wrap.js lib: refactor to reuse validators 2021-05-19 09:22:56 -07:00
assert.js deps: update Acorn to v8.4.1 2021-06-29 17:20:45 +02:00
async_hooks.js async_hooks: refactor to avoid unsafe array iteration 2021-02-01 16:16:38 +01:00
buffer.js lib: make lazyDOMException more common 2021-06-28 13:44:28 +08:00
child_process.js lib: add JSDoc typings for child_process 2021-06-17 11:40:32 -04:00
cluster.js lib,src: update cluster to use Parent 2021-01-05 15:41:45 -05:00
console.js
constants.js lib: flatten access to primordials 2019-11-25 10:28:15 +01:00
crypto.js crypto: make FIPS related options always awailable 2021-02-25 18:12:58 -05:00
dgram.js dgram: extract cluster lazy loading method to make it testable 2021-05-09 09:16:22 +02:00
diagnostics_channel.js lib: refactor to use validateFunction 2021-01-27 20:46:54 +02:00
dns.js dns: allow `--dns-result-order` to change default dns verbatim 2021-06-02 19:28:05 +02:00
domain.js lib: change wording in lib/domain.js comment 2021-04-01 13:12:48 -07:00
events.js typings: add JSDoc typings for events 2021-05-21 14:18:28 -07:00
fs.js fs: allow empty string for temp directory prefix 2021-06-26 16:34:13 +02:00
http.js typings: add JSDoc typings for http 2021-04-16 07:47:46 +02:00
http2.js http2: add support for sensitive headers 2020-07-16 00:25:47 +02:00
https.js http,https: align server option of https with http 2021-06-26 14:21:57 +00:00
inspector.js lib: refactor to use validateObject 2021-01-28 12:53:50 +01:00
module.js module: add API for interacting with source maps 2020-01-14 12:39:06 -08:00
net.js typings: add a few JSDoc typings for the net lib module 2021-07-11 09:39:52 +02:00
os.js os: add os.devNull 2021-06-01 21:06:18 +02:00
path.js path: inline conditions 2021-05-12 07:26:22 -07:00
perf_hooks.js perf_hooks: refactor perf_hooks for snapshot building 2021-06-28 16:20:12 +08:00
process.js
punycode.js punycode: add pending deprecation 2021-04-30 10:59:28 -07:00
querystring.js typings: add JSDoc Types to lib/querystring 2021-04-18 11:00:28 +02:00
readline.js readline: allow completer to rewrite existing input 2021-07-05 11:27:36 +00:00
repl.js repl: enable --experimental-repl-await /w opt-out 2021-07-16 15:14:26 -07:00
stream.js stream: add stream.compose 2021-07-19 08:14:32 +02:00
string_decoder.js string_decoder: refactor to use more primordials 2020-12-07 09:59:42 -08:00
sys.js
timers.js typings: add JSDoc typings for timers 2021-07-11 09:03:11 +02:00
tls.js tls: move legacy code into own file 2021-07-11 18:40:18 +02:00
trace_events.js lib: refactor to use validateObject 2021-01-28 12:53:50 +01:00
tty.js tty: enable buffering 2021-07-07 14:50:47 +02:00
url.js lib: include url in bootstrap snapshot and remove unnecessary lazy-loads 2021-06-02 13:30:05 +08:00
util.js lib: refactor to reuse validators 2021-05-19 09:22:56 -07:00
v8.js src: add JSDoc typings for v8 2021-07-07 18:16:10 -04:00
vm.js vm: use missing validator 2021-06-07 07:31:34 -07:00
wasi.js wasi: use missing validator 2021-06-26 16:31:30 +02:00
worker_threads.js worker: add setEnvironmentData/getEnvironmentData 2021-03-15 07:40:26 -07:00
zlib.js lib: refactor to reuse validators 2021-05-19 09:22:56 -07:00