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 (Collapse)Author
2022-03-21async_hooks: remove destroyed symbol on PromisesGerhard Stöbich
Promises are never destroyed manually therefore it's not needed to attach an object to track if destroy hook was called already. PR-URL: https://github.com/nodejs/node/pull/42402 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
2021-12-31typings: add types for symbol and accessor properties on `primordials`ExE Boss
PR-URL: https://github.com/nodejs/node/pull/40992 Reviewed-By: James M Snell <jasnell@gmail.com>
2021-10-31typings: add more bindings typingsMestery
PR-URL: https://github.com/nodejs/node/pull/40415 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
2021-10-28typings: improve internal bindings typingsMestery
PR-URL: https://github.com/nodejs/node/pull/40411 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
2021-10-20typings: separate `internalBinding` typingsMestery
PR-URL: https://github.com/nodejs/node/pull/40409 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: Qingyu Deng <i@ayase-lab.com>
2021-10-10typings: define types for os bindingMichaël Zasso
PR-URL: https://github.com/nodejs/node/pull/40222 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
2021-10-10typings: add missing types to options and util bindingsMichaël Zasso
PR-URL: https://github.com/nodejs/node/pull/40222 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
2021-10-10typings: define types for timers bindingMichaël Zasso
PR-URL: https://github.com/nodejs/node/pull/40222 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
2021-10-10typings: fix declaration of primordialsMichaël Zasso
PR-URL: https://github.com/nodejs/node/pull/40222 Fixes: https://github.com/nodejs/node/issues/40144 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
2021-09-26typings: define types for symbols bindingMichaël Zasso
PR-URL: https://github.com/nodejs/node/pull/40143 Reviewed-By: James M Snell <jasnell@gmail.com>
2021-09-26typings: define types for worker and messaging bindingsMichaël Zasso
PR-URL: https://github.com/nodejs/node/pull/40143 Reviewed-By: James M Snell <jasnell@gmail.com>
2021-06-30stream: implement WHATWG streamsJames M Snell
Experimental implementation of the WHATWG streams standard. Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: https://github.com/nodejs/node/pull/39062 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
2021-04-18typings: add types for "http_parser" and "options" bindingsMichaël Zasso
PR-URL: https://github.com/nodejs/node/pull/38239 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Daniele Belardi <dwon.dnl@gmail.com>
2021-04-18typings: add types for internalBinding('serdes')Michaël Zasso
PR-URL: https://github.com/nodejs/node/pull/38204 Reviewed-By: Bradley Farias <bradley.meck@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
2021-04-14typings: add types for internalBinding('util')Michaël Zasso
PR-URL: https://github.com/nodejs/node/pull/38200 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
2021-04-14typings: add types for internalBinding('fs')Michaël Zasso
PR-URL: https://github.com/nodejs/node/pull/38198 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Bradley Farias <bradley.meck@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
2021-04-08lib: add tsconfig for code completionsBradley Farias
PR-URL: https://github.com/nodejs/node/pull/38042 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>