34 Commits (f817875235aec724ba1c7130d7dfebb046b99da2)

Author SHA1 Message Date
Rich Trott ef5cb129ae tools: fix new-parens violations 8 years ago
Anna Henningsen e9c4805c1f util: allow returning `this` from custom inspect 8 years ago
Anna Henningsen 4cb55ff392 util: allow symbol-based custom inspection methods 8 years ago
Rich Trott 6f269bed99 test: refactor test-util-inspect 8 years ago
Ali Ijaz Sheikh cda8bfc3c8 test: fix tests after V8 upgrade 9 years ago
Evan Lucas ffb2db8285 Revert "repl,util: insert carriage returns in output" 8 years ago
JungMinu 08e6eeee70 repl,util: insert carriage returns in output 9 years ago
Roman Reiss cfec3ae5fd util: add inspect.defaultOptions 9 years ago
Anna Henningsen 0858e620e9 util: inspect boxed symbols like other primitives 9 years ago
cjihrig 3b8914d5ce util: add an option for configuring break length 9 years ago
Rich Trott c81b6f8d0d test: refactor to eliminate __defineGetter__ 9 years ago
Rumkin 6d1527bb37 util: fix invalid date output with util.inspect 9 years ago
James M Snell 91ab769940 util: truncate inspect array and typed array 9 years ago
Rich Trott 422fabaec3 test,tools: enable linting for undefined vars 9 years ago
Rich Trott 66ea32d6d1 tools: enable no-extra-parens in ESLint 9 years ago
Rich Trott 415625c2a5 test: fix redeclared test-util-* vars 9 years ago
cjihrig efd33a2a9a test: update arrow function style 9 years ago
Mudit Ameta e2f47f5698 util: Change how Error objects are formatted 9 years ago
Rich Trott 082cc8d6d8 test: remove unnecessary assignments 9 years ago
Xotic750 93d6b5fb68 util: use consistent Dates in inspect() 9 years ago
Evan Lucas 24012a879d util: make inspect more reliable 9 years ago
Brian White 82b8355e12 util: fix constructor/instanceof checks 9 years ago
Ben Noordhuis 34a35919e1 util: improve typed array formatting 9 years ago
Sakthipriyan Vairamani aaf9b488e2 lib,test: update let to const where applicable 9 years ago
Rich Trott ead5cd990c test: test `util` rather than `common` 9 years ago
Evan Lucas 88533881dd util: correctly inspect Map/Set Iterators 9 years ago
Evan Lucas 089d688617 util: fix check for Array constructor 9 years ago
Brendan Ashworth 8af5962608 test: add spaces after keywords 10 years ago
Christopher Monsanto 7d14dd9b5e util: display constructor when inspecting objects 10 years ago
Roman Reiss f29762f4dd test: enable linting for tests 10 years ago
Christopher Monsanto bf7ac08dd0 util: add Map and Set inspection support 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Vladimir Kurchatkin c70d192ab3 util: show symbol properties 10 years ago
Fedor Indutny 0e19476595 test: split test in parallel/sequential 10 years ago
gyson cb97bcd6f9 util: add es6 Symbol support for `util.inspect` 10 years ago
Nathan Rajlich 8874a31748 util: show meaningful values for boxed primitives 11 years ago
Tom Gallacher 38a07a929b util: handle escaped forward slashes correctly 11 years ago
David Chan b3e4fc6a48 util: Format negative zero as '-0' 11 years ago
Timothy J Fontaine 546ae2eef9 util: pass opts to custom inspect functions 12 years ago
Marcin Kostrzewa 1f55704718 util: fix util.inspect() line width calculation 12 years ago
Nathan Rajlich 66280de133 util: custom `inspect()` method may return an Object 12 years ago
Fedor Indutny 8a96bb42c6 test: make tests work with newer v8 12 years ago
Nathan Rajlich 4eb5399bb2 util: add a "customInspect" option to `util.inspect()` 12 years ago
Nathan Rajlich 07774e6b95 util: make `inspect()` accept an "options" argument 12 years ago
Nathan Rajlich fb383a0ad0 util: make util.inspect() work when "hasOwnProperty" is overwritten 12 years ago
Pavel Lang ff14007573 Enable color customization of `util.inspect` 13 years ago
Alex Kocharin e85927119c util: handle non-string return value in .inspect() 13 years ago
isaacs 0cdf85e28d Lint all the JavaScripts. 13 years ago
koichik 93298afc4e test: for #2109 13 years ago
Andreas Madsen 4865063924 Tests: fix jslint issues 13 years ago