0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib
Ruben Bridgewater 7cf569a97b
assert: use object argument in innerFail
Right now it is difficult to know what argument stands for what
property. By refactoring the arguments into a object it is clear
what stands for what.

PR-URL: https://github.com/nodejs/node/pull/17582
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
2017-12-15 20:42:48 -02:00
..
internal assert: use object argument in innerFail 2017-12-15 20:42:48 -02:00
_http_agent.js lib: replace string concatenation with template 2017-11-11 10:52:23 +01:00
_http_client.js stream: add flow and buffer properties to streams 2017-12-15 23:05:45 +01:00
_http_common.js http: simplify checkIsHttpToken() 2017-12-10 16:50:47 -05:00
_http_incoming.js tools: enable additional eslint rules 2017-10-19 13:54:14 -04:00
_http_outgoing.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-12 11:04:06 -08:00
_http_server.js stream: add flow and buffer properties to streams 2017-12-15 23:05:45 +01:00
_stream_duplex.js stream: add flow and buffer properties to streams 2017-12-15 23:05:45 +01:00
_stream_passthrough.js
_stream_readable.js stream: add flow and buffer properties to streams 2017-12-15 23:05:45 +01:00
_stream_transform.js
_stream_wrap.js lib: move _stream_wrap into internals 2017-10-19 18:06:27 +02:00
_stream_writable.js stream: add flow and buffer properties to streams 2017-12-15 23:05:45 +01:00
_tls_common.js tls: implement clientCertEngine option 2017-11-11 13:35:23 -08:00
_tls_legacy.js tls: use correct class name in deprecation message 2017-12-12 12:51:03 -02:00
_tls_wrap.js async_wrap: add provider types for net server 2017-11-28 02:50:54 +01:00
.eslintrc.yaml tools: add lowercase-name-for-primitive eslint rule 2017-12-13 06:23:37 +01:00
assert.js assert: use object argument in innerFail 2017-12-15 20:42:48 -02:00
async_hooks.js async_hooks: remove deprecated API 2017-11-22 11:25:03 +01:00
buffer.js buffer: throw on failed fill attempts 2017-12-06 12:02:47 -05:00
child_process.js errors, child_process: use internal/errors codes 2017-11-29 18:14:27 -05:00
cluster.js
console.js console: make dirxml an alias for console.log 2017-12-04 00:07:57 +01:00
constants.js
crypto.js crypto: migrate setFipsCrypto to internal/errors 2017-10-27 08:13:01 -07:00
dgram.js async_hooks: deprecate undocumented API 2017-11-20 12:03:06 +01:00
dns.js dns: fix crash while setting server during query 2017-12-06 04:22:31 +01:00
domain.js domain: fix error emit handling 2017-12-13 09:33:27 -05:00
events.js events: remove reaches into _events internals 2017-12-14 08:43:00 -05:00
fs.js fs: move type checking for fs.read to js 2017-12-13 13:26:54 -08:00
http2.js
http.js lib: use destructuring for some constants 2017-10-16 23:34:32 +02:00
https.js tls: implement clientCertEngine option 2017-11-11 13:35:23 -08:00
inspector.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-12 11:04:06 -08:00
module.js module: Set dynamic import callback 2017-11-29 14:16:43 -08:00
net.js stream: add flow and buffer properties to streams 2017-12-15 23:05:45 +01:00
os.js os: migrate node_os.cc to internal/errors 2017-11-02 11:58:38 -07:00
path.js benchmark,path: remove unused variables 2017-11-22 14:36:38 -08:00
perf_hooks.js
process.js
punycode.js
querystring.js querystring: convert to using internal/errors 2017-10-28 14:04:53 -04:00
readline.js lib: use destructuring for some constants 2017-10-16 23:34:32 +02:00
repl.js repl: fix util.inspect() coloring regression 2017-12-12 12:49:32 -02:00
stream.js lib: use destructuring for some constants 2017-10-16 23:34:32 +02:00
string_decoder.js lib: use destructuring for some constants 2017-10-16 23:34:32 +02:00
sys.js
timers.js timers: improvements to TimersList management 2017-12-07 17:05:23 -05:00
tls.js doc: document tls.checkServerIdentity 2017-12-01 20:44:52 +01:00
tty.js tty: refactor exports 2017-11-14 17:31:26 -05:00
url.js lib: improve the usage of TypeError[INVALID_ARG_TYPE] 2017-11-12 11:04:06 -08:00
util.js util: allow wildcards in NODE_DEBUG variable 2017-12-15 19:31:07 -02:00
v8.js v8: migrate setFlagsFromString to internal/errors 2017-10-29 17:04:27 -07:00
vm.js events: remove reaches into _events internals 2017-12-14 08:43:00 -05:00
zlib.js zlib: add ArrayBuffer support 2017-12-13 06:23:23 +01:00