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
2020-10-14lib: replace String global with primordialsSebastien Ahkrin
2020-05-04assert: 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
2018-05-23assert: handle undefined filename in getErrMessageTim Seckinger
2018-05-21assert: fix wrong message indentationRuben Bridgewater
2018-05-18assert: fix EOL issue in messages on WindowsRuben Bridgewater
2018-05-18assert,util: lazy load comparison functionsRuben Bridgewater
2018-05-18os: lazy loadedRuben Bridgewater
2018-05-10assert: validate input stricterRuben Bridgewater
2018-05-10assert: make sure throws is able to handle primitivesRuben Bridgewater
2018-05-10assert: move AssertionError into own fileRuben Bridgewater
2018-05-10assert: accept regular expressions to validateRuben Bridgewater
2018-04-20assert: validate the block return typeRuben Bridgewater