summaryrefslogtreecommitdiff
path: root/lib/internal/assert
Commit message (Expand)AuthorAgeFilesLines
* lib: enforce use of trailing commasAntoine du Hamel2023-03-062-7/+7
* lib: enforce use of trailing commas for functionsAntoine du Hamel2023-02-141-1/+1
* tools: add `prefer-proto` ruleJordan Harband2023-01-101-2/+1
* assert: remove `assert.snapshot`Moshe Atlow2023-01-071-129/+0
* cli: add `--watch`Moshe Atlow2022-09-051-32/+17
* assert: add `getCalls` and `reset` to callTrackerMoshe Atlow2022-08-111-34/+83
* assert: add assert.SnapshotMoshe Atlow2022-08-111-0/+129
* assert: callTracker throw a specific error message when possibleMoshe Atlow2022-07-081-5/+9
* lib: use null-prototype objects for property descriptorsAntoine du Hamel2022-06-031-1/+1
* assert: fix CallTracker wraps the function causes the length to be lostOneNail2022-05-061-14/+18
* assert: make `assert.fail` less affected by prototype tamperingAntoine du Hamel2022-05-021-0/+1
* test: add semicolons for linter updateRich Trott2021-11-081-1/+1
* 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