Mehmet Emin Gelmedi
5e69a107d2
Ref lib same change to v10/ts3.1
2019-02-15 21:20:26 +03:00
mehmetgelmedi
4e9ee4c090
ref lib name changed
2019-02-15 16:51:38 +03:00
Nathan Shively-Sanders
608c146d89
Mark non-npm packages
2019-02-13 15:44:35 -08:00
Mine Starks
9ff748d66a
Merge pull request #33011 from Flarna/feat/node-http-server-opts
...
[node] add http.ServerOptions
2019-02-12 15:54:05 -08:00
Mine Starks
ad3e753baa
Merge pull request #32904 from Elrendio/master
...
[node] Correct type of TransformCallback
2019-02-12 12:37:08 -08:00
Gerhard Stoebich
c9455a5074
[node] addd http.ServerOptions
2019-02-12 21:02:03 +01:00
David Junger
cb691c8faa
test crypto.constants
2019-02-12 10:11:46 +01:00
David Junger
326857cf47
[node] definitions for crypto.constants
2019-02-12 10:00:31 +01:00
Mine Starks
5f59f3dc7a
Merge pull request #32878 from SimonSchick/feat/node-v11-3
...
feat(node): v11.6
2019-02-11 16:39:24 -08:00
Simon Schick
4d690da422
feat(node): add crypto KeyObject support
2019-02-11 15:30:44 -08:00
Simon Schick
c8dadc971b
feat(node): enable strict null checks and add SharedArrayBuffer
2019-02-11 09:04:15 -08:00
Simon Schick
e69abd8af1
feat(node): v11.6
2019-02-08 13:48:01 -08:00
Armando Aguirre
d3de69ab7c
Merge pull request #32730 from nwtgck/sort-fields-in-IncomingHttpHeaders
...
[node] Sort fields in IncomingHttpHeaders
2019-02-08 13:14:50 -08:00
Elrendio
7b06bb4f0b
[node] Correct type of TransformCallback
2019-02-08 15:17:12 +01:00
Armando Aguirre
510f81374c
Merge pull request #32661 from Flarna/node-remove-slowbuffer-from-global
...
[node] correct SlowBuffer
2019-02-07 18:09:58 -08:00
Ron Buckton
77a6c2a970
Adds 'typesVersions' support to NodeJS definitions
2019-02-06 15:57:40 -08:00
Gerhard Stoebich
8fcf35037f
[node] correct SlowBuffer
2019-02-04 19:55:39 +01:00
Ryo Ota
1d1af425ff
Sort fields in IncomingHttpHeaders
2019-02-02 15:35:07 +09:00
Ron Buckton
0542814deb
Merge branch 'master' into nodeSplit
2019-01-31 16:44:45 -08:00
Gerhard Stoebich
308ec150ad
[node] add zlib.bytesWritten
2019-01-29 08:07:29 +01:00
Ron Buckton
4e27a4d493
Split node into one file per module
2019-01-28 12:12:28 -08:00
Kyle Uehlein
9c52db4e04
[@types/node] add definition for child_process.execFile options
2019-01-28 11:35:10 -05:00
Christian d'Heureuse
69ec048026
[node] fix parameter name of tls.connect() ( #31494 )
...
The callback parameter of `tls.connect(options[, callback])` is for the `secureConnect` event, not for the `secureConnection` event, and should therefore be named `secureConnectListener` instead of `secureConnectionListener`.
2018-12-19 10:11:12 -08:00
Nathan Shively-Sanders
26a0f42e6f
Merge pull request #31411 from jeffkenney/node-fix-console
...
[node] add/fix console methods for node 8+
2018-12-18 13:32:21 -08:00
Jeff Kenney
967265a2ce
[node] add/fix console methods for 10.x
2018-12-14 22:53:24 -08:00
Jeff Kenney
9f88ee6e80
[node] add/fix console methods for 9.x
2018-12-14 22:53:19 -08:00
Jeff Kenney
bda5344c41
[node] add/fix console methods for 8.x
2018-12-14 22:53:19 -08:00
Gerhard Stoebich
73df157ff4
[node] add setHost to http.ClientRequestArgs
2018-12-14 14:24:13 +01:00
Jesse Trinity
69d2a38cd9
Merge pull request #31138 from kjin/inspector-new
...
[node] add node inspector protocol extensions
2018-12-13 11:16:08 -08:00
Jesse Trinity
ca42826e34
Merge pull request #31177 from BendingBender/node-worker-threads
...
Add types for experimetal worker_threads module
2018-12-12 14:57:42 -08:00
Kelvin Jin
b6ed9ced63
[node] add trace_events type definitions
2018-12-12 11:05:13 -08:00
Dimitri Benin
354829f2f7
Add types for experimental worker_threads module
2018-12-12 08:46:44 +01:00
Kelvin Jin
d4a69ca49c
[node] add node inspector protocol extensions
2018-12-06 13:18:22 -08:00
Gerhard Stoebich
c2e36d8f4b
[node] add some more elements to IncomingHttpHeaders
2018-11-30 12:01:59 +01:00
Mine Starks
c11fada964
Merge pull request #30902 from Flarna/node_alpn
...
[node] Add missing alpnProtocol and createConnection
2018-11-29 09:59:25 -08:00
Gerhard Stoebich
eba6a5aa15
[node] Add missing alpnProtocol and createConnection
2018-11-28 21:32:20 +01:00
isLishude
10e411b09e
Merge branch 'master' of https://github.com/DefinitelyTyped/DefinitelyTyped
2018-11-25 12:17:51 +08:00
Ulrich Buchgraber
73cfb3d8b8
Add spawn() overload which takes options but no args
2018-11-20 22:45:18 +01:00
islishude
67b864b0bd
chore: styling code
2018-11-19 11:09:15 +08:00
islishude
cd38ae33de
[node]: add props to repl.Context
2018-11-17 12:41:11 +08:00
Ron Buckton
7e4d4b5795
[node] Add additional REPLServer members
2018-11-14 22:28:33 -08:00
samuela
18f21659bb
[@types/node] ChildProcess code and signal can be null ( #30299 )
...
* ChildProcess `code` and `signal` can be null
According to https://github.com/nodejs/node/blob/master/lib/internal/child_process.js#L207 and in particular https://github.com/nodejs/node/blob/master/lib/internal/child_process.js#L246 , it's possible for either the `code` or `signal` values to be null.
* add samuela to the authors list
* show some love to the other instances
2018-11-14 17:49:36 -08:00
Maxim Makarov
d70a9a1d9e
passphrase is optional in signer ( #30360 )
2018-11-14 16:11:16 -08:00
Gerhard Stöbich
7b4f51a2d9
node: Update http2 types for node 10 ( #30425 )
2018-11-13 11:10:07 -08:00
Ron Buckton
d6682eac8e
Improves node 'repl' types
2018-11-12 14:54:45 -08:00
Gerhard Stöbich
23568c0bd7
[node] add crypto.generateKeyPair ( #30346 )
2018-11-09 14:26:21 -08:00
Gerhard Stöbich
766a66b46b
[node] Add missing console constructor variants ( #30359 )
...
* [node] Add missing console constructor variants
* fix lint
2018-11-09 08:49:53 -08:00
johan13
a58db39980
Update the signature of fsPromises.mkdir ( #30195 )
...
Add support for passing an object as the second argument to fsPromises.mkdir.
This commit also updates the name and doc for the same argument to fs.mkdir.
2018-11-07 08:57:58 -08:00
Anton Halim
8b57561d6f
Merge branch 'master' of github.com:DefinitelyTyped/DefinitelyTyped into fix-typo-paramter
2018-11-01 00:12:11 -07:00
Jeremie Rodriguez
3b647f0a80
[node] Fix typo in BasePrivateKeyEncodingOptions interface used in generateKeyPairSync function ( #30066 )
2018-10-29 10:40:36 -07:00