summaryrefslogtreecommitdiff
path: root/test/parallel/test-util-inspect.js
Commit message (Expand)AuthorAgeFilesLines
* test: remove common.fail()Rich Trott2017-04-121-2/+2
* util: show External values explicitly in inspectAnna Henningsen2017-04-031-0/+3
* util: use `[Array]` for deeply nested arraysAnna Henningsen2017-03-281-0/+2
* test: add common.noop, default for common.mustCall()James M Snell2017-03-261-3/+3
* util: display Symbol keys in inspect by defaultShahar Or2017-03-161-5/+16
* test: refactor test-util-inspect.jsAlexey Orlenko2017-03-141-281/+322
* test: add arrow functions to test-util-inspectAlexey Orlenko2017-03-141-0/+5
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* util: change sparse arrays inspection formatAlexey Orlenko2017-03-101-6/+18
* util: fix inspecting symbol key in stringAli BARIN2017-03-061-0/+3
* util: improve inspect for (Async|Generator)FunctionMichaël Zasso2017-02-111-0/+6
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-111-40/+40
* benchmark,lib,test: adjust for lintingRich Trott2017-01-061-5/+6
* test: use const for all require() callscjihrig2017-01-021-6/+6
* test: refactor test-util-inspectRich Trott2016-11-291-17/+22
* src: allow getting Symbols on process.envAnna Henningsen2016-11-201-0/+2
* test,lib: align arguments in multiline callsRich Trott2016-09-201-63/+67
* test: improve coverage of the util moduleMichaël Zasso2016-09-201-0/+19
* tools: fix new-parens violationsRich Trott2016-09-121-1/+1
* util: allow returning `this` from custom inspectAnna Henningsen2016-08-251-0/+10
* util: allow symbol-based custom inspection methodsAnna Henningsen2016-08-251-2/+54
* test: refactor test-util-inspectRich Trott2016-08-231-133/+209
* Revert "repl,util: insert carriage returns in output"Evan Lucas2016-08-191-39/+39
* repl,util: insert carriage returns in outputJungMinu2016-08-131-39/+39
* util: add inspect.defaultOptionsRoman Reiss2016-08-091-0/+41
* util: inspect boxed symbols like other primitivesAnna Henningsen2016-07-171-0/+1
* util: add an option for configuring break lengthcjihrig2016-07-051-0/+13
* test: fix tests after V8 upgradeAli Ijaz Sheikh2016-06-291-2/+2
* test: refactor to eliminate __defineGetter__Rich Trott2016-05-191-3/+8
* util: fix invalid date output with util.inspectRumkin2016-05-161-1/+2
* util: truncate inspect array and typed arrayJames M Snell2016-05-031-0/+55
* test,tools: enable linting for undefined varsRich Trott2016-04-201-1/+1
* tools: enable no-extra-parens in ESLintRich Trott2016-03-031-1/+1
* test: fix redeclared test-util-* varsRich Trott2016-02-021-101/+119
* test: update arrow function stylecjihrig2016-01-281-2/+2
* util: Change how Error objects are formattedMudit Ameta2016-01-111-8/+22
* test: remove unnecessary assignmentsRich Trott2015-12-261-1/+1
* util: use consistent Dates in inspect()Xotic7502015-12-161-2/+8
* util: make inspect more reliableEvan Lucas2015-12-021-0/+62
* util: fix constructor/instanceof checksBrian White2015-11-301-0/+10
* util: improve typed array formattingBen Noordhuis2015-11-141-0/+53
* lib,test: update let to const where applicableSakthipriyan Vairamani2015-10-271-1/+1
* test: test `util` rather than `common`Rich Trott2015-10-091-0/+105
* util: correctly inspect Map/Set IteratorsEvan Lucas2015-10-051-0/+20
* util: fix check for Array constructorEvan Lucas2015-10-051-0/+13
* test: add spaces after keywordsBrendan Ashworth2015-08-221-1/+1
* util: display constructor when inspecting objectsChristopher Monsanto2015-08-081-1/+42
* test: enable linting for testsRoman Reiss2015-05-191-14/+20
* util: add Map and Set inspection supportChristopher Monsanto2015-04-251-0/+65
* Remove excessive copyright/license boilerplateisaacs2015-01-121-24/+0