Commit Graph

296 Commits

Author SHA1 Message Date
Ryan Cavanaugh
a5f4d50ccc Fix tsconfig files for new option name / behavior.
Also fixes some inconsistent whitespace.
2016-07-12 13:54:56 -07:00
yortus
e1c0f609b7 node.d.ts: add console global var, Console class and "console" module 2016-07-07 12:34:20 +08:00
Raghav Katyal
395c4e1639 Turning on consistent casing flag and fixing failures 2016-06-30 15:14:49 -07:00
Raghav Katyal
89cb02de7d Fixing test failures 2016-06-27 17:40:37 -07:00
Ryan Cavanaugh
185c8f30b6 Fix more reference paths 2016-05-11 16:31:46 -07:00
Ryan Cavanaugh
612c172c52 Use correct test list 2016-05-10 12:28:03 -07:00
Ryan Cavanaugh
bfd400a8f8 Add noEmit to all config files 2016-05-10 12:24:49 -07:00
Ryan Cavanaugh
e808e8e062 Remove unneeded references 2016-05-10 12:22:25 -07:00
Ryan Cavanaugh
50387d4046 Change relative reference paths to types references. Errors incoming... 2016-05-09 18:06:27 -07:00
Ryan Cavanaugh
49b1ac6a38 Rename all entry points to index.d.ts and explicitify all file lists 2016-05-09 17:29:10 -07:00
Ryan Cavanaugh
ab2b4191c5 Add typesRoot to all config files 2016-05-09 13:52:25 -07:00
Ryan Cavanaugh
33686b47c5 Lots of fixes 2016-05-04 16:30:29 -07:00
Ryan Cavanaugh
ded70421be Turn off strict null checks 2016-05-04 15:08:38 -07:00
Ryan Cavanaugh
69d1929d8a Add tsconfig.json files 2016-05-04 14:14:39 -07:00
Ryan Cavanaugh
dc851736af Delete unused tscparams 2016-04-27 20:42:33 -07:00
Ryan Cavanaugh
e7c111c4b7 Merge remote-tracking branch 'upstream/master' into types2.0
Add tsconfig files everywhere

# Conflicts:
#	azure-mobile-services-client/AzureMobileServicesClient.d.ts
#	bookshelf/bookshelf.d.ts
#	hapi/hapi.d.ts
#	helmet/helmet.d.ts
#	mongodb/mongodb.d.ts
#	nock/nock.d.ts
#	react-bootstrap/react-bootstrap.d.ts
#	react-helmet/react-helmet.d.ts
#	restify/restify.d.ts
#	sequelize/sequelize.d.ts
2016-04-27 20:40:21 -07:00
hellopao
1fa3e10e01 update cluster module for node.d.ts (#9074) 2016-04-23 23:39:14 +09:00
trevj
484e00f72f Node.js Buffer should be useable as a Uint8Array and is missing a constructor (#8919)
* make NodeBuffer extend Uint8Array

* add missing Buffer(ArrayBuffer) constructor

* add TODOs for missing Buffer methods
2016-04-12 23:20:33 +09:00
rhysd
292e56b5ac node.d.ts: Fix errors reported by 'tsc --target es6 --noImplicitAny' 2016-03-30 15:47:09 +09:00
rhysd
13bc8b8337 node.d.ts: Create tests for "vm" module 2016-03-30 14:58:30 +09:00
rhysd
984de2a7a7 node.d.ts: Update "vm" module (node 5.9.1)
https://nodejs.org/api/vm.html
2016-03-30 14:58:25 +09:00
Masahiro Wakame
315f5612ce Merge pull request #8576 from mrgleba/CipherStream
Cipher/decipher streams
2016-03-19 12:30:40 +09:00
Masahiro Wakame
b23bcd7ff4 Merge pull request #8575 from mrgleba/ClientRequest
node: ClientRequest headers
2016-03-19 12:23:03 +09:00
vvakame
7de6c3dd94 Merge branch 'master' into rename-repo-url 2016-03-17 21:06:54 +09:00
vvakame
14fe4313f4 replace internal module to namespace 2016-03-17 02:18:10 +09:00
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
vvakame
39812a6b1c improve node.d.ts child_process definitions 2016-03-16 13:20:00 +09:00
vvakame
45ac539215 extract options interface in node.d.ts child_process 2016-03-16 11:06:26 +09:00
mrgleba
decc80ad2c Cipher/decipher streams 2016-03-15 19:51:30 +01:00
mrgleba
6767a205f4 ClientRequest headers 2016-03-15 19:44:23 +01:00
Masahiro Wakame
81506d0602 Merge pull request #8489 from cjbarth/node-cipher
Node cipher
2016-03-12 01:24:51 +09:00
Masahiro Wakame
be55527d45 Merge pull request #8450 from cjbarth/master
Add support for getConnections on http.Server
2016-03-12 01:23:39 +09:00
Barth, Chris
38d1672e5a Update node cipher definitions 2016-03-10 14:53:00 -05:00
Barth, Chris
c8c4d07df6 Better support for net.Server 2016-03-10 14:11:45 -05:00
Rafael Maiolla
1e1636769b Update node.d.ts
Add missing overload and set proper optional parameters
https://nodejs.org/dist/latest-v4.x/docs/api/fs.html#fs_fs_writesync_fd_buffer_offset_length_position
2016-03-09 23:15:17 -03:00
vvakame
48c1e3c1d6 fix node/node.d.ts fixes #8265 2016-02-26 22:23:28 +09:00
Masahiro Wakame
c2f07ae49c Merge pull request #8246 from chrootsu/node-emitter-this-typing
node: improved EventEmitter's definition with this-typing
2016-02-26 20:59:09 +09:00
Masahiro Wakame
6444d11fc1 Merge pull request #8223 from elisee/node-no-asset-typo
node: Fix typo in readUInt8 "noAssert" parameter name
2016-02-26 20:22:23 +09:00
Ilya Mochalov
abc2bcfb85 node: improved EventEmitter's definition with this-typing 2016-02-25 02:10:08 +05:00
Elisée Maurer
58aa81d0f9 node: Fix typo in readUInt8 "noAssert" parameter name 2016-02-23 14:04:56 +01:00
Barth, Chris
c5931169fc Add support for process.domain and some other process stuff #5703 2016-02-22 14:20:43 -05:00
Mehrdad Reshadi
263705d313 Update node.d.ts 2016-02-17 13:20:56 -08:00
vvakame
4de74cb527 normalize line ending (CRLF -> LF) 2016-02-16 01:20:30 +09:00
Masahiro Wakame
366b936e62 Merge pull request #8089 from asgoth/feature/node-changes
Improves nodejs typings for Process & ChildProcess
2016-02-15 23:04:22 +09:00
Masahiro Wakame
fcc70f5cce Merge pull request #7086 from r-ising/master
update node.d.ts (publicEncrypt & privateDecrypt)
2016-02-15 22:13:00 +09:00
Louis De Bevere
183ca9d7fb Improves nodejs typings for Process & ChildProcess 2016-02-14 20:05:23 +01:00
John Vilk
aee0039a2d [node] Export Buffer and SlowBuffer from "buffer" module. 2016-02-04 19:40:44 -05:00
Masahiro Wakame
1c56e368e1 Merge pull request #7763 from AyaMorisawa/node-cluster-overload-on
Overload cluster.on
2016-01-25 12:38:10 +09:00
Aya Morisawa
fd8deba964 Overload cluster.on 2016-01-25 00:02:58 +09:00
Aya Morisawa
f25f550bfb Add missing semicolon 2016-01-24 23:36:49 +09:00