Masahiro Wakame
9dcfafacb5
Merge pull request #1811 from ufon/master
...
Restify routing
2014-03-09 17:04:04 +09:00
Václav Oborník
f788ac6ca4
renamed 'next' intarface to 'Next'
2014-03-09 06:23:11 +01:00
Masahiro Wakame
aa0a231d6c
Merge pull request #1809 from ofirgeller/master
...
strings for templates. parameters and return types for callbacks. renames interfaces to have I as prefix
2014-03-09 13:46:06 +09:00
Masahiro Wakame
ab967c8aaa
Merge pull request #1815 from JoshRosen/rx-export
...
Export Rx as "rx" module for CommonJS loading
2014-03-09 12:40:12 +09:00
Masahiro Wakame
b676838c40
Merge pull request #1810 from gyohk/master
...
added classes that has not been documented, and deleted classes ...
2014-03-09 12:06:52 +09:00
Josh Rosen
12366aca7e
Export as "rx" module for CommonJS loading.
2014-03-08 17:10:29 -08:00
Bart van der Schoor
4f75bef422
Merge pull request #1814 from Bartvds/def/bluebird
...
Converted the bluebird definitions to generics
2014-03-09 00:12:59 +01:00
Bart van der Schoor
a490e14f01
Small fixes for bluebird generics
2014-03-09 00:04:03 +01:00
Bart van der Schoor
64a7c7e391
Second pass at bluebird generics for TS > v0.9.7 (v1.0.0)
...
Rebased on recent infrastructure
2014-03-09 00:04:03 +01:00
Bart van der Schoor
5e338fd078
first pass at making bluebird promise definitions generic
...
! not ready to merge !
definitions and tests should have all the methods, but:
* some missing overloads
* some problematic members
* some members or tests commented out
2014-03-09 00:02:58 +01:00
Václav Oborník
5eaf82aa6a
method Server.use can accept arrays of RequestHandlers
2014-03-08 15:50:08 +01:00
Václav Oborník
ac22449387
added 'next' interface, route binding methods can have multiple request handlers and accepts arrays of handlers
2014-03-08 15:38:17 +01:00
satoru kimura
51b93b972b
added classes that has not been documented, and deleted classes that does not exist in the source code.
...
modified definition for Loader related class along the source code.
fixed some mistakes.
2014-03-08 22:55:04 +09:00
ofirgeller
1d2781cde3
return true so the select takes place
2014-03-08 14:37:58 +02:00
ofirgeller
7807578ff2
rename to match the I afix
2014-03-08 14:33:53 +02:00
ofirgeller
2cd889f4d1
explicit <any>
...
the event can be more specific. will check later
2014-03-08 14:33:09 +02:00
ofirgeller
ed33f07cbc
added the prefix I to interfaces.
2014-03-08 08:16:54 +02:00
ofirgeller
003a596c77
fixed naming
2014-03-08 08:12:15 +02:00
ofirgeller
8db2a16ea7
added row def and more strong typing for callbacks and tamplates
2014-03-08 08:07:22 +02:00
Masahiro Wakame
d5881021ab
Merge pull request #1807 from Bartvds/fixes/tester
...
Fixes for test runner
2014-03-08 14:32:55 +09:00
Masahiro Wakame
9c210f6fe2
Merge pull request #1805 from pjmagee/master
...
Added definitions for JQuery plugin tooltipster
2014-03-08 14:26:36 +09:00
Masahiro Wakame
bad6ce3902
Merge pull request #1803 from ufon/master
...
Request.query is any
2014-03-08 14:22:02 +09:00
Masahiro Wakame
69aa11a009
Merge pull request #1747 from pelotom/vega-runtime-components
...
Typings for Vega runtime components
2014-03-08 14:15:52 +09:00
Bart van der Schoor
967dae3a67
changed runner Syntax pass to only compile declarations
2014-03-08 02:09:36 +01:00
Bart van der Schoor
751c92514b
added --sourcemap to compile bat
2014-03-08 01:26:06 +01:00
Bart van der Schoor
0119825e4a
allow magic branch to run full test
2014-03-08 01:25:43 +01:00
Bart van der Schoor
c70eba3237
fixed async flaw in test runner
...
silly flow problem could bypass concurrency limits
2014-03-08 01:06:08 +01:00
Patrick Magee
951a4d9f87
Added definitions for JQuery plugin tooltipster
...
Definitions for tooltipster jQuery plugin including tests for
definitions.
Included are some documentation on the typed definition functions making
use of JSDoc TypeScript support. As well as some examples.
Updated the readme to include the new Typed Definition.
Included empty tscparams files to be consistent with other definitions
in the project.
2014-03-07 22:52:54 +00:00
Václav Oborník
1f92231282
Request.query is any
2014-03-07 22:43:01 +01:00
Bart van der Schoor
05bf443865
Merge pull request #1800 from Bartvds/def/connect
...
Fixed tests for microsoft-live-connect
2014-03-07 21:14:19 +01:00
Bart van der Schoor
c1b45ba7c4
Fixed tests for microsoft-live-connect
2014-03-07 19:54:09 +01:00
Bart van der Schoor
3da6e16440
Merge pull request #1798 from Bartvds/def/lazy.js
...
Converted lazy.js to generics
2014-03-07 19:29:52 +01:00
Bart van der Schoor
a6964c6bf2
small fixes to Lazy.js
2014-03-07 19:01:24 +01:00
Masahiro Wakame
5aea981b63
Merge pull request #1782 from keesey/master
...
PhantomJS update
2014-03-08 00:02:51 +09:00
John Reilly
c0069024a7
Merge pull request #1796 from santialbo/restify-handler
...
Fix typo on restify type definition - thanks chap!
2014-03-07 14:13:38 +00:00
Santi Albo
7a521a2f56
Fix typo on restify type definition
2014-03-07 14:05:23 +00:00
Masahiro Wakame
bacd9d31e0
Merge pull request #1795 from MissFishie/patch-1
...
Fix incorrect return type for PieLayout methods
2014-03-07 21:34:25 +09:00
Masahiro Wakame
cf855e94c2
Merge pull request #1793 from slozier/patch-1
...
JQueryUI: Added the toArray method to sortable
2014-03-07 21:28:15 +09:00
Masahiro Wakame
e26acc25c6
Merge pull request #1792 from audetpascale/patch-2
...
Add getPlaylistIndex()
2014-03-07 21:25:24 +09:00
Masahiro Wakame
0f52f43a08
Merge pull request #1791 from niemyjski/patch-2
...
Changed SetDefaults to config.
2014-03-07 21:23:54 +09:00
Masahiro Wakame
c7ee7add37
Merge pull request #1790 from pjmagee/master
...
Added definitions for JQuery plugin jSignature
2014-03-07 21:22:57 +09:00
Masahiro Wakame
6bce7b7e3c
Merge pull request #1789 from memetolsen/patch-2
...
Added x and y getters on Element.
2014-03-07 21:21:56 +09:00
Masahiro Wakame
88c4fe87a5
Merge pull request #1781 from drewnoakes/master
...
Add declarations for "Dock Spawn" library.
2014-03-07 21:03:32 +09:00
Masahiro Wakame
fb1f012764
Merge pull request #1778 from Dashue/googlemaps.infobubble.getposition
...
added getPosition();
2014-03-07 20:51:41 +09:00
Masahiro Wakame
8423ec4733
Merge pull request #1777 from JohnKurlak/master
...
jasmine-jquery: Make second parameter of toHaveAttr() and toHaveProp() optional
2014-03-07 20:47:17 +09:00
Masahiro Wakame
e37f50d3d6
Merge pull request #1776 from smrq/master
...
Phonegap declarations now compile with --noImplicitAny
2014-03-07 20:44:13 +09:00
Masahiro Wakame
f46b41a1c2
Merge pull request #1775 from ufon/master
...
Moved definitions to 'restify' namespace, added inheritance of Server, Request and Response
2014-03-07 20:42:48 +09:00
Masahiro Wakame
a71e79c0ff
Merge pull request #1761 from apuchkov/master
...
Fix angularjs/angular-route.d.ts
2014-03-07 20:37:23 +09:00
Masahiro Wakame
c5917e86a3
Merge pull request #1744 from SomaticIT/fix-komapping
...
Add amd definition for knockout.mapping
2014-03-07 20:30:09 +09:00
Masahiro Wakame
a537120bf8
Merge pull request #1743 from SomaticIT/fix-ko
...
Fix knockout ko.utils.stringifyJson definition
2014-03-07 20:23:51 +09:00