0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-24 20:29:23 +01:00
nodejs/lib
Robert Nagy 8ee4e672ec stream: pipeline with end option
Currently pipeline cannot fully replace pipe due
to the missing end option. This PR adds the end
option to the promisified pipeline method.

PR-URL: https://github.com/nodejs/node/pull/40886
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2021-11-22 10:52:23 +01:00
..
assert
dns
fs
internal stream: pipeline with end option 2021-11-22 10:52:23 +01:00
path
readline
stream stream: pipeline with end option 2021-11-22 10:52:23 +01:00
timers
util
_http_agent.js Revert "async_hooks: merge resource_symbol with owner_symbol" 2021-11-18 18:42:27 +05:30
_http_client.js
_http_common.js
_http_incoming.js lib: fix typos in lib code comments 2021-11-12 23:26:20 +01:00
_http_outgoing.js
_http_server.js
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js
_stream_transform.js
_stream_wrap.js
_stream_writable.js
_tls_common.js
_tls_wrap.js
.eslintrc.yaml
assert.js
async_hooks.js async_hooks: expose async_wrap providers 2021-11-12 21:48:34 +00:00
buffer.js
child_process.js
cluster.js
console.js
constants.js
crypto.js
dgram.js
diagnostics_channel.js
dns.js
domain.js
events.js lib: fix typos in lib code comments 2021-11-12 23:26:20 +01:00
fs.js
http2.js
http.js
https.js
inspector.js
module.js
net.js Revert "async_hooks: merge resource_symbol with owner_symbol" 2021-11-18 18:42:27 +05:30
os.js
path.js lib: fix typos in lib code comments 2021-11-12 23:26:20 +01:00
perf_hooks.js
process.js
punycode.js
querystring.js
readline.js
repl.js
stream.js
string_decoder.js
sys.js
timers.js
tls.js
trace_events.js
tty.js
url.js
util.js
v8.js
vm.js
wasi.js
worker_threads.js
zlib.js