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
2021-04-15typings: add JSDoc typings for assertVoltrex
2021-04-15lib: avoid mutating `Error.stackTraceLimit` when it is not writableAntoine du Hamel
2021-03-03lib: remove use of array destructuringAntoine du Hamel
2021-02-19doc,lib: prepare for stricter multi-line array lintingRich Trott
2021-01-27lib: refactor to use validateFunctionZiJian Liu
2020-11-27assert: refactor to use more primordialsAntoine du Hamel
2020-10-30assert,repl: enable ecmaVersion 2021 in acorn parserMichaël Zasso
2020-10-30lib: use primordials when calling methods of ErrorAntoine du Hamel
2020-10-27deps: update acorn to v8.0.4Michaël Zasso
2020-10-07src: use node:moduleName as builtin module filenameMichaël Zasso
2020-10-04lib: replace String global with primordialsSebastien Ahkrin
2020-04-23assert: port common.mustCall() to assertConorDavenport
2020-03-19Revert "assert: fix line number calculation after V8 upgrade"Michaël Zasso
2020-01-05lib: replace Map global by the primordialsSebastien Ahkrin
2020-01-05lib: replace use of Error with primordialsSebastien Ahkrin
2020-01-01assert: implement `assert.match()` and `assert.doesNotMatch()`Ruben Bridgewater
2019-12-18assert: use for...ofSoar
2019-12-07assert: handle (deep) equal(NaN, NaN) as being identicalRuben Bridgewater
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-09assert: replace var with let in lib/assert.jsPerfectPan
2019-10-07assert: fix line number calculation after V8 upgradeMichaël Zasso
2019-10-05lib: introduce no-mixed-operators eslint rule to libZYSzys
2019-10-03lib: stop using prepareStackTraceGus Caplan
2019-10-01assert: special handle identical error names in instance checksRuben Bridgewater
2019-10-01assert: add more information to AssertionErrorsRuben Bridgewater
2019-10-01assert: do not repeat .throws() codeRuben Bridgewater
2019-10-01assert: wrap validation function errorsRuben Bridgewater
2019-10-01assert: fix generatedMessage propertyRuben Bridgewater
2019-10-01assert: improve class instance errorsRuben Bridgewater
2019-07-15deps: update acorn to 6.2.0Michaël Zasso
2019-06-13assert: add partial support for evaluated code in simple assertRuben Bridgewater
2019-06-13assert: improve regular expression validationRuben Bridgewater
2019-05-06assert: use less read operationsRuben Bridgewater
2019-05-06assert: fix `assert.fail()` stackRuben Bridgewater
2019-04-30assert: use new language featuresRuben Bridgewater
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-11test: cover thenables when we check for promisesszabolcsit
2019-04-07assert: fix rejects stack trace and operatorRuben Bridgewater
2019-03-23lib: validate Error.captureStackTrace() callsRuben Bridgewater
2019-03-22assert: reduce internal usage of public require of utilDaiki Ihara
2019-03-22assert: validate required argumentsRuben Bridgewater
2019-03-21lib: use Array#includes instead of Array#indexOfWeijia Wang
2019-02-19module: revert module._compile to original state if module is patchedUjjwal Sharma
2019-02-08deps: update acorn to 6.0.7Michaël Zasso
2019-02-08assert: refactor internal assert.jsRich Trott
2018-11-06assert: remove unused catch bindingscjihrig
2018-10-09assert: remove internal errorCache propertyRich Trott
2018-09-17assert: add default operator to `assert.fail()`Ruben Bridgewater
2018-09-12assert: align argument namesRuben Bridgewater
2018-07-16assert: improve simple assertRuben Bridgewater