0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 07:27:22 +01:00
nodejs/lib
Ruben Bridgewater 15d880bcb6
console: make .assert standard compliant
The standard does not throw and has no stack trace.
See https://console.spec.whatwg.org/#assert

PR-URL: https://github.com/nodejs/node/pull/17706
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2017-12-26 10:46:27 +01:00
..
internal module: print better message on esm import error 2017-12-24 17:38:36 +01:00
_http_agent.js lib: replace string concatenation with template 2017-11-11 10:52:23 +01:00
_http_client.js async_hooks: rename initTriggerId 2017-12-19 18:04:43 +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: rm {writeable/readable}State.length 2017-12-18 14:41:43 +01:00
_stream_passthrough.js
_stream_readable.js stream: rm {writeable/readable}State.length 2017-12-18 14:41:43 +01:00
_stream_transform.js stream: migrate to internal/errors 2017-10-01 20:37:00 -03:00
_stream_wrap.js lib: move _stream_wrap into internals 2017-10-19 18:06:27 +02:00
_stream_writable.js stream: rm {writeable/readable}State.length 2017-12-18 14:41:43 +01:00
_tls_common.js tls: implement clientCertEngine option 2017-11-11 13:35:23 -08:00
_tls_legacy.js tls: comment about old-style errors 2017-12-22 09:02:05 -05:00
_tls_wrap.js tls: migrate errors in _tls_wrap.js 2017-12-24 00:03:39 +08:00
.eslintrc.yaml tools: add lowercase-name-for-primitive eslint rule 2017-12-13 06:23:37 +01:00
assert.js assert: .throws accept objects 2017-12-21 03:01:02 -03:00
async_hooks.js async_hooks: rename initTriggerId 2017-12-19 18:04:43 +01:00
buffer.js buffer: throw on failed fill attempts 2017-12-06 12:02:47 -05:00
child_process.js lib: combine similar error codes 2017-12-24 14:09:29 +08:00
cluster.js
console.js console: make .assert standard compliant 2017-12-26 10:46:27 +01:00
constants.js src: add support to pass flags to dlopen 2017-09-08 17:14:03 -04:00
crypto.js crypto: migrate setFipsCrypto to internal/errors 2017-10-27 08:13:01 -07:00
dgram.js async_hooks: use scope for defaultTriggerAsyncId 2017-12-19 18:04:52 +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 lib: combine similar error codes 2017-12-24 14:09:29 +08:00
fs.js lib: combine similar error codes 2017-12-24 14:09:29 +08:00
http2.js http2: refactor error handling 2017-08-28 00:39:42 +04:00
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 net: migrate errors to internal/errors 2017-12-24 02:16:44 +08: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: migrate errors to internal/errors 2017-12-22 13:27:25 -05: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: extract enroll() validation into a fn 2017-12-20 18:28:11 -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: rename util.inspect argument 2017-12-21 03:45:26 -03:00
v8.js v8: migrate setFlagsFromString to internal/errors 2017-10-29 17:04:27 -07:00
vm.js vm: allow modifying context name in inspector 2017-12-23 14:05:18 +08:00
zlib.js zlib: add ArrayBuffer support 2017-12-13 06:23:23 +01:00