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-09-02lib: remove use of array destructuringAntoine du Hamel
2021-07-20typings: add JSDoc typings for eventsVoltrex
2021-06-11lib: revert primordials in a hot pathAntoine du Hamel
2021-06-11events: refactor to use optional chainingZiJian Liu
2021-06-11events: refactor to use more primordialsAntoine du Hamel
2021-04-30events: add max listener warning for EventTargetJames M Snell
2021-04-30events: getEventListeners staticBenjamin Gruenbaum
2021-04-30events: allow use of AbortController with onJames M Snell
2021-04-30events: allow use of AbortController with onceJames M Snell
2020-12-15lib: use primordials when calling methods of ErrorAntoine du Hamel
2020-10-14lib: replace String global with primordialsSebastien Ahkrin
2020-06-30events: fix EventTarget supportBenjamin Gruenbaum
2020-06-30events: improve listeners() performanceBrian White
2020-06-30events: improve arrayClone performanceBrian White
2020-06-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
2019-03-22events: load internal/errors eagerlyJoyee Cheung
2019-03-05events: improve for-loopgengjiawen
2019-03-05events: onceWrapper returns target valuehimself65
2019-03-02events: add once method to use promises with EventEmitterMatteo Collina
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-08lib: remove dollar symbol for private functionMaleDong
2019-01-23events: show inspected error in uncaught 'error' messageAnna Henningsen
2018-12-19events: simplify stack compare functionRuben Bridgewater