node/lib
cjihrig 3b8914d5ce util: add an option for configuring break length
This commit adds a breakLength option to util.inspect(). This
option allows users to control the length at which object keys
are split across multiple lines. For backwards compatibility,
this option defaults to 60.

Fixes: https://github.com/nodejs/node/issues/7305
PR-URL: https://github.com/nodejs/node/pull/7499
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
2016-07-06 14:20:19 +02:00
..
internal repl: Default useGlobal to false in CLI REPL. 2016-07-05 22:36:52 +02:00
.eslintrc tools: add buffer-constructor eslint rule 2016-03-18 17:05:18 -07:00
_debug_agent.js debugger: make listen address configurable 2016-07-05 22:36:52 +02:00
_debugger.js debugger: remove obsolete setTimeout 2016-06-15 18:08:18 -05:00
_http_agent.js tls,https: respect address family when connecting 2016-06-02 22:41:59 +10:00
_http_client.js http: wait for both prefinish/end to keepalive 2016-06-15 18:02:01 -05:00
_http_common.js http: optimize checkInvalidHeaderChar() 2016-06-15 21:49:27 -05:00
_http_incoming.js http: fix no dumping after maybeReadMore 2016-06-15 21:50:05 -05:00
_http_outgoing.js http: replace finish() callback with arrow function 2016-07-05 22:15:04 +02:00
_http_server.js tools: lint for object literal spacing 2016-05-17 08:16:09 -05:00
_linklist.js lib,test: deprecate _linklist 2015-10-08 17:32:08 -07:00
_stream_duplex.js node: allow multiple arguments passed to nextTick 2015-04-15 17:02:21 -06:00
_stream_passthrough.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
_stream_readable.js stream: improve Readable.read() performance 2016-07-05 22:10:22 +02:00
_stream_transform.js stream: prevent object map change in TransformState 2016-02-02 13:05:04 -06:00
_stream_wrap.js stream_wrap: error if stream has StringDecoder 2015-12-06 21:55:25 -05:00
_stream_writable.js doc: make writable.setDefaultEncoding() return this 2016-05-03 20:20:38 -04:00
_tls_common.js src: refactor require('constants') 2016-07-05 22:09:12 +02:00
_tls_legacy.js lib: replace legacy uses of __defineGetter__ 2016-05-17 08:39:13 -05:00
_tls_wrap.js tls,https: respect address family when connecting 2016-06-02 22:41:59 +10:00
assert.js assert: remove unneeded arguments special handling 2016-07-05 22:15:47 +02:00
buffer.js buffer: speed up swap16/32, add swap64 2016-07-05 23:13:21 +02:00
child_process.js child_process: preserve argument type 2016-07-05 22:36:53 +02:00
cluster.js cluster: work with v8_inspector 2016-07-05 22:09:23 +02:00
console.js console: timeEnd() with no label emits warning 2016-04-26 12:16:38 -07:00
constants.js src: refactor require('constants') 2016-07-05 22:09:12 +02:00
crypto.js crypto,tls: perf improvements for crypto and tls getCiphers 2016-07-05 22:11:27 +02:00
dgram.js src: refactor require('constants') 2016-07-05 22:09:12 +02:00
dns.js dns: Use object without protoype for map 2016-03-22 11:13:03 -07:00
domain.js lib: reduce usage of self = this 2016-03-21 15:48:51 -07:00
events.js events: pass the original listener added by once 2016-05-03 20:20:35 -04:00
fs.js src: refactor require('constants') 2016-07-05 22:09:12 +02:00
http.js lib,src: remove usage of events.EventEmitter 2015-09-23 00:23:08 +05:30
https.js crypto: fail early when loading crypto without openssl 2016-03-23 10:34:40 -07:00
module.js src,module: add --preserve-symlinks command line flag 2016-05-17 08:52:27 -05:00
net.js net: introduce Socket#connecting property 2016-05-03 20:20:30 -04:00
os.js src: refactor require('constants') 2016-07-05 22:09:12 +02:00
path.js path: fix basename() regressions 2016-06-02 22:37:00 +10:00
process.js src: remove excessive license boilerplate 2015-01-27 16:35:05 +11:00
punycode.js punycode: update to v2.0.0 2016-07-05 22:10:22 +02:00
querystring.js benchmark,test,lib: remove extra spaces 2016-05-17 08:01:12 -05:00
readline.js readline: allow passing prompt to constructor 2016-07-05 22:14:53 +02:00
repl.js repl: Enable tab completion for global properties 2016-07-05 22:15:47 +02:00
stream.js lib,src: remove usage of events.EventEmitter 2015-09-23 00:23:08 +05:30
string_decoder.js string_decoder: fix bad utf8 character handling 2016-07-05 22:11:44 +02:00
sys.js util: introduce printDeprecationMessage function 2015-06-04 10:59:43 +03:00
timers.js timers: optimize setImmediate() 2016-07-05 22:36:43 +02:00
tls.js tls: avoid calling Buffer.byteLength multiple times 2016-07-05 22:11:40 +02:00
tty.js tty: use blocking mode on OS X 2016-06-02 22:42:04 +10:00
url.js net: use icu's punycode implementation 2016-07-05 22:36:51 +02:00
util.js util: add an option for configuring break length 2016-07-06 14:20:19 +02:00
v8.js v8,src: expose statistics about heap spaces 2016-01-18 11:44:00 -05:00
vm.js vm: add ability to break on sigint/ctrl+c 2016-07-05 22:10:23 +02:00
zlib.js zlib: release callback and buffer after processing 2016-06-02 22:41:58 +10:00