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-05-22typings: add JSDoc typings for eventsVoltrex
2021-05-21events: refactor to use primordials in lib/eventsAkhil Marsonya
2021-05-19lib: refactor to reuse validatorsRongjian Zhang
2021-05-17events: use nullish coalencing operatorVoltrex
2021-04-19lib: revert primordials in a hot pathAntoine du Hamel
2021-03-13lib: use AbortError consistentlyJames M Snell
2021-03-03lib: remove use of array destructuringAntoine du Hamel
2021-02-06lib: add weak event handlersBenjamin Gruenbaum
2021-01-27lib: refactor to use validateFunctionZiJian Liu
2021-01-18events: remove error listener on signal abortZiJian Liu
2021-01-11events: refactor to use optional chainingZiJian Liu
2020-12-25events: refactor to use more primordialsAntoine du Hamel
2020-11-16events: add max listener warning for EventTargetJames M Snell
2020-11-09events: getEventListeners staticBenjamin Gruenbaum
2020-10-30lib: use primordials when calling methods of ErrorAntoine du Hamel
2020-10-04lib: replace String global with primordialsSebastien Ahkrin
2020-09-11events: simplify event target agnostic logic in on and onceDenys Otrishko
2020-09-02events: allow use of AbortController with onJames M Snell
2020-08-31events: allow use of AbortController with onceJames M Snell
2020-06-24events: fix EventTarget supportBenjamin Gruenbaum
2020-06-17events: improve listeners() performanceBrian White
2020-06-08events: improve arrayClone performanceBrian White
2020-05-30events: variable originalListener is uselessfuxingZhang
2020-05-16tools: enable no-else-return lint ruleLuigi Pinca
2020-03-07events: fix removeListener for Symbolszfx
2020-03-03events: convert errorMonitor to a normal propertyGerhard Stoebich
2020-01-05lib: replace use of Error with primordialsSebastien Ahkrin
2019-12-23events: add EventEmitter.on to async iterate over eventsMatteo Collina
2019-12-22lib: improve spelling and grammar in commentDavid Newman
2019-12-20events: allow monitoring error eventsGerhard Stoebich
2019-12-16lib: enforce use of Promise from primordialsMichaël Zasso
2019-12-11lib: replace every Symbol.for by SymbolFor primordialsSebastien Ahkrin
2019-12-10lib: replace var with let/constjens-cappelle
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-12-03events: add captureRejection optionMatteo Collina
2019-11-30lib: use static Number properties from primordialsMichaël Zasso
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-26lib: replace var with let/constjens-cappelle
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-23events: improve performance caused by primordialsguzhizhou
2019-09-24events: improve performance of EventEmitter.emitMatteo Collina
2019-09-23events: add support for EventTarget in onceJenia
2019-08-27events: improve once() performanceBrian White
2019-08-07events: give subclass name in unhandled 'error' messageAnna Henningsen
2019-06-27process: split routines used to enhance fatal exception stack tracesJoyee Cheung
2019-05-17events: improve max listeners warningRuben Bridgewater
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-23lib: validate Error.captureStackTrace() callsRuben Bridgewater