summaryrefslogtreecommitdiff
path: root/lib/util.js
Commit message (Expand)AuthorAgeFilesLines
* lib: replace use of Error with primordialsSebastien Ahkrin2020-01-041-0/+1
* lib: use static Number properties from primordialsMichaël Zasso2019-11-301-1/+2
* lib: enforce use of Array from primordialsMichaël Zasso2019-11-271-1/+2
* lib: flatten access to primordialsMichaël Zasso2019-11-251-9/+17
* lib: introduce no-mixed-operators eslint rule to libZYSzys2019-10-051-1/+1
* lib: require globals instead of using the global proxyJoyee Cheung2019-04-161-0/+4
* lib: enforce the use of Object from primordialsMichaël Zasso2019-04-121-1/+1
* lib: use safe methods from primordialsMichaël Zasso2019-04-081-8/+7
* lib: remove `env: node` in eslint config for lib filesJoyee Cheung2019-04-061-3/+3
* lib: force using primordials for JSON, Math and ReflectMichaël Zasso2019-04-031-0/+2
* util: don't set the prototype of callbackified functionsRuben Bridgewater2019-03-271-1/+0
* util: rename callbackified functionRuben Bridgewater2019-03-271-2/+5
* util: increase function length when using `callbackify()`Ruben Bridgewater2019-03-271-2/+7
* lib: refactor Error.captureStackTrace() usageRuben Bridgewater2019-03-231-14/+15
* util: extract uncurryThis function for reuseZYSzys2019-03-211-5/+1
* lib: explicitly initialize debuglog during bootstrapJoyee Cheung2019-03-081-39/+1
* lib: move format and formatWithOptions into internal/util/inspect.jsJoyee Cheung2019-03-081-129/+5
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-02-281-1/+1
* util: fixes type in argument type validation errorAnkur Oberoi2019-01-141-1/+1
* lib: move DEP0029 to end of lifecjihrig2019-01-101-13/+1
* lib: move DEP0028 to end of lifecjihrig2019-01-101-8/+0
* lib: move DEP0027 to end of lifecjihrig2019-01-101-10/+1
* lib: move DEP0026 to end of lifecjihrig2019-01-101-9/+0
* lib: expose all type checks from the internal types moduleRuben Bridgewater2018-12-271-9/+3
* util: `format()` now formats bigint and booleansRuben Bridgewater2018-12-191-10/+1
* util: improve format performanceRuben Bridgewater2018-12-141-45/+40
* tools: capitalize sentencesRuben Bridgewater2018-12-101-1/+1
* util: improve internal `isError()` validationRuben Bridgewater2018-12-031-2/+10
* util,console: handle symbols as defined in the specRuben Bridgewater2018-12-031-1/+10
* util: treat format arguments equallyRoman Reiss2018-10-171-83/+98
* util: support BigInt in util.formatMasashi Hirano2018-10-091-2/+14
* bootstrapper: move internalBinding to NativeModuleGus Caplan2018-10-041-2/+0
* util: change %o depth defaultRuben Bridgewater2018-10-021-2/+1
* util: set `super_` property to non-enumerableRuben Bridgewater2018-10-011-1/+5
* util: move inspect in separate fileRuben Bridgewater2018-09-241-1129/+1
* util: add order option to `.inspect()`Ruben Bridgewater2018-09-191-3/+15
* util: fix indentationLvl when exceeding max call stack sizeRuben Bridgewater2018-09-131-2/+4
* util: limit inspection output size to 128 MBRuben Bridgewater2018-09-131-23/+46
* util: improve inspect performanceRuben Bridgewater2018-09-071-241/+222
* util: remove outdated TODORuben Bridgewater2018-09-071-2/+0
* util: make util binding internalcjihrig2018-09-051-2/+2
* util: restore all information in inspectRuben Bridgewater2018-08-241-41/+42
* util: Fix number format for `pad`MaleDong2018-08-211-1/+1
* util: mark special entries as suchRuben Bridgewater2018-08-191-4/+8
* util: escape symbol and non-enumerable keysRuben Bridgewater2018-08-191-2/+3
* util: improve empty typed array inspectionRuben Bridgewater2018-08-151-0/+2
* util: fix sparse array inspectionRuben Bridgewater2018-08-151-22/+18
* util: properly indent special propertiesRuben Bridgewater2018-08-151-9/+28
* lib: extract validateNumber validatorJon Moss2018-08-141-3/+2
* util: adding warnings when NODE_DEBUG is set as http/http2Anto Aravinth2018-08-061-0/+12