Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-11lib: refactor transferable AbortSignalflakey5
2022-08-23lib: refactor to avoid prototype pollutionAntoine du Hamel
2022-06-13lib: use null-prototype objects for property descriptorsAntoine du Hamel
2022-05-30util: add parseArgs moduleBenjamin E. Coe
2021-10-02util: expose stripVTControlCharacters()cjihrig
2021-08-22util: expose toUSVStringRobert Nagy
2021-05-19lib: refactor to reuse validatorsRongjian Zhang
2021-04-24typings: add JSDoc typings for utilRohit Gohri
2021-04-13util: add getSystemErrorMap() impleladkeyshawn
2020-12-28util: refactor to use more primordialsAntoine du Hamel
2020-11-07tools: add new ESLint rule: prefer-primordialsLeko
2020-08-10util: add debug and debuglog.enabledBradley Farias
2020-01-05lib: replace use of Error with primordialsSebastien Ahkrin
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-15lib: 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-28util: don't set the prototype of callbackified functionsRuben Bridgewater
2019-03-28util: rename callbackified functionRuben Bridgewater
2019-03-28util: increase function length when using `callbackify()`Ruben Bridgewater
2019-03-23lib: refactor Error.captureStackTrace() usageRuben Bridgewater
2019-03-22util: 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-28lib: 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