0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib
Gus Caplan 39dc947409
util: add bigint formatting to util.inspect
PR-URL: https://github.com/nodejs/node/pull/18412
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
2018-02-01 12:23:44 +01:00
..
internal lib: remove debugger dead code 2018-02-01 12:08:29 +01:00
_http_agent.js
_http_client.js http: process headers after setting up agent 2018-02-01 10:28:58 +01:00
_http_common.js
_http_incoming.js
_http_outgoing.js http: there is no corked property of stream 2018-01-27 00:46:21 -05:00
_http_server.js src: refactor stream callbacks and ownership 2018-02-01 10:53:26 +01:00
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js stream: augment BufferList.prototype 2018-02-01 10:58:35 +01:00
_stream_transform.js
_stream_wrap.js
_stream_writable.js stream: avoid writeAfterEnd() while ending 2018-01-30 15:47:36 +01:00
_tls_common.js
_tls_wrap.js
.eslintrc.yaml
assert.js assert: use a default message in assert 2018-02-01 09:21:38 +01:00
async_hooks.js
buffer.js
child_process.js
cluster.js
console.js
constants.js
crypto.js crypto: runtime deprecate DEFAULT_ENCODING 2018-01-31 17:33:41 -08:00
dgram.js
dns.js lib,src: port isIPv4() to js 2018-01-29 14:45:06 +01:00
domain.js domain: further abstract usage in C++ 2018-01-29 11:37:29 -05:00
events.js
fs.js fs: partition readFile against pool exhaustion 2018-02-01 11:11:48 +01:00
http2.js
http.js
https.js
inspector.js
module.js module: use internal/errors.js in module.require 2018-01-29 17:29:35 +08:00
net.js lib,src: port isIPv4() to js 2018-01-29 14:45:06 +01:00
os.js
path.js
perf_hooks.js perf_hooks: add warning when too many entries in the timeline 2018-01-31 15:24:58 -08:00
process.js
punycode.js
querystring.js
readline.js
repl.js
stream.js
string_decoder.js
sys.js
timers.js timers: attach listOnTimeout function to TimerWrap 2018-01-29 08:04:55 +04:00
tls.js
tty.js
url.js url: simplify loop in parser 2018-01-31 18:36:43 +01:00
util.js util: add bigint formatting to util.inspect 2018-02-01 12:23:44 +01:00
v8.js
vm.js vm: add modules 2018-01-30 17:00:57 -08:00
zlib.js