Commit Graph
4335 Commits
Author SHA1 Message Date
Troy Gerwien a7829a1fd9 referenceable types throughout node and express
All node modules and classes can be referenced by type name. External
module support remains unchanged, but now static type information is
available for all node modules and types without needing to go through
the external module definitions.

Similar for express.
2014-03-28 22:32:20 +08:00
Troy Gerwien 4127970458 Merge branch 'master' of https://github.com/yortus/DefinitelyTyped 2014-03-28 22:18:18 +08:00
maanasa b47ce62205 Update typeahead-tests.ts
Adding tests for including options
2014-03-27 13:25:37 +08:00
maanasa 63199e8ecc Update typeahead-tests.ts 2014-03-27 13:25:36 +08:00
maanasa 08e8430ce5 Update typeahead.d.ts
added support for call typeahead(options, dataset) where options include hint, highlight and minLength all of which are optional.
2014-03-27 13:25:36 +08:00
Bart van der Schoor 2f592be9e6 Merge pull request #1905 from maanasa/master
Update typeahead.d.ts
2014-03-26 14:09:03 +01:00
maanasa ec0735af31 Update typeahead-tests.ts
Adding tests for including options
2014-03-26 17:45:30 +05:30
maanasa 64bd6c8132 Update typeahead-tests.ts 2014-03-26 17:04:20 +05:30
troy_paypac 31094e528b Merge branch 'master' of https://github.com/paypac/DefinitelyTyped 2014-03-26 15:05:30 +08:00
troy_paypac 1fd18add08 internal module defns for node and express 2014-03-26 15:04:06 +08:00
troy_paypac c69db70217 internal module defns for node and express 2014-03-26 14:58:30 +08:00
Basarat Ali Syed 9863c4af81 Merge pull request #1918 from borisyankov/def/momentjs
momentjs : fix external module definition + added tests
2014-03-26 16:21:55 +11:00
Basarat Syed 22e4f4f542 momentjs : fix external module definition + added tests 2014-03-26 16:20:28 +11:00
Bart van der Schoor 106ef57f9d Merge pull request #1917 from LiFeleSs/master
moved use() method from Doc to Parent interface
2014-03-25 22:50:43 +01:00
LiFeleSs 58509774b4 use method moved to Parent interface
moved the use method from doc interface to Parent interface so it can be used on all svgjs.element
2014-03-25 21:46:43 +01:00
Bart van der Schoor d4bca6a1f8 Merge pull request #1879 from jpmoodlerooms/master
Expose agent on supertest and cookie methods on superagent
2014-03-25 17:00:54 +01:00
Bart van der Schoor 5308bcd60e Merge pull request #1887 from panopticoncentral/master
Add missing methods to create npm publish tasks, added definitions for nomnom
2014-03-25 16:52:22 +01:00
Bart van der Schoor 508b0d76f3 Merge pull request #1903 from drewnoakes/smoothie
Update smoothe to v1.22
2014-03-25 16:50:20 +01:00
John Reilly 4cb28c018b Merge pull request #1910 from johnnyreilly/master
Q: Some JSDoc goodness
2014-03-24 18:38:58 +00:00
Igorbek 6b598914de Merge pull request #1909 from jvilk/filesystem-fixes
filesystem: `root` is a DirectoryEntry.
2014-03-24 10:54:45 -07:00
John Reilly 40e8f2f181 Q: Some JSDoc goodness
Created based on https://github.com/kriskowal/q/wiki/API-Reference
2014-03-24 16:55:35 +00:00
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
maanasa a00413743e Update typeahead.d.ts
added support for call typeahead(options, dataset) where options include hint, highlight and minLength all of which are optional.
2014-03-24 15:29:49 +05:30
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
Drew Noakes a5a45a0ae1 Update smoothe to v1.22 2014-03-23 20:08:42 +00: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
Paul Vick 9aef1ad84d Add typings for nomnom 2014-03-21 15:37:11 -07: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
Paul Vick 2da211a3a6 Add missing methods to create npm publish tasks 2014-03-20 15:31:56 -07: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