Andy
|
69bf6eb0ed
|
Add more tslint disables (#19590)
|
2017-09-06 09:44:12 -07:00 |
|
Marc Ghorayeb
|
dbe12007d6
|
[node] fix missing zlib options parameter in v0, v4 and v6 (#19121)
* [node] fix missing zlib options parameter in v0, v4 and v6
* [next-redux-wrapper] fix end of file with new line
|
2017-08-24 08:26:57 -07:00 |
|
Melvin Groenhoff
|
25ba611105
|
node: add ChildProcess killed property, add Worker send callback argument and fix some error events. (#19299)
|
2017-08-24 07:03:09 -07:00 |
|
Andy
|
516ed213ca
|
Fix all lint errors (#19253)
|
2017-08-22 14:27:36 -07:00 |
|
Andy
|
5d6c651a1a
|
Apply stricter lint rules (#19063)
|
2017-08-17 14:53:41 -07:00 |
|
Marc Ghorayeb
|
ad093c1036
|
[node] homogenize zlib input to Buffer or string and results to Buffer
|
2017-08-15 14:36:40 +02:00 |
|
Daniel Imms
|
527914c2a3
|
node: Fix net.Socket definition (#18275)
v0.12.x: https://nodejs.org/docs/latest-v0.12.x/api/net.html#net_new_net_socket_options
v4: https://nodejs.org/dist/latest-v4.x/docs/api/net.html#net_new_net_socket_options
v6: https://nodejs.org/dist/latest-v6.x/docs/api/net.html#net_new_net_socket_options
v7: https://nodejs.org/dist/latest-v7.x/docs/api/net.html#net_new_net_socket_options
v8: https://nodejs.org/api/net.html#net_new_net_socket_options
|
2017-07-21 09:41:56 -07:00 |
|
Ryota Kameoka
|
da17482087
|
Fix type definition for REPL module of Node.js (#18021)
* Fix signature for repl.start() function
* Complete type definition for REPLServer.context property
|
2017-07-17 12:25:30 -07:00 |
|
kimu_shu
|
1b5e242876
|
Add overloads for writeFile, appendFile and appendFileSync
|
2017-06-28 21:55:08 +09:00 |
|
kimu_shu
|
1205f064bd
|
Add fs.writeFileSync overloads and tests
|
2017-06-28 11:58:50 +09:00 |
|
hinell
|
aba45c2c7f
|
[Node] console.dir() options (#16961)
* [Node] console.dir() options
* [Node] v6 console.dir() options as InspectOptions
* [Node] v4 console.dir() options as InspectOptions
* [Node] v0 console.dir() options as InspectOptions
Adds Console interface and its absent variable declaration
|
2017-06-05 16:39:46 -07:00 |
|
Boris Cherny
|
4b35f5c6d1
|
Node: Update and add missing options for util#inspect (#16804)
* inspect depth should be nullable
* add showProxy, maxArrayLength, and breakLength options for util#inspect
|
2017-06-02 09:25:49 -07:00 |
|
Andy
|
fa2480ba61
|
Remove more namespaces from tests (#16029)
|
2017-04-20 09:06:00 -07:00 |
|
Ryan Cavanaugh
|
0d84d8d58a
|
Merge pull request #15831 from blakeembrey/node-streams
[node] Update and correct node.js stream interfaces
|
2017-04-17 14:26:28 -07:00 |
|
Ryan Cavanaugh
|
741629c940
|
Merge pull request #15688 from Loghorn/node_fs_position
Node filesystem read/write position can be null
|
2017-04-17 11:07:59 -07:00 |
|
Andy
|
bbc61fbf93
|
Extend "dtslint/dt.json" directly instead of "../tslint.json". (#15822)
* Extend "dtslint/dt.json" directly instead of "../tslint.json".
* Convert more "../tslint.json" to "dtslint/dt.json"
* no-redundant-modifiers -> strict-export-declare-modifiers
|
2017-04-14 08:04:05 -07:00 |
|
Blake Embrey
|
915a86f88b
|
Update and correct node.js stream interfaces
|
2017-04-13 11:44:34 -07:00 |
|
Andy
|
495f8c403d
|
Add starter tslint.json files for node (#15834)
|
2017-04-13 07:14:39 -07:00 |
|
Alessandro Vergani
|
fbc98c9d18
|
Allow null as position in read/write
|
2017-04-06 12:27:36 +02:00 |
|
Andy Hanson
|
354cec620d
|
Move all packages to a types directory
|
2017-03-24 14:27:52 -07:00 |
|