0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 07:27:22 +01:00
nodejs/lib
ZYSzys 739f113ba6 lib: introduce no-mixed-operators eslint rule to lib
PR-URL: https://github.com/nodejs/node/pull/29834
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
2019-10-05 13:59:32 -07:00
..
internal lib: introduce no-mixed-operators eslint rule to lib 2019-10-05 13:59:32 -07:00
_http_agent.js http: throw if 'host' agent header is not a string value 2019-09-18 06:08:52 -07:00
_http_client.js lib: introduce no-mixed-operators eslint rule to lib 2019-10-05 13:59:32 -07:00
_http_common.js http: remove legacy parser 2019-09-20 20:18:35 +02:00
_http_incoming.js
_http_outgoing.js stream: disallow stream methods on finished stream 2019-08-20 08:47:19 -07:00
_http_server.js http: reset parser.incoming when server request is finished 2019-08-26 15:22:04 +02:00
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js lib: introduce no-mixed-operators eslint rule to lib 2019-10-05 13:59:32 -07:00
_stream_transform.js
_stream_wrap.js
_stream_writable.js stream: always invoke callback before emitting error 2019-09-30 10:56:29 -07:00
_tls_common.js tls: add option for private keys for OpenSSL engines 2019-09-27 15:50:56 -07:00
_tls_wrap.js lib: introduce no-mixed-operators eslint rule to lib 2019-10-05 13:59:32 -07:00
.eslintrc.yaml lib: introduce no-mixed-operators eslint rule to lib 2019-10-05 13:59:32 -07:00
assert.js lib: introduce no-mixed-operators eslint rule to lib 2019-10-05 13:59:32 -07:00
async_hooks.js
buffer.js buffer: correct indexOf() error message 2019-08-28 15:13:51 -04:00
child_process.js
cluster.js
console.js
constants.js
crypto.js
dgram.js
dns.js
domain.js
events.js events: improve performance of EventEmitter.emit 2019-09-24 09:12:59 +02:00
fs.js fs: add recursive option to rmdir() 2019-08-23 13:59:07 -07:00
http2.js
http.js
https.js
inspector.js lib: remove the use of util.isFunction 2019-09-17 18:41:20 -07:00
module.js
net.js net: emit close on unconnected socket 2019-10-03 15:25:52 -07:00
os.js
path.js lib: introduce no-mixed-operators eslint rule to lib 2019-10-05 13:59:32 -07: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: improve performance 2019-08-28 03:12:11 -04:00
readline.js lib: introduce no-mixed-operators eslint rule to lib 2019-10-05 13:59:32 -07:00
repl.js lib: stop using prepareStackTrace 2019-10-02 16:17:01 -07:00
stream.js stream: simplify isUint8Array helper 2019-09-12 14:58:25 +02:00
string_decoder.js
sys.js
timers.js timers: set _destroyed even if there are no destroy-hooks 2019-09-22 16:19:26 -07:00
tls.js
trace_events.js
tty.js
url.js lib: introduce no-mixed-operators eslint rule to lib 2019-10-05 13:59:32 -07:00
util.js lib: introduce no-mixed-operators eslint rule to lib 2019-10-05 13:59:32 -07:00
v8.js
vm.js vm: refactor SourceTextModule 2019-10-02 15:54:35 -07:00
worker_threads.js
zlib.js