Commit Graph
7895 Commits
Author SHA1 Message Date
Joel Mueller 73cb5747b3 Better typing for MithrilModule
Reflects that the view function can accept a controller and is required
to return a MithrilVirtualElement.
2015-01-24 18:19:17 -06:00
Joel Mueller e4b22c838c Added generics to promise/defer.
Allowing for better type-safety.
2015-01-24 18:17:38 -06:00
Joel Mueller ef95fea38b Fixing indentation to be consistent. 2015-01-24 10:46:52 -06:00
Joel Mueller 8e188ed9f2 Improvements to m.prop, m.redraw.strategy.
Makes m.prop() generic for better type inference, allows access to
m.redraw.strategy, which was previously impossible.
2015-01-24 10:44:04 -06:00
John Reilly 1c829808b6 Merge pull request #3513 from Asana/revert-3492-react-reactcomponent-type-insteadof-instance
Revert "Change most uses of ComponentClass<P> to a type that represents the class"
2015-01-24 06:06:39 +00:00
Vincent Siao 728e9693f2 Merge branch 'master' into revert-3492-react-reactcomponent-type-insteadof-instance 2015-01-23 17:50:44 -08:00
Vincent Siao 6006573224 Merge branch 'master' of github.com:Asana/DefinitelyTyped 2015-01-23 17:50:29 -08:00
Vincent Siao 196e671d9d Merge pull request #8 from borisyankov/master
Merge borisyankov:master into Asana:master
2015-01-23 17:50:19 -08:00
Vincent Siao f15df35e52 Merge branch 'master' into revert-3492-react-reactcomponent-type-insteadof-instance
Conflicts:
	react/react.d.ts
2015-01-23 16:05:04 -08:00
Basarat Ali Syed 43bb6a0ef4 Merge pull request #3527 from borisyankov/bas/breezeminor
restore ideablade link
2015-01-24 10:26:24 +11:00
Basarat Ali Syed ff8ec7e044 Update breeze.d.ts 2015-01-24 10:15:11 +11:00
Basarat Ali Syed bc055dd139 Merge pull request #3501 from steveschmitt/master
Update breeze.d.ts to Breeze 1.5.2
2015-01-24 10:14:16 +11:00
Masahiro Wakame 231eb882c1 Merge pull request #3464 from qinfchen/animation-frame
add animationframe type definition file
2015-01-24 04:02:55 +09:00
John Reilly acea1d8b36 Merge pull request #3521 from fullflavedave/master
Definitions for Meteor 1.0.3.1 and TypeScript 1.4
2015-01-23 07:30:52 +00:00
Vincent Siao 54e4632ca7 Revert "Change most uses of ComponentClass<P> to a type that represents the class"
This reverts commit 7bb2b48cd2.

Conflicts:
	react/react.d.ts
2015-01-22 18:51:18 -08:00
Dave Allen a451b00ed5 Fixed path to definitions in test. 2015-01-22 15:46:42 -08:00
Dave Allen aa3c40741a Fixed comment at top of definition file to conform to standards. 2015-01-22 15:43:07 -08:00
Dave Allen 25de4289ef Updated for Meteor 1.0.3.1 2015-01-22 15:35:30 -08:00
Dave Allen 6f947344ad Merge remote-tracking branch 'upstream/master' 2015-01-22 15:30:07 -08:00
John Reilly 20e56f1f30 Merge pull request #3509 from Asana/react-ts-1.4
Update react.d.ts for Typescript 1.4
2015-01-22 08:19:35 +00:00
Vincent Siao 80fe0ba5de Revert "Change most uses of ComponentClass<P> to a type that represents the class" 2015-01-21 20:17:22 -08:00
Horiuchi_H 4f0eec65af Merge pull request #3510 from xt0rted/bootbox-fix
Add missing semicolons
2015-01-22 10:07:42 +09:00
Brian Surowiec d4d9f88695 Add missing semicolons 2015-01-21 19:55:44 -05:00
Vincent Siao e12488eb5c Fix ReactType references and ReactNode types 2015-01-21 16:22:06 -08:00
Vincent Siao 8194252213 Update react.d.ts for Typescript 1.4 2015-01-21 15:51:16 -08:00
Vincent Siao 24ce5cba42 Merge pull request #6 from borisyankov/master
Merge borisyankov:master into Asana:master
2015-01-21 14:30:01 -08:00
John Reilly e0a774f721 Merge pull request #3500 from danielearwicker/master
Use union types (TS 1.4) for ko.unwrap and ko.utils.unwrapObservable
2015-01-21 09:23:25 +00:00
Steve Schmitt 6f60ee30b6 Fix bad merge 2015-01-20 22:59:47 -08:00
Steve Schmitt 0ea354f306 Merge branch 'master' of https://github.com/steveschmitt/DefinitelyTyped 2015-01-20 22:49:01 -08:00
Steve Schmitt 9a5c993fb1 Update to Breeze 1.5.2 2015-01-20 22:48:49 -08:00
Steve Schmitt bbb295a821 Update to Breeze 1.5.2 2015-01-20 22:13:42 -08:00
Daniel Earwicker 458c047f7e ko.utils.unwrapObservable uses union types 2015-01-20 21:59:36 +00:00
Daniel Earwicker 3497b7ecd3 ko.unwrap uses union types 2015-01-20 21:47:29 +00:00
Masahiro Wakame 0bf824eb63 Merge pull request #3496 from GothikX/patch-1
Added the serializer configuration option
2015-01-20 19:39:38 +09:00
Masahiro Wakame 9bd7fe69d9 Merge pull request #3495 from skeetmtp/master
Simplify JQueryPromise overloads thanks to Union types
2015-01-20 19:38:42 +09:00
Masahiro Wakame 2cc15ca575 Merge pull request #3492 from jbrantly/react-reactcomponent-type-insteadof-instance
Change most uses of ComponentClass<P> to a type that represents the class
2015-01-20 19:37:28 +09:00
Masahiro Wakame ff2b6f9b68 Merge pull request #3491 from qinfchen/sigmajs
update sigmajs type definition file
2015-01-20 19:36:25 +09:00
Masahiro Wakame 692de10737 Merge pull request #3486 from altano/master
Added typings for page
2015-01-20 19:32:11 +09:00
Alex Paven 34c247f4c5 Added the serializer configuration option
It's not specified in the documentation but it exists and it's definitely useful.
2015-01-20 10:32:04 +00:00
Alban Lecocq 4e303153ef Simplify JQueryPromise & JQueryGenericPromise overloads thanks to Union types 2015-01-20 10:51:39 +01:00
Masahiro Wakame f99f5be663 Merge pull request #3493 from gyohk/threejs-def
update to three.js r70.
2015-01-20 13:28:14 +09:00
satoru kimura 33bd3c9d76 update to three.js r70. 2015-01-20 13:19:00 +09:00
jbrantly 7bb2b48cd2 Change most uses of ComponentClass<P> to a type that represents the class
This more accurately reflects that createClass returns a class, not an
instance of a class. This will be more important as React v0.13 is released
which supports using ES6 classes as components.
2015-01-19 15:11:02 -05:00
Qinfeng Chen eebec8ccf1 update sigmajs type definition file 2015-01-19 13:11:05 -05:00
John Reilly 2deb7cab53 Merge pull request #3490 from johnnyreilly/master
jQuery: Overloads replaced with union types
2015-01-19 17:10:14 +00:00
John Reilly 56d494cccb jQuery: Overloads replaced with union types 2015-01-19 17:03:46 +00:00
John Reilly ebd1153877 Merge pull request #3489 from johnnyreilly/master
jQuery: Overloads replaced with union types
2015-01-19 16:48:34 +00:00
John Reilly 5a56463ace Ensure relevant css overload is part of jquery.transit 2015-01-19 16:43:02 +00:00
John Reilly 9f719ecd26 jQuery: Overloads replaced with union types 2015-01-19 16:32:32 +00:00
John Reilly 597192f303 Merge pull request #3488 from johnnyreilly/master
AngularJS: Remove overloads using Union Types
2015-01-19 16:13:16 +00:00