0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib
James M Snell 7bd48896e9 fs: move SyncWriteStream to end-of-life
This was deprecated in 8.x or 9.x. It was never intended for
public use.

PR-URL: https://github.com/nodejs/node/pull/20735
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Yuta Hiroto <hello@hiroppy.me>
Reviewed-By: Jackson Tian <shyvo1987@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
2018-05-17 10:21:55 -07:00
..
internal http2: fix end without read 2018-05-17 17:59:25 +04:00
_http_agent.js
_http_client.js http: make client .aborted boolean 2018-05-14 23:05:09 +03:00
_http_common.js http: remove duplicate parser unset 2018-04-23 15:59:28 +02:00
_http_incoming.js http: added aborted property to request 2018-04-26 19:38:27 +02:00
_http_outgoing.js http: refactor outgoing headers processing 2018-04-27 20:31:25 +02:00
_http_server.js http: always emit close on req and res 2018-05-13 16:23:50 -07:00
_stream_duplex.js stream: only check options once in Duplex ctor 2018-04-28 17:13:55 +02:00
_stream_passthrough.js
_stream_readable.js Revert "stream: prevent 'end' to be emitted after 'error'" 2018-05-07 09:44:26 +02:00
_stream_transform.js
_stream_wrap.js
_stream_writable.js stream: simplify writable's validChunk() 2018-05-14 13:30:56 -04:00
_tls_common.js tls: specify options.name in validateKeyCert 2018-04-27 07:12:26 +02:00
_tls_wrap.js tls: remove sharedCreds in Server constructor 2018-05-06 21:13:31 +02:00
.eslintrc.yaml tools: add eslintrc rule for assert.rejects 2018-04-16 03:21:45 +02:00
assert.js assert: validate input stricter 2018-05-10 15:27:32 +02:00
async_hooks.js
buffer.js
child_process.js child_process: name anonymous functions 2018-05-02 22:35:35 -07:00
cluster.js
console.js console: make console.table() use colored inspect 2018-05-08 03:27:37 +03:00
constants.js constants: freeze the constants object 2018-05-07 14:26:11 +02:00
crypto.js
dgram.js
dns.js errors: alter ERR_INVALID_IP_ADDRESS 2018-04-14 10:55:35 -07:00
domain.js domain: converted anonymous to named function 2018-04-17 23:44:14 -07:00
events.js events: optimize condition for optimal scenario 2018-05-03 14:45:09 +02:00
fs.js fs: move SyncWriteStream to end-of-life 2018-05-17 10:21:55 -07:00
http2.js
http.js
https.js https: defines maxHeadersCount in the constructor 2018-05-05 13:57:07 +02:00
inspector.js
module.js
net.js timers: make timer.refresh() a public API 2018-05-10 22:19:27 +05:30
os.js lib: remove unnecessary assignment of exports 2018-04-22 11:39:16 +02:00
path.js
perf_hooks.js
process.js
punycode.js
querystring.js
readline.js
repl.js Revert "util: change util.inspect depth default" 2018-05-11 17:46:56 +02:00
stream.js stream: add pipeline and finished 2018-04-16 16:02:12 +02:00
string_decoder.js
sys.js
timers.js timers: named anonymous functions 2018-05-02 22:32:24 -07:00
tls.js tls: move convertNPNProtocols to End-of-Life 2018-05-17 09:53:44 -07:00
trace_events.js trace_events: adds a new trace_events api 2018-04-17 08:30:20 -07:00
tty.js
url.js test: fix a TODO and remove obsolete TODOs 2018-04-29 17:17:14 +02:00
util.js Revert "util: change util.inspect depth default" 2018-05-11 17:46:56 +02:00
v8.js lib: remove unnecessary assignment of exports 2018-04-22 11:39:16 +02:00
vm.js lib: introduce internal/validators 2018-04-26 19:42:48 +02:00
zlib.js