summaryrefslogtreecommitdiff
path: root/lib/internal/assert
Commit message (Expand)AuthorAgeFilesLines
* lib: avoid mutating `Error.stackTraceLimit` when it is not writableAntoine du Hamel2021-04-151-2/+3
* assert: refactor to avoid unsafe array iterationAntoine du Hamel2021-02-221-10/+16
* lib: refactor to use validateObjectZiJian Liu2021-01-281-6/+4
* tools: enable no-unused-expressions lint ruleMichaël Zasso2020-12-071-1/+1
* assert: refactor to use more primordialsAntoine du Hamel2020-11-132-25/+36
* lib: use primordials when calling methods of ErrorAntoine du Hamel2020-10-301-2/+2
* lib: replace String global with primordialsSebastien Ahkrin2020-10-041-0/+1
* assert: port common.mustCall() to assertConorDavenport2020-04-232-3/+110
* assert: align character indicators properlyRuben Bridgewater2020-02-091-2/+10
* lib: replace use of Error with primordialsSebastien Ahkrin2020-01-041-0/+1
* lib: flatten access to primordialsMichaël Zasso2019-11-251-6/+12
* lib: introduce no-mixed-operators eslint rule to libZYSzys2019-10-051-1/+1
* assert: avoid potentially misleading reference to object identityAnna Henningsen2019-07-251-1/+1
* assert: print more lines in the error diffRuben Bridgewater2019-06-121-38/+46
* assert: fix error diffRuben Bridgewater2019-06-121-38/+28
* assert: limit string inspection when logging assertion errorsRuben Bridgewater2019-06-121-1/+27
* assert: remove unreachable codeRich Trott2019-05-251-4/+3
* assert: remove unreachable codeRich Trott2019-05-231-4/+3
* assert: remove unused codeRuben Bridgewater2019-05-161-3/+2
* assert: add compatibility for older Node.js versionsRuben Bridgewater2019-05-161-2/+4
* assert: refine assertion messageRuben Bridgewater2019-05-051-28/+35
* lib: enforce the use of Object from primordialsMichaël Zasso2019-04-121-1/+1
* lib: force using primordials for JSON, Math and ReflectMichaël Zasso2019-04-031-0/+2
* util: `inspect()` should not exceed `breakLength`Ruben Bridgewater2019-04-031-3/+6
* benchmark,lib: change var to constRuben Bridgewater2019-03-301-3/+5
* assert: reduce internal usage of public require of utiltoshi11272019-03-241-1/+1
* assert: improve performance to instantiate errorsRuben Bridgewater2019-03-231-0/+5
* lib: validate Error.captureStackTrace() callsRuben Bridgewater2019-03-231-0/+1
* errors: update error nameRuben Bridgewater2019-03-231-1/+14
* assert: refactor internal assert.jsRich Trott2019-02-081-0/+408