node/lib
Rich Trott 51d86fe6a0
stream: remove always-false condition check
Remove comparison to null of variable guaranteed to be a boolean.

PR-URL: https://github.com/nodejs/node/pull/41488
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
2022-01-16 15:01:09 +01:00
..
assert
dns
fs
internal stream: remove always-false condition check 2022-01-16 15:01:09 +01:00
path
readline readline: propagate signal.reason in awaitable question 2021-12-13 17:14:08 -05:00
stream stream: remove whatwg streams experimental warning 2021-12-13 17:14:05 -05:00
timers timers: add experimental scheduler api 2021-12-13 17:14:12 -05:00
util
.eslintrc.yaml fs: fix error codes for fs.cp 2021-12-13 17:14:17 -05:00
_http_agent.js Revert "async_hooks: merge resource_symbol with owner_symbol" 2021-11-21 16:08:36 +01:00
_http_client.js tls: improve handling of shutdown 2021-12-13 17:14:15 -05:00
_http_common.js http: remove CRLF variable 2021-09-16 09:44:12 -04:00
_http_incoming.js lib: fix typos in lib code comments 2021-11-21 16:07:35 +01:00
_http_outgoing.js http: don't write empty data on req/res end() 2021-12-13 17:14:18 -05:00
_http_server.js tools,benchmark,lib,test: enable no-case-declarations lint rule 2022-01-14 16:20:12 +01:00
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js
_stream_transform.js
_stream_wrap.js
_stream_writable.js
_tls_common.js tls: fix handling of x509 subject and issuer 2022-01-08 00:39:19 +00:00
_tls_wrap.js tls: validate "rejectUnauthorized: undefined" 2021-08-11 16:22:15 +01:00
assert.js assert: prefer reference comparison over string comparison 2021-12-17 08:15:44 -05:00
async_hooks.js async_hooks: expose async_wrap providers 2021-11-21 16:07:34 +01:00
buffer.js url,buffer: implement URL.createObjectURL 2021-08-12 07:23:15 -07:00
child_process.js child_process: revise argument processing 2022-01-14 16:19:37 +01:00
cluster.js
console.js
constants.js
crypto.js crypto: alias webcrypto.subtle and webcrypto.getRandomValues on crypto 2022-01-14 16:19:40 +01:00
dgram.js dgram: fix send with out of bounds offset + length 2021-11-06 10:56:45 +01:00
diagnostics_channel.js lib: add unsubscribe method to non-active DC channels 2021-10-23 08:37:19 +02:00
dns.js dns: runtime deprecate type coercion of dns.lookup options 2021-09-15 16:59:10 +00:00
domain.js lib: comment explaining special-case handling of promises 2021-07-23 03:54:33 +00:00
events.js events: add EventEmitterAsyncResource to core 2022-01-14 16:19:36 +01:00
fs.js fs: correct param names in JSDoc comments 2022-01-14 16:19:33 +01:00
http.js lib,test,tools: use consistent JSDoc types 2021-12-13 17:14:01 -05:00
http2.js
https.js http,https: align server option of https with http 2021-06-26 14:21:57 +00:00
inspector.js typings: add JSDoc typings for inspector 2021-11-06 10:57:07 +01:00
module.js
net.js Revert "async_hooks: merge resource_symbol with owner_symbol" 2021-11-21 16:08:36 +01:00
os.js os: add os.devNull 2021-06-01 21:06:18 +02:00
path.js lib: fix typos in lib code comments 2021-11-21 16:07:35 +01:00
perf_hooks.js perf_hooks: fix performance timeline wpt failures 2021-07-30 07:29:44 -07:00
process.js
punycode.js punycode: add pending deprecation 2021-04-30 10:59:28 -07:00
querystring.js lib: include return types in JSDoc 2021-12-13 17:14:20 -05:00
readline.js readline: propagate signal.reason in awaitable question 2021-12-13 17:14:08 -05:00
repl.js repl: fix and extend require/import tab complete 2021-11-26 15:36:35 +01:00
stream.js stream: add isReadable helper 2022-01-14 16:19:42 +01:00
string_decoder.js typings: add JSDoc for string_decoder 2022-01-14 16:19:43 +01:00
sys.js
timers.js timers: use ref counts to count timers 2022-01-14 16:19:46 +01:00
tls.js src: add cve reverts and associated tests 2022-01-08 00:39:44 +00:00
trace_events.js
tty.js tty: enable buffering 2021-07-07 14:50:47 +02:00
url.js url: detect hostname more reliably in url.parse() 2021-12-13 17:14:07 -05:00
util.js util: expose stripVTControlCharacters() 2021-10-01 22:56:58 -04:00
v8.js lib,test,tools: use consistent JSDoc types 2021-12-13 17:14:01 -05:00
vm.js vm: add support for import assertions in dynamic imports 2021-10-09 08:44:53 +00:00
wasi.js wasi: use missing validator 2021-06-26 16:31:30 +02:00
worker_threads.js
zlib.js zlib: avoid converting Uint8Array instances to Buffer 2021-07-26 09:01:53 -07:00