summaryrefslogtreecommitdiff
path: root/test/parallel/test-util-inspect.js
AgeCommit message (Expand)Author
2018-01-16util: change util.inspect depth defaultRuben Bridgewater
2017-12-21util: add util.inspect compact optionRuben Bridgewater
2017-12-09util: fix negative 0 check in inspectGus Caplan
2017-12-08test: replace assert.throws w/ common.expectsErrorMithun Sasidharan
2017-12-01util: use @@toStringTagGus Caplan
2017-11-24lib,src: remove vm.runInDebugContext()Ben Noordhuis
2017-11-18util: escaping object keys in util.inspect()buji
2017-11-16util: runtime deprecation for custom .inspect()Rich Trott
2017-11-16test: apply eslint exceptions narrowlyRich Trott
2017-11-12lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang
2017-10-19tools: enable additional eslint rulesAnatoli Papirovski
2017-09-19util: use constructor nameRuben Bridgewater
2017-09-14test: improve util inspect testsRuben Bridgewater
2017-09-14util: fix out of bounds indices in util.inspectRuben Bridgewater
2017-09-14util: refactor inspect for performance and moreRuben Bridgewater
2017-09-11test: check inspect array with empty string keyRahul Mishra
2017-08-21util: fix inspect array w. negative maxArrayLengthRuben Bridgewater
2017-08-17test: check util.inspect circular Set and Map refsRuben Bridgewater
2017-08-13util: improve util.inspect performanceRuben Bridgewater
2017-07-27test: adjust indentation for stricter lintingRich Trott
2017-07-24test: improve test-util-inspectPeter Marshall
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-07-03test: remove common.noopRich Trott
2017-06-21test: fix RegExp nitsVse Mozhet Byt
2017-06-02errors,util: migrate to use internal/errors.jsBidisha Pyne
2017-05-05test: reduce string concatenationsVse Mozhet Byt
2017-05-01test,lib,doc: use function declarationsRich Trott
2017-04-12test: remove common.fail()Rich Trott
2017-04-03util: show External values explicitly in inspectAnna Henningsen
2017-03-28util: use `[Array]` for deeply nested arraysAnna Henningsen
2017-03-26test: add common.noop, default for common.mustCall()James M Snell
2017-03-16util: display Symbol keys in inspect by defaultShahar Or
2017-03-14test: refactor test-util-inspect.jsAlexey Orlenko
2017-03-14test: add arrow functions to test-util-inspectAlexey Orlenko
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-10util: change sparse arrays inspection formatAlexey Orlenko
2017-03-06util: fix inspecting symbol key in stringAli BARIN
2017-02-11util: improve inspect for (Async|Generator)FunctionMichaël Zasso
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2017-01-06benchmark,lib,test: adjust for lintingRich Trott
2017-01-02test: use const for all require() callscjihrig
2016-11-29test: refactor test-util-inspectRich Trott
2016-11-20src: allow getting Symbols on process.envAnna Henningsen
2016-09-20test,lib: align arguments in multiline callsRich Trott
2016-09-20test: improve coverage of the util moduleMichaël Zasso
2016-09-12tools: fix new-parens violationsRich Trott
2016-08-25util: allow returning `this` from custom inspectAnna Henningsen
2016-08-25util: allow symbol-based custom inspection methodsAnna Henningsen
2016-08-23test: refactor test-util-inspectRich Trott
2016-08-19Revert "repl,util: insert carriage returns in output"Evan Lucas