Nathan Shively-Sanders
c5097e289f
Merge pull request #26563 from ryanstaniforth/master
...
Fix Error type to be "Error | null" in node crypto methods
2018-06-18 11:05:41 -07:00
islishude
9e33d7d953
fix(node): fix ECDH.converKey()
2018-06-17 10:58:28 +08:00
Ryan Staniforth
bd1a51cec4
Fix Error type to be "Error | null" in crypto methods
2018-06-14 10:25:43 +01:00
Mine Starks
6397998e23
Merge pull request #26512 from Flarna/node_correct_http2_status
...
[node] Correct type of incoming http2 ':status' header
2018-06-13 09:31:01 -07:00
Mine Starks
ee7ef14286
Merge pull request #26407 from r3nya/node-dns-lookup
...
[node] Add dns.lookupService method
2018-06-13 08:59:26 -07:00
Gerhard Stoebich
4b2b0cf993
[node] Correct type of incoming http2 ':status' header
2018-06-13 13:06:55 +02:00
Andrew Makarov
be6409bb59
Update tests
2018-06-10 23:08:28 +03:00
Andrew Makarov
9b615f3a76
Add dns.lookupService method
2018-06-09 23:09:07 +03:00
Sander Koenders
09ff4cfc0a
Fix(node 6): Use ProcessEnv in Process interface
2018-06-08 14:09:33 +02:00
Sander Koenders
8b140f037c
Docs(name): Add my name to contributors list
2018-06-08 13:54:51 +02:00
Sander Koenders
23bf075ab3
Test(Node 7): Alter test for ProcessEnv
2018-06-08 13:48:24 +02:00
Sander Koenders
c9bcd193cb
Test(Node 6): Alter test for ProcessEnv
2018-06-08 13:48:10 +02:00
Sander Koenders
bc22dd04a0
Test(Node 4): Alter test for ProcessEnv
2018-06-08 13:47:46 +02:00
Sander Koenders
f8ff96599a
Feat(Node 7): Add ProcessEnv interface
2018-06-08 13:00:51 +02:00
Sander Koenders
bb8dec6a26
Feat(Node 6): Add ProcessEnv interface
2018-06-08 13:00:25 +02:00
Sander Koenders
03507a3fe6
Feat(Node 4): Add ProcessEnv interface
2018-06-08 13:00:08 +02:00
Armando Aguirre
80123afd0d
Merge pull request #25975 from KSXGitHub/symlink-type-union
...
Set type of symlink parameter `type` to a union of `"file" | "dir" | "junction" | undefined | null`
2018-06-06 13:18:17 -07:00
Jinwoo Lee
85d3c44357
node: add argv0 as one of options for spawn and spawnSync
...
It is documented for `spawn` in
https://nodejs.org/dist/latest-v10.x/docs/api/child_process.html#child_process_child_process_spawn_command_args_options
It's not documented for `spawnSync`, but since `spawnSync` uses the same
function (normalizeSpawnArguments) for normalizing the options, it
should be there too:
https://github.com/nodejs/node/blob/master/lib/child_process.js#L545
2018-06-04 09:33:44 -07:00
Benjamin Lichtman
12988a47ca
Merge pull request #26115 from mantyz/patch-5
...
[node] Update net.Server ListenOptions
2018-05-31 10:18:58 -07:00
Benjamin Lichtman
cab291c865
Merge pull request #26034 from phra/patch-1
...
declare SymbolConstructor.observable
2018-05-31 10:04:14 -07:00
Benjamin Lichtman
6e60ac624c
Merge pull request #26089 from Flarna/node_readlineopts
...
[node] add some ReadLineOptions parameters
2018-05-31 10:02:02 -07:00
Benjamin Lichtman
48746a4063
Merge pull request #26140 from OliverJAsh/oja/node/rm-author
...
Node: remove myself as author
2018-05-31 09:50:59 -07:00
Ron Buckton
21c6ad0a19
Merge pull request #25882 from DefinitelyTyped/node10es5
...
Remove dependency on types not in ES5
2018-05-30 09:44:08 -07:00
Oliver Joseph Ash
10b90e8003
Node: remove myself as author
2018-05-30 09:34:15 +01:00
Daniel Rosenwasser
a8b0557d01
Merge pull request #25933 from andrew8er/feature/node-buffer-compare-types
...
[node]: Improve Buffer/Uint8Array interoperability
2018-05-29 15:52:17 -07:00
Anton Myzenkov
1909641bb0
update node version to 10.3.x
2018-05-29 22:57:59 +03:00
Anton Myzenkov
6e6519e66d
[node] Update net.Server ListenOptions
2018-05-29 22:07:01 +03:00
André Wachter
06d4fb008d
[node]: Improve Buffer/Uint8Array interoperability
2018-05-29 09:22:02 +02:00
Gerhard Stoebich
bd8e2a3d3f
[node] add some ReadLineOptions parameters
2018-05-28 21:41:40 +02:00
Francesco Soncina
e22898d5b6
fix: declare SymbolConstructor.observable
...
if `SymbolConstructor.observable` symbol is not defined in the types, the inclusion of the latest rxjs (v6) breaks the compilation in a strict environment.
2018-05-25 14:37:22 +02:00
Gerhard Stoebich
f3d61f1802
[node] Argument code in Http2Stream.close() is optional
2018-05-24 13:59:22 +02:00
khai96_
80987f1428
Set type of symlink parameter 'type' to a union
2018-05-24 00:41:03 +07:00
Ron Buckton
88dcf58764
Remove dependency on types not in ES5
2018-05-18 14:16:57 -07:00
Ron Buckton
7a9adc604a
Merge pull request #25831 from ionut-botizan/master
...
[node] Add debugPort to the Process interface
2018-05-18 13:51:10 -07:00
Ionut Botizan
1b2f3e2ba1
[node] Add debugPort to the Process interface
...
https://nodejs.org/api/process.html#process_process_debugport
2018-05-17 09:24:41 +03:00
Oliver Joseph Ash
7da1141f4e
Node: add undefined to ParsedUrlQuery index signature
2018-05-16 13:13:56 +01:00
Ron Buckton
e22846ad77
Merge pull request #25788 from Flarna/node_http2_incoming_pseudo_headers
...
[node] Add http/2 pseudo headers to IncomingHttpHeaders
2018-05-15 12:54:35 -07:00
Gerhard Stoebich
aa9228e785
[node] Add http/2 pseudo headers to IncomingHttpHeaders
2018-05-15 10:48:54 +02:00
Ron Buckton
93f601347b
Move 'fs/promises' to fs.promises
2018-05-14 18:35:26 -07:00
Ron Buckton
0f30fca0b4
Merge pull request #25732 from KSXGitHub/readonly-array-string
...
[@types/node] Replace some string[] arguments by ReadonlyArray<string>
2018-05-14 16:46:28 -07:00
Ron Buckton
00bedbf8df
Merge pull request #25742 from isLishude/node-util-feat
...
feat(node9&10): add `TextDecoder` and `TextEncoder` for `util` module
2018-05-14 13:45:51 -07:00
Ron Buckton
fd5e39c746
Merge pull request #25613 from Flarna/node_v10_updates
...
[node] Add some NodeJS 10 changes
2018-05-14 10:59:26 -07:00
islishude
ee6b647dbb
chore: remove ts version statements
2018-05-14 21:15:04 +08:00
islishude
c31b37eb16
fix: fix typos
2018-05-14 21:00:14 +08:00
islishude
fc2b440fc8
fix: fix ts version
2018-05-13 20:32:31 +08:00
islishude
58379cb180
feat(node9&10): add TextDecoder and TextEncoder for util module
2018-05-13 19:13:40 +08:00
khai96_
e8e62acb43
Replace some string[] arguments by ReadonlyArray<string>
...
`spawnSync`, `execFile`, ... take `string[]` as arguments which makes it inconvenient to pass a ReadonlyArray
2018-05-12 17:34:11 +00:00
Paul van Brenk
af5dd8fe0f
Change node 6 to target es5 ( #25719 )
2018-05-12 09:49:57 +12:00
Bryan Hughes
8cd6bba3b3
Updated Node.js dgram.send() signature with recent changes in Node.js API ( #25664 )
...
* Updated “send” signature with recent changse
* Fixed some other issues with send() signature and added Node 10
2018-05-10 15:40:37 -07:00
Nico Jansen
db27d0733d
fix(node): add support for Buffer.from(uint8Array) ( #25630 )
...
* fix(Node buffer): add support for `from(buffer)`
* refactor(Node buffer): consolidate overloads of `Buffer.from`
2018-05-09 15:11:52 -07:00