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-07-12util: mark cwd grey while inspecting errorsRuben Bridgewater
2022-06-16events: fix adding abort listener in `events.once`Daeyeon Jeong
2022-06-13events: use `kEmptyObject`LiviaMedeiros
2022-06-13lib: use null-prototype objects for property descriptorsAntoine du Hamel
2022-02-09lib: add internal genericNodeError() functionRich Trott
2022-02-05lib: add comments to empty catch statementsRich Trott
2022-01-19domain: pass opts to `EventEmitter.init`Gang Chen
2021-12-23events: add EventEmitterAsyncResource to coreJames M Snell
2021-12-07lib: use consistent types in JSDoc @returnsRich Trott
2021-12-02events: propagate abortsignal reason in new AbortError ctor in eventsJames M Snell
2021-11-13lib: fix typos in lib code commentsYoshiki
2021-09-15events: fix duplicate require which cause performance penaltywwwzbwcom
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