summaryrefslogtreecommitdiff
path: root/lib/util.js
AgeCommit message (Expand)Author
2019-11-30lib: use static Number properties from primordialsMichaël Zasso
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-10-05lib: introduce no-mixed-operators eslint rule to libZYSzys
2019-04-16lib: require globals instead of using the global proxyJoyee Cheung
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-08lib: use safe methods from primordialsMichaël Zasso
2019-04-06lib: remove `env: node` in eslint config for lib filesJoyee Cheung
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2019-03-27util: don't set the prototype of callbackified functionsRuben Bridgewater
2019-03-27util: rename callbackified functionRuben Bridgewater
2019-03-27util: increase function length when using `callbackify()`Ruben Bridgewater
2019-03-23lib: refactor Error.captureStackTrace() usageRuben Bridgewater
2019-03-21util: extract uncurryThis function for reuseZYSzys
2019-03-08lib: explicitly initialize debuglog during bootstrapJoyee Cheung
2019-03-08lib: move format and formatWithOptions into internal/util/inspect.jsJoyee Cheung
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-01-14util: fixes type in argument type validation errorAnkur Oberoi
2019-01-10lib: move DEP0029 to end of lifecjihrig
2019-01-10lib: move DEP0028 to end of lifecjihrig
2019-01-10lib: move DEP0027 to end of lifecjihrig
2019-01-10lib: move DEP0026 to end of lifecjihrig
2018-12-27lib: expose all type checks from the internal types moduleRuben Bridgewater
2018-12-19util: `format()` now formats bigint and booleansRuben Bridgewater
2018-12-14util: improve format performanceRuben Bridgewater
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-12-03util: improve internal `isError()` validationRuben Bridgewater
2018-12-03util,console: handle symbols as defined in the specRuben Bridgewater
2018-10-17util: treat format arguments equallyRoman Reiss
2018-10-09util: support BigInt in util.formatMasashi Hirano
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-10-02util: change %o depth defaultRuben Bridgewater
2018-10-01util: set `super_` property to non-enumerableRuben Bridgewater
2018-09-24util: move inspect in separate fileRuben Bridgewater
2018-09-19util: add order option to `.inspect()`Ruben Bridgewater
2018-09-13util: fix indentationLvl when exceeding max call stack sizeRuben Bridgewater
2018-09-13util: limit inspection output size to 128 MBRuben Bridgewater
2018-09-07util: improve inspect performanceRuben Bridgewater
2018-09-07util: remove outdated TODORuben Bridgewater
2018-09-05util: make util binding internalcjihrig
2018-08-24util: restore all information in inspectRuben Bridgewater
2018-08-21util: Fix number format for `pad`MaleDong
2018-08-19util: mark special entries as suchRuben Bridgewater
2018-08-19util: escape symbol and non-enumerable keysRuben Bridgewater
2018-08-15util: improve empty typed array inspectionRuben Bridgewater
2018-08-15util: fix sparse array inspectionRuben Bridgewater
2018-08-15util: properly indent special propertiesRuben Bridgewater
2018-08-14lib: extract validateNumber validatorJon Moss
2018-08-06util: adding warnings when NODE_DEBUG is set as http/http2Anto Aravinth
2018-07-27util: harden util.inspectRuben Bridgewater