summaryrefslogtreecommitdiff
path: root/lib/assert.js
Commit message (Expand)AuthorAgeFilesLines
* assert: deprecate callTrackerMoshe Atlow2023-04-291-2/+2
* src: bootstrap prepare stack trace callback in shadow realmChengzhong Wu2023-04-041-1/+1
* lib: add trailing commas to all public core modulesAntoine du Hamel2023-02-281-19/+19
* assert: fix exception message for assert(0) on try catch blockhidecology2023-02-261-19/+23
* assert: remove deprecated getFunction() usageRuben Bridgewater2023-02-201-6/+1
* lib: enforce use of trailing commas for functionsAntoine du Hamel2023-02-141-6/+6
* assert: remove `assert.snapshot`Moshe Atlow2023-01-071-3/+0
* assert: add assert.SnapshotMoshe Atlow2022-08-111-0/+3
* src: disambiguate terms used to refer to builtins and addonsJoyee Cheung2022-08-091-2/+2
* lib: refactor to avoid unsafe regex primordialsAntoine du Hamel2022-06-271-7/+8
* doc: consolidate use of multiple-byte unitsAntoine du Hamel2022-04-201-1/+1
* lib: refactor to use primordials in `lib/assert.js`akhil marsonya2022-03-151-2/+2
* assert: prefer reference comparison over string comparisonDarshan Sen2021-12-141-3/+3
* lib: use consistent types in JSDoc @returnsRich Trott2021-12-071-1/+0
* assert: use stricter stack frame detection in .ifError()Ruben Bridgewater2021-12-061-13/+19
* deps: update Acorn to v8.4.1Michaël Zasso2021-06-291-13/+1
* typings: add JSDoc typings for assertVoltrex2021-04-151-8/+123
* lib: avoid mutating `Error.stackTraceLimit` when it is not writableAntoine du Hamel2021-04-151-4/+6
* lib: remove use of array destructuringAntoine du Hamel2021-03-031-2/+2
* doc,lib: prepare for stricter multi-line array lintingRich Trott2021-02-191-2/+2
* lib: refactor to use validateFunctionZiJian Liu2021-01-271-3/+4
* assert: refactor to use more primordialsAntoine du Hamel2020-11-271-22/+37
* assert,repl: enable ecmaVersion 2021 in acorn parserMichaël Zasso2020-10-301-1/+1
* lib: use primordials when calling methods of ErrorAntoine du Hamel2020-10-301-3/+3
* deps: update acorn to v8.0.4Michaël Zasso2020-10-271-3/+0
* src: use node:moduleName as builtin module filenameMichaël Zasso2020-10-071-2/+4
* lib: replace String global with primordialsSebastien Ahkrin2020-10-041-0/+1
* assert: port common.mustCall() to assertConorDavenport2020-04-231-0/+3
* Revert "assert: fix line number calculation after V8 upgrade"Michaël Zasso2020-03-181-4/+1
* lib: replace Map global by the primordialsSebastien Ahkrin2020-01-041-0/+1
* lib: replace use of Error with primordialsSebastien Ahkrin2020-01-041-0/+1
* assert: implement `assert.match()` and `assert.doesNotMatch()`Ruben Bridgewater2020-01-011-5/+49
* assert: use for...ofSoar2019-12-171-2/+2
* assert: handle (deep) equal(NaN, NaN) as being identicalRuben Bridgewater2019-12-071-2/+3
* lib: flatten access to primordialsMichaël Zasso2019-11-251-6/+11
* assert: replace var with let in lib/assert.jsPerfectPan2019-11-091-2/+2
* assert: fix line number calculation after V8 upgradeMichaël Zasso2019-10-071-1/+4
* lib: introduce no-mixed-operators eslint rule to libZYSzys2019-10-051-3/+3
* lib: stop using prepareStackTraceGus Caplan2019-10-021-10/+11
* assert: special handle identical error names in instance checksRuben Bridgewater2019-10-011-3/+7
* assert: add more information to AssertionErrorsRuben Bridgewater2019-10-011-1/+10
* assert: do not repeat .throws() codeRuben Bridgewater2019-10-011-57/+40
* assert: wrap validation function errorsRuben Bridgewater2019-10-011-1/+15
* assert: fix generatedMessage propertyRuben Bridgewater2019-10-011-3/+10
* assert: improve class instance errorsRuben Bridgewater2019-10-011-3/+24
* deps: update acorn to 6.2.0Michaël Zasso2019-07-151-3/+1
* assert: add partial support for evaluated code in simple assertRuben Bridgewater2019-06-121-21/+34
* assert: improve regular expression validationRuben Bridgewater2019-06-121-17/+54
* assert: use less read operationsRuben Bridgewater2019-05-051-7/+2
* assert: fix `assert.fail()` stackRuben Bridgewater2019-05-051-8/+6