summaryrefslogtreecommitdiff
path: root/typings
Commit message (Collapse)AuthorAgeFilesLines
* async_hooks: remove destroyed symbol on PromisesGerhard Stöbich2022-03-211-1/+1
| | | | | | | | 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>
* typings: add types for symbol and accessor properties on `primordials`ExE Boss2021-12-311-52/+117
| | | | PR-URL: https://github.com/nodejs/node/pull/40992 Reviewed-By: James M Snell <jasnell@gmail.com>
* typings: add more bindings typingsMestery2021-10-313-24/+173
| | | | | | 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>
* typings: improve internal bindings typingsMestery2021-10-2811-442/+501
| | | | | | 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>
* typings: separate `internalBinding` typingsMestery2021-10-205-42/+42
| | | | | | | 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>
* typings: define types for os bindingMichaël Zasso2021-10-101-0/+21
| | | | | | | | | 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>
* typings: add missing types to options and util bindingsMichaël Zasso2021-10-102-0/+2
| | | | | | | | | 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>
* typings: define types for timers bindingMichaël Zasso2021-10-101-0/+8
| | | | | | | | | 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>
* typings: fix declaration of primordialsMichaël Zasso2021-10-101-1/+5
| | | | | | | | | | 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>
* typings: define types for symbols bindingMichaël Zasso2021-09-261-0/+3
| | | | | PR-URL: https://github.com/nodejs/node/pull/40143 Reviewed-By: James M Snell <jasnell@gmail.com>
* typings: define types for worker and messaging bindingsMichaël Zasso2021-09-262-0/+64
| | | | | PR-URL: https://github.com/nodejs/node/pull/40143 Reviewed-By: James M Snell <jasnell@gmail.com>
* stream: implement WHATWG streamsJames M Snell2021-06-301-5/+8
| | | | | | | | | | 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>
* typings: add types for "http_parser" and "options" bindingsMichaël Zasso2021-04-182-0/+76
| | | | | | 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>
* typings: add types for internalBinding('serdes')Michaël Zasso2021-04-181-0/+34
| | | | | | 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>
* typings: add types for internalBinding('util')Michaël Zasso2021-04-141-0/+47
| | | | | | 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>
* typings: add types for internalBinding('fs')Michaël Zasso2021-04-141-0/+258
| | | | | | | 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>
* lib: add tsconfig for code completionsBradley Farias2021-04-082-0/+967
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>