summaryrefslogtreecommitdiff
path: root/lib/internal/util
AgeCommit message (Expand)Author
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-12-07assert: handle (deep) equal(NaN, NaN) as being identicalRuben Bridgewater
2019-12-07assert,util: stricter type comparison using deep equal comparisonsRuben Bridgewater
2019-12-07util: never trigger any proxy traps using `format()`Ruben Bridgewater
2019-12-07util: improve performance inspecting proxiesRuben Bridgewater
2019-12-07util: add more predefined color codes to inspect.colorsRuben Bridgewater
2019-12-07util: improve inspect's customInspect performanceRuben Bridgewater
2019-11-30lib: enforce use of primordial NumberSebastien Ahkrin
2019-11-30lib: use static Number properties from primordialsMichaël Zasso
2019-11-30util: fix .format() not always calling toString when it should beRuben Bridgewater
2019-11-28util: fix inspection of errors with tampered name or stack propertyRuben Bridgewater
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-26util: use let instead of var for util/inspect.jsLuciano
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-19util: escape C1 control characters and switch to hex formatRuben Bridgewater
2019-11-17util: replace var with letSusana Ferreira
2019-10-10util: validate formatWithOptions inspectOptionsRuben Bridgewater
2019-10-05lib: introduce no-mixed-operators eslint rule to libZYSzys
2019-09-23console,util: fix missing recursion end while inspecting prototypesRuben Bridgewater
2019-09-22console: skip/strip %c formattingGus Caplan
2019-08-29util: do not throw when inspecting detached ArrayBufferAnna Henningsen
2019-08-09util: improve debuglog performanceBrian White
2019-08-09util: isEqualBoxedPrimitive: ensure both values are actual boxed SymbolsJordan Harband
2019-08-09util: assert: fix deepEqual comparing fake-boxed to real boxed primitiveJordan Harband
2019-06-27process: split routines used to enhance fatal exception stack tracesJoyee Cheung
2019-06-27tools: update eslintRuben Bridgewater
2019-06-17util: use average bias while grouping arraysRuben Bridgewater
2019-06-17util: improve .inspect() array groupingRuben Bridgewater
2019-06-11util: refactor inspecting long linesRuben Bridgewater
2019-06-09util: special handle `maxArrayLength` while grouping arraysRuben Bridgewater
2019-06-08util: support AsyncGeneratorFunction in .inspectRuben Bridgewater
2019-05-26lib: rework logic of stripping BOM+Shebang from commonjsGus Caplan
2019-05-26Revert "lib: print to stdout/stderr directly instead of using console"Richard Lau
2019-05-20util: include reference anchor for circular structuresRuben Bridgewater
2019-05-20util: if present, fallback to `toString` using the %s formatterRuben Bridgewater
2019-05-20util: remove outdated commentRuben Bridgewater
2019-05-20util: unify constructor inspection in `util.inspect`Ruben Bridgewater
2019-05-20util: simplify inspection limit handlingRuben Bridgewater
2019-05-16util: reconstruct constructor in more casesRuben Bridgewater
2019-05-13assert: loose deep equal should not compare symbol propertiesRuben Bridgewater
2019-05-10tools: enable block-scoped-var eslint ruleRoman Reiss
2019-05-04util: inspect constructor closerRuben Bridgewater
2019-05-02util: better number formattersRuben Bridgewater
2019-05-02util: improve function inspectionRuben Bridgewater
2019-04-28lib: print to stdout/stderr directly instead of using consoleJoyee Cheung
2019-04-26util: add prototype support for boxed primitivesRuben Bridgewater
2019-04-25util: rename setIteratorBraces to getIteratorBracesRuben Bridgewater
2019-04-25util: improve `Symbol.toStringTag` handlingRuben Bridgewater
2019-04-20util: access process states lazily in debuglogJoyee Cheung
2019-04-16lib: require globals instead of using the global proxyJoyee Cheung