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-09-05cli: add `--watch`Moshe Atlow
2022-08-11assert: add `getCalls` and `reset` to callTrackerMoshe Atlow
2022-08-11assert: add assert.SnapshotMoshe Atlow
2022-07-08assert: callTracker throw a specific error message when possibleMoshe Atlow
2022-06-03lib: use null-prototype objects for property descriptorsAntoine du Hamel
2022-05-07assert: fix CallTracker wraps the function causes the length to be lostOneNail
2022-05-02assert: make `assert.fail` less affected by prototype tamperingAntoine du Hamel
2021-11-09test: add semicolons for linter updateRich Trott
2021-04-15lib: avoid mutating `Error.stackTraceLimit` when it is not writableAntoine du Hamel
2021-02-22assert: refactor to avoid unsafe array iterationAntoine du Hamel
2021-01-28lib: refactor to use validateObjectZiJian Liu
2020-12-07tools: enable no-unused-expressions lint ruleMichaël Zasso
2020-11-14assert: refactor to use more primordialsAntoine du Hamel
2020-10-30lib: use primordials when calling methods of ErrorAntoine du Hamel
2020-10-04lib: replace String global with primordialsSebastien Ahkrin
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