jvilk
569e4ae8b7
Merge pull request #1 from borisyankov/master
...
Updating local fork
2013-11-03 01:15:52 -08:00
basarat
4cec3659c7
Merge pull request #1214 from ashwinr/master
...
type directive factory with Function type
2013-11-01 16:31:10 -07:00
basarat
6cd538674b
Merge pull request #1213 from johnnyreilly/master
...
Modernizr: added autofocus support
2013-11-01 16:27:00 -07:00
basarat
98aefd3681
Merge pull request #1212 from bolhovsky/openlayers
...
Add OpenLayers definitions
2013-11-01 16:18:10 -07:00
Ashwin Ramaswamy
e47fd7152b
mocha's run callback is optional
2013-11-01 16:33:04 -04:00
Ashwin Ramaswamy
4157d2bf00
type directive factory with Function type
...
- the existing type fails with the stricter 0.9.5 compiler
2013-11-01 14:56:56 -04:00
John Reilly
351747995d
Modernizr: added autofocus support
2013-11-01 15:37:25 +00:00
bolkhovsky
d05a98b881
fix implicit annotations
2013-11-01 16:53:47 +04:00
bolkhovsky
8b93d8b26d
add credentials
2013-11-01 15:27:12 +04:00
bolkhovsky
2bdd32b4a6
fix file encoding
2013-11-01 15:26:47 +04:00
bolkhovsky
b5006a9086
add TODO anchors to estimate amount of definitions to implement
2013-11-01 14:15:39 +04:00
bolkhovsky
2838400693
more definitions added
2013-11-01 12:00:44 +04:00
basarat
d922319a86
Merge pull request #1205 from santialbo/patch-1
...
select2: set option parameter in matcher to any (small fix)
2013-10-31 07:47:27 -07:00
basarat
ac5e098377
Merge pull request #1206 from bolhovsky/leaflet
...
Fix Leaflet TileLayer.WMS class definition
2013-10-31 07:46:46 -07:00
basarat
722e2e5efd
Merge pull request #1208 from georgiosd/patch-4
...
Added args param to scope.$eval
2013-10-31 07:39:33 -07:00
Georgios Diamantopoulos
793b8296f2
Added args param to scope.$eval
2013-10-31 15:59:20 +02:00
bolkhovsky
842cb25dd1
fix OpenLayers definitions
2013-10-31 12:11:05 +04:00
bolkhovsky
84e6d1bec3
Add OpenLayers map viewing library definitions
2013-10-31 11:59:04 +04:00
bolkhovsky
1ebd49703a
Fix Leaflet TileLayer.WMS class definition
2013-10-31 11:46:43 +04:00
Santi Albo
000f090aff
(select2) set option parameter in matcher to any
2013-10-30 18:23:49 -07:00
basarat
934e166b17
Merge pull request #1201 from KhodeN/patch-1
...
Update sugar.d.ts: Fix Array.subtract
2013-10-29 23:55:45 -07:00
KhodeN
f8ef519140
Update sugar.d.ts
...
Fix Array.subtract
2013-10-30 17:07:53 +11:00
basarat
1bb113b03e
Merge pull request #1198 from georgiosd/patch-3
...
Fixes in latest NG pkg
2013-10-29 17:45:02 -07:00
basarat
ef8b59680b
Merge pull request #1191 from Igorbek/master
...
Fixed inheritance and function definitions in Kockout
2013-10-29 16:35:29 -07:00
basarat
296eca2989
Merge pull request #1193 from danludwig/danludwig/work
...
Add initial typescript definition file for google.visualization.
2013-10-29 15:35:58 -07:00
basarat
3b52e00a7d
Merge pull request #1195 from jeffmay/grunt-ts-defs
...
[master] Updated grunt declarations to match 0.4.x documentation.
2013-10-29 15:33:55 -07:00
Jeff May
05b6a0a1ca
Fixed implicitAny bugs.
2013-10-29 09:51:11 -04:00
Georgios Diamantopoulos
15f9750043
Fixes in latest NG pkg
...
`IAttributes` definition made it impossible to use scoped attributes - see my comments
`scope.$eval` was missing locals argument
`IDirective.controller` made it impossible to use minify-safe array notation, had to switch back to `any`
`IDirective.require` can be both `string` or `string[]` so changed back to `any`.
This will all be so much better once we get union support in TS...
2013-10-29 12:09:34 +02:00
basarat
aef30542c0
Merge pull request #1194 from danrspencer/patch-1
...
Prototype for createSpyObj to allow for typed spies
2013-10-28 18:01:03 -07:00
basarat
0af5b426d6
Merge pull request #1196 from derekcicerone/patch-25
...
Fix getItemById()
2013-10-28 17:48:18 -07:00
Derek Cicerone
3b64c0a072
Fix getItemById()
...
It was missing a necessary parameter.
2013-10-28 17:02:58 -04:00
Jeff May
56f5ab0ad8
Added Template and Util modules.
2013-10-28 15:07:55 -04:00
Jeff May
112ff52ba1
Switched to generic MultiTask for structured configuration.
2013-10-28 15:07:49 -04:00
Jeff May
85ec704f8d
Updated for contribution guidelines.
...
Conflicts:
README.md
2013-10-28 15:07:40 -04:00
Jeff May
ba9abec893
Updated grunt declarations to match 0.4.x documentation.
...
Had to weaken some return types for TypeScript (left comments).
Conflicts:
gruntjs/gruntjs.d.ts
2013-10-28 15:06:46 -04:00
danrspencer
9b980143a8
Prototype for createSpyObj to allow for typed spies
...
Added an overload to the prototype for createSpyObj to allow it to return a strongly typed spy object via use of generics
2013-10-28 15:58:45 +00:00
Dan Ludwig
c69454cb81
Add initial typescript definition file for google.visualization.
...
This is an initial d.ts for the google.visualization API, and is by no
means complete. It contains classes, interfaces, and functions for:
1. Loading visualization packages, and handling package load callbacks.
2. DataTable construction, manipulation, and creation from arrays.
3. Adding event listeners (minimal API, only 1 listener function def).
4. GeoChart construction & drawing.
A small tests file has also been added.
2013-10-28 11:10:24 -04:00
basarat
3c1c1fafcf
Merge pull request #1192 from derekcicerone/master
...
Add missing on() handler
2013-10-27 15:51:38 -07:00
Derek Cicerone
392b8a5a08
Add missing on() handler
...
This was was exposed by a recent update to jquery that tightened up the
typing for on().
Documentation for on(): http://api.jquery.com/on/
2013-10-27 17:17:13 -04:00
Igor Oleinikov
d0c36de348
Changed definitions in knockout.deferred.updates related to previous changes in knockout
...
deferUpdates define in KnockoutSubscription
2013-10-27 23:22:03 +04:00
Igor Oleinikov
5a2c16ed29
Changed definitions in knockout.validation related to previous changes in kockout
...
KnockoutObservableBase replaced by KnockoutObservable<any>
2013-10-27 22:06:54 +04:00
Igor Oleinikov
3039e58e38
Fixed inheritance and function definitions in Kockout
...
- fixed inheritance
- fixed fn definitions
- *Functions interfaces made generic to allow generic extensions
- added more options in KnockoutComputedDefintion
2013-10-27 21:44:37 +04:00
basarat
7e9bb33a5b
Merge pull request #1180 from Igorbek/master
...
Added type definition for IxJS project
2013-10-26 17:39:43 -07:00
basarat
a37b4f4a0b
Merge pull request #1187 from gandjustas/master
...
Added chrome control, ClientPeoplePicker and Reputation definitions.
2013-10-26 17:32:40 -07:00
basarat
78a63315c2
Merge pull request #1188 from kotas/add-greasemonkey
...
Add definitions for Greasemonkey API
2013-10-26 17:31:24 -07:00
basarat
5aec6d7cc1
Merge pull request #1190 from studiollama/patch-3
...
Added controllerAs to IRoute
2013-10-26 17:22:13 -07:00
studiollama
107312a84b
Added controllerAs to IRoute
2013-10-26 13:32:45 -07:00
gandjustas
80c04d0409
Added chrome control, ClientPeoplePicker and Reputation definitions.
2013-10-26 18:53:49 +04:00
kotas
030c0485dc
Add definitions for Greasemonkey user script
...
This commit adds greasemonkey.d.ts which defines global functions
and global variables provided to user scripts running on Greasemonkey.
2013-10-26 23:50:02 +09:00
Igor Oleinikov
68427a3c83
Added tests for Disposable, Enumerator, Dictionary, Lookup
...
- added tests for all functions defined in l2o.d.ts in Disposable,
Enumerator, Dictionary, Lookup
- removed workaround definitions for spec#3.5.2 (it produced more
problems)
- fixed Lookup.toEnumerable
2013-10-26 17:10:50 +04:00