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
2020-04-23assert: port common.mustCall() to assertConorDavenport
2020-02-09assert: align character indicators properlyRuben Bridgewater
2020-01-05lib: replace use of Error with primordialsSebastien Ahkrin
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-10-05lib: introduce no-mixed-operators eslint rule to libZYSzys
2019-07-26assert: avoid potentially misleading reference to object identityAnna Henningsen
2019-06-13assert: print more lines in the error diffRuben Bridgewater
2019-06-13assert: fix error diffRuben Bridgewater
2019-06-13assert: limit string inspection when logging assertion errorsRuben Bridgewater
2019-05-25assert: remove unreachable codeRich Trott
2019-05-23assert: remove unreachable codeRich Trott
2019-05-16assert: remove unused codeRuben Bridgewater
2019-05-16assert: add compatibility for older Node.js versionsRuben Bridgewater
2019-05-06assert: refine assertion messageRuben Bridgewater
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2019-04-03util: `inspect()` should not exceed `breakLength`Ruben Bridgewater
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-24assert: reduce internal usage of public require of utiltoshi1127
2019-03-23assert: improve performance to instantiate errorsRuben Bridgewater
2019-03-23lib: validate Error.captureStackTrace() callsRuben Bridgewater
2019-03-23errors: update error nameRuben Bridgewater
2019-02-08assert: refactor internal assert.jsRich Trott