node/lib
Maria Stogova 7e0f90e286
domain: rename var to let and const
PR-URL: https://github.com/nodejs/node/pull/30312
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Michael Dawson <Michael_Dawson@ca.ibm.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
2019-11-21 13:37:05 -05:00
..
internal http2: remove duplicated assertIsObject 2019-11-21 13:37:05 -05:00
.eslintrc.yaml tools: prohibit Error.prepareStackTrace() usage 2019-10-05 20:19:17 -07:00
_http_agent.js https: add client support for TLS keylog events 2019-11-21 00:29:28 -05:00
_http_client.js net: replaced vars to lets and consts 2019-11-17 00:39:54 -08:00
_http_common.js http: http_common rename var to let and const 2019-11-17 00:39:54 -08:00
_http_incoming.js http: http_incoming rename var to let and const 2019-11-17 00:39:30 -08:00
_http_outgoing.js http: outgoing cork 2019-11-17 00:39:57 -08:00
_http_server.js http: revise _http_server.js 2019-11-19 14:46:05 +01:00
_stream_duplex.js stream: add writableCorked to Duplex 2019-11-17 00:39:57 -08:00
_stream_passthrough.js
_stream_readable.js stream: increase MAX_HWM 2019-11-17 00:28:59 -08:00
_stream_transform.js stream: remove TODO and add a description instead 2019-05-02 23:16:14 +02:00
_stream_wrap.js
_stream_writable.js stream: add writableCorked property 2019-11-16 23:59:06 -08:00
_tls_common.js tls: replace var with let and const 2019-11-16 23:59:12 -08:00
_tls_wrap.js tls: cli option to enable TLS key logging to file 2019-11-21 00:29:29 -05:00
assert.js assert: replace var with let in lib/assert.js 2019-11-17 00:28:56 -08:00
async_hooks.js async_hooks: only emit after for AsyncResource if stack not empty 2019-10-28 07:08:04 +01:00
buffer.js buffer: change var to let 2019-11-17 00:28:56 -08:00
child_process.js child_process,cluster: allow using V8 serialization API 2019-11-16 23:59:06 -08:00
cluster.js
console.js
constants.js
crypto.js
dgram.js dgram: remove listeners on bind error 2019-11-16 23:59:10 -08:00
dns.js dns: switch var to const/let 2019-11-17 00:28:57 -08:00
domain.js domain: rename var to let and const 2019-11-21 13:37:05 -05:00
events.js events: improve performance of EventEmitter.emit 2019-09-24 09:12:59 +02:00
fs.js fs: change var to let 2019-11-17 00:28:55 -08:00
http.js
http2.js
https.js https: change var to let in lib/https.js 2019-11-17 00:28:55 -08:00
inspector.js lib: remove the use of util.isFunction 2019-09-17 18:41:20 -07:00
module.js lib: rework logic of stripping BOM+Shebang from commonjs 2019-05-26 13:04:29 -05:00
net.js net: destructure primordials 2019-11-19 14:46:06 +01:00
os.js
path.js path: replace var with let in lib/path.js 2019-11-17 00:28:57 -08:00
perf_hooks.js perf_hooks: remove non-existent entries from inspect 2019-09-13 13:35:51 -07:00
process.js
punycode.js
querystring.js querystring: replace var with let/const 2019-11-19 14:46:02 +01:00
readline.js lib: replace var with let and const in readline.js 2019-11-21 00:29:28 -05:00
repl.js esm: unflag --experimental-modules 2019-11-17 00:39:55 -08:00
stream.js stream: simplify uint8ArrayToBuffer helper 2019-10-23 03:33:03 -04:00
string_decoder.js lib: change var to let in string_decoder 2019-11-17 00:39:59 -08:00
sys.js
timers.js timers: set _destroyed even if there are no destroy-hooks 2019-09-22 16:19:26 -07:00
tls.js tls: remove unnecessary set of DEFAULT_MAX_VERSION 2019-06-17 14:39:41 +02:00
trace_events.js perf_hooks,trace_events: use stricter equality 2019-06-16 16:45:15 +08:00
tty.js tty: expose stream API from readline methods 2019-07-18 17:20:45 -04:00
url.js url: replace var with let in lib/url.js 2019-11-17 00:39:59 -08:00
util.js lib: introduce no-mixed-operators eslint rule to lib 2019-10-05 13:59:32 -07:00
v8.js lib: replaced var to let in lib/v8.js 2019-11-17 00:39:54 -08:00
vm.js vm: add Synthetic modules 2019-10-14 14:25:38 -07:00
worker_threads.js worker: allow specifying resource limits 2019-11-16 23:59:04 -08:00
zlib.js zlib: remove usage of public util module 2019-07-19 11:06:29 -07:00