Commit Graph

188 Commits

Author SHA1 Message Date
Masahiro Wakame
8d05955157 Merge pull request #5166 from joswhite/patch-1
Add change to reflect that "position" in fs.write is optional
2015-08-03 23:11:42 +09:00
joswhite
5be1244e79 Add change to reflect that "position" in fs.write is optional 2015-07-31 11:59:15 -06:00
rhysd
ded31eeaee Add unref() to child_process.ChildProcess
child_process.ChildProcess.unref() isn't described in document.
But it actually exist and is described in document for `options.detached`.

https://nodejs.org/api/child_process.html#child_process_options_detached
2015-07-29 15:11:53 +09:00
Steve Ognibene
178dee76b2 Merge pull request #4762 from Gitgiddy/4740
Extendable interfaces for require, module.require (retry)
2015-07-24 10:28:26 -04:00
vvakame
ae21c4da5a add polyfill interface to node/node.d.ts 2015-07-19 17:11:32 +09:00
Masahiro Wakame
2b781309d1 Merge pull request #4880 from wholroyd/master
Added optional parameters for the node crypto.pbkdf2* functions
2015-07-13 22:13:56 +09:00
Masahiro Wakame
0dfad09248 Merge pull request #4849 from smremde/master
added missing 'bytesWritten' field to fs.WriteStream
2015-07-13 08:01:18 +09:00
wholroyd
23fb1c3225 Fixing TypeScript optional parameter issue, all tests pass 2015-07-09 11:42:46 -04:00
wholroyd
9301bb3732 Added optional parameters for the crypto.pbkdf2* functions 2015-07-09 11:31:36 -04:00
Stephen Remde
e553601092 added missing 'bytesWritten' field to fs.WriteStream 2015-07-07 13:19:10 +01:00
RareGrass
fbb93b57aa Update node.d.ts
Add the http.METHODS string array
2015-07-06 10:57:07 +08:00
Joe Herman
e6967ede70 node: Added stack to NodeJS.ErrnoException 2015-07-01 16:10:11 -04:00
Gitgiddy
575d43c508 Extendable interfaces for require, module.require
Node's `require` should implement a new interface `NodeRequire` (rather than direct signature) for specialized extension by other libraries #4740
2015-06-26 09:24:50 -04:00
itokentr
324dfabbff node: Add module "constants". 2015-06-23 19:45:09 +09:00
itokentr
a44984a2d9 node: Add methods fs.access(), fs.accessSync and related constants. 2015-06-23 19:43:59 +09:00
itokentr
979de8c421 node: Add methods Buffer.compare(), NodeBuffer.equals() and NodeBuffer.compare(). 2015-06-23 19:42:58 +09:00
Masahiro Wakame
c6e59c3d79 Merge pull request #4612 from chbrown/NodeBuffer-additions
Add {read,write}{U,}Int{LE,BE} methods to NodeBuffer interface
2015-06-14 17:16:59 +09:00
Christopher Brown
b9804ec753 Add Sync versions for all convenience methods in Node.js's built-in 'zlib' module 2015-06-10 13:40:24 -05:00
Christopher Brown
76b5640ff7 Add {read,write}{U,}Int{LE,BE} methods to NodeBuffer interface 2015-06-10 13:33:24 -05:00
Steve Ognibene
260acf401c Reviewed Buffer and path. Got started on fs. 2015-06-08 20:03:15 -04:00
bls
0d8680a11b Add tls.createSecureContext to node.js typing. 2015-06-04 17:46:55 +10:00
Guilherme Bernal
9d44f705de node: Declare global.gc()
This function is available with the node flag --expose-gc
2015-05-08 15:07:22 -03:00
Elisée
bbb3bc0690 Add overload for http.Server.listen
The backlog parameter should be optional while still accepting the port parameter.
2015-04-30 01:14:30 +02:00
Oleg Grigoriev
5235188489 node: interface Global of 'global' object 2015-04-26 15:24:31 +03:00
ninjuki
f0aa550707 NodeJs exec function optional callback parameter 2015-04-18 10:10:48 +02:00
Masahiro Wakame
dbdfabfc31 Merge pull request #3971 from progre/feature/node-http-incommingmessage
node.d.ts fix ServerRequest/ClientResponse to IncomingMessage
2015-04-03 01:33:39 +09:00
vvakame
e30c79d328 add posix and win32 object to node/path 2015-04-02 01:58:04 +09:00
PROGRE
9626637b27 fix optionals 2015-03-30 12:39:33 +09:00
progre
7dd54357a8 fix ServerRequest to IncomingMessage 2015-03-27 19:42:43 +09:00
progre
4f1e6ccc1b add ClientResponse for compatibility 2015-03-26 22:07:01 +09:00
progre
16f4b2bad2 fix ClientResponse to IncommingMessage 2015-03-26 22:02:03 +09:00
Masahiro Wakame
55fec1832e Merge pull request #3908 from impinball/patch-1
Fix ErrnoException `errno` type
2015-03-21 13:17:50 +09:00
Masahiro Wakame
953a526cea Merge pull request #3883 from progre/feature/node_readablestream#read
node.d.ts ReadableStream#read fix return type with union type
2015-03-21 11:45:10 +09:00
impinball
05681c698d Test for fixed ErrnoException property 2015-03-19 03:32:47 -04:00
impinball
66a74b699d Test for fixed ErrnoException property 2015-03-19 03:27:37 -04:00
impinball
6dfc9b47d2 Fix ErrnoException
See https://github.com/joyent/node/blob/v0.12.0-release/src/node.cc#L762
2015-03-19 03:12:46 -04:00
impinball
f7a0bc8ee1 Fix ErrnoException
See https://github.com/joyent/node/blob/v0.11.13-release/src/node.cc#L752
2015-03-19 03:11:03 -04:00
impinball
901808304d Fix ErrnoException
See https://github.com/joyent/node/blob/v0.10.1-release/src/node.cc#L750
2015-03-19 03:08:38 -04:00
impinball
473f43fcba Add ErrnoException
See https://github.com/joyent/node/blob/v0.8.8-release/src/node.cc#L769-L806
2015-03-19 03:07:02 -04:00
progre
eb099245aa add missing property 2015-03-17 19:49:54 +09:00
progre
47a28ab779 fix readable#read type 2015-03-17 16:27:38 +09:00
progre
f2a71fe271 fix readablestream#read type 2015-03-17 10:56:49 +09:00
Masahiro Wakame
6cb03f80c4 Merge pull request #3862 from ericlu88/node
Expose execFileSync in node typing
2015-03-15 23:03:06 +09:00
Eric Lu
2a5047b298 Expose execFileSync in node typing 2015-03-13 10:22:56 -07:00
Rogier Schouten
aaa8820f26 Improved typings for http.ClientRequest, http.ClientResponse, http.request() and http.get(). 2015-03-11 15:21:37 +01:00
Masahiro Wakame
1d08e36fe3 Merge pull request #3800 from reppners/node
+ added missing typings to node path module including tests
2015-03-05 23:20:29 +09:00
Masahiro Wakame
168d74e7c4 Merge pull request #3787 from rogierschouten/node-http-agent
Add http.Agent to node.js typings
2015-03-05 22:21:29 +09:00
Masahiro Wakame
99309c89eb Merge pull request #3737 from kanreisa/master
Fix some incorrect types of socket.io.d.ts / node.d.ts.
2015-03-05 21:50:46 +09:00
reppners
6bfdd921c1 + added missing typings to node path module including tests 2015-03-05 11:19:07 +01:00
Rogier Schouten
369935805c Add http.Agent to node.js typings 2015-03-04 13:57:57 +01:00