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
2022-02-05benchmark: enable no-empty ESLint ruleRich Trott
2021-12-20benchmark,test: use Object.hasOwn() where applicableRich Trott
2020-12-07tools: enable no-unused-expressions lint ruleMichaël Zasso
2020-06-13tools: update ESLint to 7.2.0cjihrig
2020-05-16tools: enable no-else-return lint ruleLuigi Pinca
2020-03-10benchmark: remove special test entriesRuben Bridgewater
2020-02-11Revert "benchmark: remove special test entries"Anna Henningsen
2020-02-09benchmark: remove special test entriesRuben Bridgewater
2020-01-29benchmark: use let and const instead of varDaniele Belardi
2019-03-29benchmark: tidy up eslint ignore in foreach-bench.jsgengjiawen
2019-02-07benchmark: refactor for consistent styleRich Trott
2018-06-07benchmark: disable only the ESLint rule needing itRich Trott
2018-04-10benchmark: changed millions and thousands to njuggernaut451
2018-02-01benchmark: spread operator benchmarkJames M Snell
2018-02-01benchmark: (es) refactorRuben Bridgewater
2018-01-23benchmark: (es) use destructuringRuben Bridgewater
2017-10-13test: add benchmark tests for esEthan Arrowood
2017-09-20benchmark: var to constRuben Bridgewater
2017-04-20benchmark: add benchmark for string concatenationsVse Mozhet Byt
2017-04-20benchmark: reduce string concatenationsVse Mozhet Byt
2017-04-04benchmark: replace [].join() with ''.repeat()Vse Mozhet Byt
2017-03-25benchmark: add more options to map-benchTimothy Gu
2017-03-17benchmark: benchmark comparing forEach with forJames M Snell
2017-03-06benchmark: remove forced optimization from esBartosz Sosnowski
2017-02-21tools: enable one-var-declaration-per-line ESLint ruleMichaël Zasso
2017-02-10benchmarks: add spread operator benchmarkJames M Snell
2016-11-28benchmark: reformat code for clarityRich Trott
2016-10-29benchmark: add microbenchmarks for ES MapRod Vagg
2016-09-24benchmark: add benchmark for destructuring objectFangdun Cai (Fundon)
2016-04-21benchmarks: add microbenchmarks for new ES6 featuresJames M Snell