Commit Graph
2606 Commits
Author SHA1 Message Date
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
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
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
Igor Oleinikov 2b99487a28 Added tests for ix.d.ts
- added tests of all functions defined in ix.d.ts Enumerable
- minor fix in ix.d.ts
2013-10-26 16:24:49 +04:00
Igor Oleinikov af0f9c4bf5 Added tests for ix.d.ts
Tested all functions defined in ix.d.ts in EnumerableStatic
2013-10-26 14:58:43 +04:00
Igor Oleinikov 019e4dd667 Removed Comparer from ix.d.ts (alreadu defined in l2o.d.ts) 2013-10-26 14:56:18 +04:00
Igor Oleinikov 6dd6462da3 Added tests for l2o.d.ts
Tests for all functions defined in Enumerable and EnumerableStatic
2013-10-26 14:39:55 +04:00
Igor Oleinikov 0963cde2ee Fixed several bugs in l2o.d.ts
- fixed Enumerator variable type
- added Comparer interface
- added return alias for returnValue
- minor fixes
2013-10-26 14:39:04 +04:00
basarat 0a5bfc147a Merge pull request #1183 from derekcicerone/patch-27
Fix future bug in slickgrid.d.ts
2013-10-25 15:35:12 -07:00
Derek Cicerone 1e83c5da21 Fix future bug in slickgrid.d.ts
Really subtle bug: the function should be using the class generic parameter - not a new one just for the method.
2013-10-25 17:39:28 -04:00
Igor Oleinikov 0efbf15672 Fixed formatting 2013-10-25 19:21:41 +04:00
Igor Oleinikov ffee8db898 Added missed return type for Ix.Disposable.dispose 2013-10-25 17:30:07 +04:00
Igor Oleinikov 338e04943c Added file descriptions 2013-10-25 17:23:09 +04:00
Igor Oleinikov dd5b76560b Added type definitions for IxJs/ix.js. 2013-10-25 17:13:23 +04:00
Igor Oleinikov 32adbb82c9 Created Disposable (for ix.js); Removed generative type recursion
Via TS spec #3.5.2 generative recursive are disallowed (restriction will
be removed in the future), so added workaround.
Disposable interface extracted from Enumerator
2013-10-25 16:50:17 +04:00
Igor Oleinikov 4f1786355c Added type definitions for IxJS (only for l2o.js)
Added type definitions for IxJS project v1.0.6
(https://github.com/Reactive-Extensions/IxJS) only for core Linq to
Objects (l2o.js).
2013-10-25 13:55:57 +04:00
basarat 45e8e755f3 Merge pull request #1179 from kkolstad-trov/master
Add $addControl and $removeControl to IFormController
2013-10-25 02:04:41 -07:00
Kenneth Kolstad 1bf0e657ee Add $addControl and $removeControl to IFormController 2013-10-25 02:39:36 -04:00
basarat 759edbde19 Merge pull request #1177 from nicholashead/patch-1
Update jquery.timeago.d.ts to remove ç character from name, causes compi...
2013-10-24 17:13:44 -07:00
basarat d487102279 Merge pull request #1174 from derekcicerone/patch-24
Fix future bugs in backbone.d.ts
2013-10-24 17:11:59 -07:00
basarat bf0ed623b1 Merge pull request #1178 from derekcicerone/patch-26
Fix future bug in require.d.ts
2013-10-24 17:09:47 -07:00
basarat 00f1d7c178 Merge pull request #1168 from daptiv/update-mocha
Update Mocha with additional methods and members
2013-10-24 17:07:02 -07:00
basarat fc35891ebd Merge pull request #1171 from daptiv/angular-1.2-definitions
Angular 1.2 definitions
2013-10-24 17:05:16 -07:00
Derek Cicerone fe4b190435 Fix future bug in require.d.ts
Callbacks need to use 'Function' if the arguments to it aren't known ahead of time - see discussion here: https://typescript.codeplex.com/discussions/462819
2013-10-24 19:10:25 -04:00
nicholashead e6edd7b15f Updates jquery.timeago.d.ts to be UTF-8 2013-10-24 15:42:24 -07:00
Nicholas Head 008fa3ae35 Update jquery.timeago.d.ts to remove ç character from name, causes compile errors 2013-10-24 14:52:52 -07:00
Jacob Boland 603d36d40c Reimplement earlier changes to header 2013-10-24 12:55:02 -07:00
Jacob Boland f1f15ffd03 Fix parameter types which were actually variable names implicitly defined as any 2013-10-24 12:49:28 -07:00
Derek Cicerone bacdd2e984 Fix future bugs in backbone.d.ts
Callbacks need to use Function if the arguments to it aren't known ahead of time - see discussion here: https://typescript.codeplex.com/discussions/462819
2013-10-24 14:40:40 -04:00
akalman 4dafacebea put done interface into a module. 2013-10-24 10:21:17 -07:00
John Emau 4d3715ca67 reverted accidental removal of author comment from angular-mocks.d.ts 2013-10-24 07:14:18 -07:00
John Emau 67d306f4e9 reverted accidental removal of author comment 2013-10-24 07:04:15 -07:00
basarat 06944491b0 Merge pull request #1169 from daptiv/update-chai
Update chai
2013-10-23 17:34:30 -07:00
John Emau aed0b9670e updated angular readme to mention new ng.route module 2013-10-23 16:28:25 -07:00
akalman 68df744fd6 add done type. 2013-10-23 15:19:01 -07:00
John Emau d5d2fe59d6 fixed angular version labels in comments 2013-10-23 15:03:09 -07:00
John Emau 912097ef16 adding missing tscparam files for needed angular files 2013-10-23 14:55:47 -07:00
John Emau 5078772afb fixing error in angular-1.0 tests 2013-10-23 14:55:47 -07:00
Jared Reynolds 9ba67fffd6 Updated angular IDirective for 1.2.0
Conflicts:
	angularjs/angular.d.ts
2013-10-23 14:55:47 -07:00
Jared Reynolds 604c5b5d6f Added tests for angular resource type definitions 2013-10-23 14:55:46 -07:00
Jacob Boland c8881ff07b Add IAttributes tests 2013-10-23 14:55:46 -07:00
Jacob Boland 027c81a0b0 Add IAttributes members and comments 2013-10-23 14:55:46 -07:00