Commit Graph

4309 Commits

Author SHA1 Message Date
John Vilk
3a583df3e4 FileSystem root is a DirectoryEntry.
This is specified in the official standard:
http://www.w3.org/TR/file-system-api/#the-filesystem-interface

Interestingly enough, these typings already specify the `root` of
FileSystemSync (the synchronous version of the API) to be a DirectorySync. This must have been an oversight of the original author of these typings.
2014-03-24 12:24:46 -04:00
John Reilly
efd1ae8747 Merge pull request #1907 from johnnyreilly/master
jQuery: remove unused resolve
2014-03-24 13:05:34 +00:00
John Reilly
a8890740fc jQuery: remove unused resolve 2014-03-24 12:59:48 +00:00
Boris Yankov
4085f85dc4 Merge pull request #1832 from sledorze/master
Take account of polymorphism into Async signatures - was really missing..
2014-03-24 01:35:43 +02:00
Masahiro Wakame
486d47c1a5 Merge pull request #1898 from borisyankov/assert
Update assert.d.ts
2014-03-23 15:51:58 +09:00
vvakame
d7c37f857f Update assert.d.ts 2014-03-23 15:50:05 +09:00
Basarat Ali Syed
781466db1c Merge pull request #1896 from loyd/node
node: rename net.NodeSocket and http.NodeAgent
2014-03-23 15:00:44 +11:00
Basarat Ali Syed
8e917bcb2b Merge pull request #1897 from borisyankov/def/momentjs
momentjs update
2014-03-23 13:25:53 +11:00
Paul Loyd
0cdeaaa3a7 node: rename http.NodeAgent to http.Agent and net.NodeSocket to net.Socket 2014-03-22 21:29:50 +04:00
Basarat Ali Syed
2118c412b5 Merge pull request #1891 from YousefED/patch-1
Update greensock.d.ts
2014-03-22 16:56:15 +11:00
Basarat Ali Syed
626cdd625f momentjs update
* fixed indentation
* added property "version"
* using MomentStatic to be consistent with other definitions
2014-03-22 13:07:10 +11:00
John Reilly
3c0c933a91 Merge pull request #1892 from bczengel/fix_jquery_deferred_resolve
First arg of resolve method should be optional.
2014-03-21 18:37:03 +00:00
Brian Zengel
622cb22a69 First arg of resolve method should be optional.
This is because you may want to resolve a deferred without passing anything.
2014-03-21 13:57:19 -04:00
Yousef
d0c677de5d Update greensock.d.ts
added TimelineLite.set
2014-03-21 14:33:04 +01:00
John Reilly
b13e3bafac Merge pull request #1890 from johnnyreilly/master
jQuery-validate: interface JSDoc
2014-03-21 09:03:04 +00:00
John Reilly
e984ccc6e3 jQuery-validate: interface JSDoc 2014-03-21 08:59:20 +00:00
John Reilly
8fb5e42ac3 Merge pull request #1886 from johnnyreilly/master
adding JSDoc
2014-03-21 08:57:16 +00:00
John Reilly
c765fad27f jQuery-validate: fix up 2014-03-21 08:50:24 +00:00
Basarat Ali Syed
0e44839eea Merge pull request #1889 from borisyankov/def/kineticjs
KineticJS initial commit of definitions
2014-03-21 16:57:28 +11:00
Basarat Syed
85ade7c477 KineticJS initial commit of definitions 2014-03-21 16:54:46 +11:00
Igorbek
cc3b5a791c Merge pull request #1881 from ufon/master
socket.io: added handshake; supertest: override set method.
2014-03-20 11:33:23 -07:00
John Reilly
6a22fbb286 jQuery-validate 2014-03-20 17:17:16 +00:00
John Reilly
21092d44c8 Merge pull request #1884 from johnnyreilly/master
jQuery.validation:started JSDoc for jQuery val
2014-03-20 14:19:11 +00:00
John Reilly
1485111fcf jQuery.validation:started JSDoc for jQuery val 2014-03-20 14:10:17 +00:00
Masahiro Wakame
c1f3e77bba Merge pull request #1882 from borisyankov/added-assert
Added assert.d.ts
2014-03-20 17:24:28 +09:00
vvakame
749e409bfc fix travis-ci failed 2014-03-20 17:22:59 +09:00
vvakame
8a2f7f1a1d Added assert.d.ts 2014-03-20 17:20:29 +09:00
Václav Oborník
efcd438cbc Supertest - added query, send methods 2014-03-20 08:19:49 +01:00
Václav Oborník
077b00386c Override set method for supertest Request 2014-03-20 08:03:46 +01:00
Václav Oborník
efc61c9d55 added handshake data to socket.io Socket interface 2014-03-20 07:57:12 +01:00
Igorbek
406351308c Merge pull request #1878 from Igorbek/master
RxJS: updated to version 2.2.17
2014-03-19 06:32:11 -07:00
Igor Oleinikov
d232e4915f Merge branch 'RxJS-2.2.17' 2014-03-19 17:22:49 +04:00
Igor Oleinikov
5665d2fdb5 Merge remote-tracking branch 'remotes/upstream/master' 2014-03-19 17:22:35 +04:00
Igor Oleinikov
0de8db56da Added rx.lite.d.ts with reference to all common parts with other modules and specific methods. 2014-03-19 17:19:26 +04:00
Igor Oleinikov
fcbd7b6ba9 Extracted common part of definitions of rx.backpressure.d.ts and rx.lite.d.ts into rx.backpressure-lite.ts. 2014-03-19 17:18:35 +04:00
Igor Oleinikov
a396155280 Extracted common part of defintitions of rx.time.d.ts and rx.lite.d.ts into rx.time-lite.ts. 2014-03-19 17:14:07 +04:00
Igor Oleinikov
d247ddf47b Removed incorrect methods from rx.time.d.ts and updated header; 2014-03-19 16:55:41 +04:00
Igor Oleinikov
cf83a0f9bf Fixed Observer derived class in rx.testing.d.ts 2014-03-19 16:48:03 +04:00
Igor Oleinikov
a837a49c69 Turned Observer from class to interfaces. 2014-03-19 16:42:45 +04:00
Igor Oleinikov
4800dc38a7 Fixed reference in rx.binding-lite.ts 2014-03-19 16:20:39 +04:00
Igor Oleinikov
eea2b04a5a Renamed lighted versions to names without .d.ts to exclude from building. 2014-03-19 16:16:46 +04:00
Igor Oleinikov
2d8a49a676 Added reference of rx-lite.d.ts to rx.binding-lite.d.ts. 2014-03-19 16:09:01 +04:00
Igor Oleinikov
723779e7c1 Extracted common part of definitions of rx.binding.d.ts and rx.lite.d.ts into rx.binding-lite.d.ts. 2014-03-19 16:05:20 +04:00
Igor Oleinikov
1094494b18 Fixed publishValue and replay method signatures;
Added `shareValue` and `replayWhileObserved` methods.
2014-03-19 15:52:52 +04:00
Igor Oleinikov
f8031be545 Added multicast and share methods in rx.binding.d.ts;
Fixed defintions of `publish`, `publishLast` and `publishValue` methods.
2014-03-19 15:40:10 +04:00
Igor Oleinikov
d6da8b051f Extracted common part of definitions of rx.lite and rx.async into rx.async-lite.d.ts 2014-03-19 14:43:50 +04:00
Masahiro Wakame
6b72457a79 Merge pull request #1876 from gyohk/master
corrected some descriptions of the Clock class.
2014-03-19 19:42:40 +09:00
Masahiro Wakame
3de1c2c20e Merge pull request #1875 from scottmcarthur/patch-2
angular.d.ts IDocumentService extends IAugmentedJQuery
2014-03-19 19:42:16 +09:00
Igor Oleinikov
2f079e5681 Reverted toPromise to rx-lite.d.ts 2014-03-19 14:41:13 +04:00
Masahiro Wakame
b67ff83961 Merge pull request #1874 from dasa/patch-1
Add definitions for 'parallelLimit'.
2014-03-19 19:41:03 +09:00