Ron Buckton
4a5d968797
Merge pull request #17809 from McClellandLaboratories/patch-1
...
Adding missing readline createInterface options
2017-07-07 16:08:39 -07:00
Ron Buckton
7862c76a1b
Merge pull request #17808 from cjbarth/node6/worker-emit
...
NODE: Correctly allow emit for any type of event for node worker
2017-07-07 16:07:59 -07:00
McClelland Laboratories
277f220679
Added requested change
2017-07-07 15:44:24 -07:00
Ron Buckton
66fe42e92c
Merge pull request #17810 from achugaev93/patch-1
...
node: Updated signature of ChildProcess#send method
2017-07-07 03:02:02 -07:00
Alex Chugaev
65162c8223
Changed code formatting after tslint error.
2017-07-06 21:54:46 +03:00
McClelland Laboratories
3a40993a4d
Updated createInterface Function
...
Added historySize?: number;, prompt?: string;, crlfDelay?: number;, and removeHistoryDuplicates?: boolean; to createInterfaceFunction
2017-07-06 11:37:34 -07:00
McClelland Laboratories
af374b95e3
Removed trailing whitespaces
...
Removed trailing whitespaces
2017-07-06 11:34:39 -07:00
Alex Chugaev
f2ab19de45
Updated signature of ChildProcess#send method
2017-07-06 21:28:44 +03:00
McClelland Laboratories
3b2c21cf21
Adding missing readline createInterface options
...
prompt?: string;
crlfDelay?: number;
removeHistoryDuplicates?: boolean;
2017-07-06 11:14:34 -07:00
Barth, Christopher
1b3d820038
Correctly allow emit for any type of event for node worker
2017-07-06 14:03:55 -04:00
Mohsen Azimi
5f0cd2c285
Add cygwin to type of platforms in node
2017-07-05 19:26:00 -07:00
Augustin Peyrard
370d4fca00
fix: in node.readline cursorTo allows only x coordinate
...
Like this we are easily able to move in the current line with
absolute x-axis coordinate.
2017-07-01 19:15:50 -07:00
Paul van Brenk
9579267a28
Merge pull request #17564 from Flarna/node_async_hooks
...
[node] Add async_hooks module
2017-06-29 10:54:22 -07:00
Flarna
daa1227076
correct whitespace related lint error
2017-06-29 09:28:22 +02:00
Flarna
d872ea26ee
object => Object to keep compat with TS <2.3
2017-06-28 22:21:57 +02:00
Paul van Brenk
4d12d79360
Merge pull request #17559 from brianjleeofcl/master
...
[node] Add missing properties in util.promisify and util.inspect
2017-06-28 11:42:05 -07:00
Flarna
743175f9f2
Merge remote-tracking branch 'upstream/master' into node_async_hooks
2017-06-28 20:39:44 +02:00
Paul van Brenk
fca29bc6e7
Merge pull request #17562 from kimushu/fix-writefilesync
...
Add fs.writeFile(Sync) / fs.appendFile(Sync) overloads and tests
2017-06-28 11:22:18 -07:00
Paul van Brenk
72198b3629
Merge pull request #17380 from scarabedore/master
...
Fixup for node types, fs.createWriteStream function.
2017-06-28 10:39:06 -07:00
Paul van Brenk
8edffc1e2e
Merge pull request #17353 from octo-sniffle/node
...
[node] modified crypto.verfier.verify
2017-06-28 10:06:07 -07:00
kimu_shu
ff3da11908
Make callback parameter mandatory
2017-06-28 23:02:55 +09:00
kimu_shu
1b5e242876
Add overloads for writeFile, appendFile and appendFileSync
2017-06-28 21:55:08 +09:00
Flarna
0d8b5f7688
[node] Add async_hooks module
...
see https://nodejs.org/dist/latest-v8.x/docs/api/async_hooks.html
2017-06-28 10:30:47 +02:00
Brian Lee
f8156fb34a
Add util.inspect.defaultOptions property
2017-06-28 00:48:12 -07:00
kimu_shu
1205f064bd
Add fs.writeFileSync overloads and tests
2017-06-28 11:58:50 +09:00
Brian Lee
a8c85a0e3f
Merge branch 'master' of https://github.com/DefinitelyTyped/DefinitelyTyped
2017-06-27 18:00:41 -07:00
Brian Lee
42af84cc3a
Add properties for util.inspect and util.promisify
2017-06-27 17:24:31 -07:00
Brian Lee
a70a977fe4
Add additional tests
2017-06-27 17:22:48 -07:00
Nicolas Voigt
1c578bb8dd
Merge branch 'master' into node2
2017-06-28 00:09:01 +02:00
Nicolas Voigt
df9abee747
Merge branch 'master' into node
2017-06-28 00:07:03 +02:00
Nicolas Voigt
4ebb655fa6
setEncoding argument to be mandatory
2017-06-27 12:01:43 +02:00
Chigozirim C
8f5e6ed8ed
Merge pull request #1 from DefinitelyTyped/master
...
Merge usptream
2017-06-26 19:08:48 -06:00
Chigozirim C
135e6ac043
node: Add cork and uncork type definitions
...
Fixes : #16726
2017-06-26 18:04:13 -06:00
Michiel de Bruijne
f8c68213bf
[node] set correct type for process.env and fix node dependents
2017-06-24 21:39:39 +02:00
Nicolas Voigt
dddc766369
setEncoding in stream interface
2017-06-24 14:35:27 +02:00
Andy
15dcb45606
node: Expand allowed arguments to http(s).get / request ( #17433 )
...
* Expand allowed arguments to http(s).get / request
* `url.parse` returns `URL`, not `Url`. Remove `Url`.
* Add legacy Url back and have RequestOptions accept a string port
* Revert type of `parse`
2017-06-23 15:00:00 -07:00
Sebastien PUECH
825083d238
Fixed the bind method for UDP.
2017-06-22 16:57:50 +02:00
Sebastien PUECH
e86d4cc126
Fixup for "node" types, fs.createReadStream and fs.createWriteStream functions.
2017-06-22 13:35:40 +02:00
Nicolas Voigt
9d510d71fe
added author reference
2017-06-21 12:55:06 +02:00
Nicolas Voigt
f2df68de01
modified crypto.verfier.verify
2017-06-21 12:20:28 +02:00
Nathan Shively-Sanders
5cfe858c2f
Merge pull request #17277 from mdebruijne/ServerResponse
...
[node] add missing methods to http.ServerResponse class
2017-06-20 14:55:06 -07:00
Andy Hanson
96545154cc
bittorrent-protocol: Use same default event handler as stream.Readable
2017-06-20 10:26:49 -07:00
Nathan Shively-Sanders
76ebf7a5f8
Merge pull request #17305 from DefinitelyTyped/scarabedore-master
...
Followup to #17154 -- fix node-static-tests
2017-06-20 08:37:30 -07:00
Michiel de Bruijne
a5d51727a3
[node] add type for http.ServerResponse headers
2017-06-20 12:28:40 +02:00
Michiel de Bruijne
79a26194f7
[node] add missing methods to http.ServerResponse class
2017-06-20 05:30:38 +02:00
Flarna
f743880056
Merge remote-tracking branch 'upstream/master' into node_process_signals
2017-06-20 01:10:26 +02:00
Flarna
74fd1f601d
- Added dedicated types for listeners to avoid unneeded copy/paste.
...
- Added overloads for listen() to cover issue discussed in latest comments of #16705
2017-06-20 01:01:48 +02:00
Nathan Shively-Sanders
3fe753b21c
Merge branch 'master' of https://github.com/scarabedore/DefinitelyTyped into scarabedore-master
2017-06-19 14:12:03 -07:00
Mine Starks
4accb34c83
Merge pull request #17139 from mdebruijne/node_http_server_listen
...
[node] port is optional in server.listen
2017-06-16 17:33:13 -07:00
Mine Starks
793b3090da
Merge pull request #17027 from ikokostya/node-8
...
[node] Add definition for Node.js v8
2017-06-16 16:46:53 -07:00