Commit Graph
10254 Commits
Author SHA1 Message Date
Aya Morisawa d15019856e Add prelude-ls.d.ts 2015-03-02 23:25:39 +09:00
HowardRichards 4db25cf3f1 Refactored knockout components
Previous Knockout component registration code was complicate since union
types did not exist in TypeScript. The knockout.d.ts file has already
had changes for union types added, so I have refactored my original
changes to component.register to use this.

Revert "Refactored knockout.register for union types"

This reverts
commit 920b8d64621f249331f2a17123148c446c212d32.

Refactored knockout.register for union types

Removed number of
interfaces for ko.register methods and simplified
using union types for
clarity. Refactored component types into a
namespace to reduce namespace
pollution
2015-03-02 12:21:01 +00:00
VILIC VANE 0622fda0b6 add explicit references 2015-03-02 17:29:31 +08:00
VILIC VANE 4cec771c4d add gsap TweenLite declarations 2015-03-02 17:22:10 +08:00
Steve Schmitt 5c604dd321 Added 'any'/'all' constructors to Predicate; updated heading to breeze 1.5.x 2015-02-28 21:03:45 -08:00
jeremyhayes 6ea56ebe07 codemirror: add Doc.findMarks 2015-02-28 22:13:50 -05:00
Thomas Stig Jacobsen c562cf82d4 Support for Chrome Cast 2015-02-28 23:38:17 +01:00
Phips Peter 4f8a61f471 Merge branch 'master' of github.com:Asana/DefinitelyTyped 2015-02-28 13:51:27 -08:00
Vasya Aksyonov becc12d995 Tests missing 2015-02-28 13:46:30 +05:00
Vasya Aksyonov eb75fdf39e Expect.js commonjs modules support and tests 2015-02-28 11:57:08 +05:00
Yuki KAN 819aa8bc55 node.d.ts: child_process#send() 2nd argument is optional 2015-02-28 09:34:04 +09:00
Max dcf8a7b14e Added definitions for Annotation Chart 2015-02-27 17:13:37 -05:00
Ben Duffield bb81c937ca Add toArray to moment 2015-02-27 05:59:50 -08:00
nojaf cc0422bd72 Removed duplicate member 2015-02-27 07:54:52 +01:00
nojaf 79509620fd Added execSync to child_process 2015-02-27 07:51:31 +01:00
John Reilly 3882d337bb Merge pull request #3758 from Asana/react-0.13-context
Remove Context generics from React 0.13 defs
2015-02-27 06:23:28 +00:00
Dénes Harmath a9facb3521 Add overload for HTML5 polyfill 2015-02-27 00:27:57 +01:00
Heiko Heijenga 93dd2e916d Fixed bad character 2015-02-26 14:34:51 -08:00
Robert Imig b69a3a08f3 Add definitions for jquery-galleria
http://galleria.io/
2015-02-26 09:09:24 -05:00
Oguzhan Ergin 9b250438be Add keys method 2015-02-26 15:52:44 +02:00
Michael Zabka f9341f81d0 Add library hooker
* on github is named javascript-hooker in case of already existance of hooker repo
2015-02-26 11:50:56 +01:00
Masahiro Wakame a7a25e72d9 Merge pull request #3748 from grapswiz/master
Added google.picker.d.ts
2015-02-26 19:31:59 +09:00
grapswiz 5aff697f45 Added google.picker.d.ts 2015-02-26 19:28:51 +09:00
Marcin Porebski b164150c40 split def. fix 2015-02-26 10:46:05 +01:00
reppners 8385575c31 + ds-http-adapter definition complete with tests 2015-02-26 10:35:21 +01:00
Marcin Porebski 3c74c3686d split def. added 2015-02-26 10:31:53 +01:00
reppners cb67739c13 + initial commit for ds-http-adapter definition 2015-02-26 10:01:27 +01:00
reppners 143ee58d48 + added tests
+ changed type definition to expose definitions as module and as globally defined namespace var
2015-02-26 09:53:11 +01:00
reppners 4fb28c2c4a + initial commit 2015-02-25 22:45:40 +01:00
jayoungers 561b5a075e ICacheObject.put and IAnimateService.addClass Return Types
Updating ICacheObject.put return type to the type of object passed in (opposed to just void):
https://docs.angularjs.org/api/ng/type/$cacheFactory.Cache

Updating IAnimateService.addClass to return the type IPromise<any> (opposed to just void):
https://docs.angularjs.org/api/ngAnimate/service/$animate
2015-02-25 13:54:14 -06:00
Chris Colbert 7f9ae75f8c update signature of Promise.all and Promise.race 2015-02-25 11:51:47 -05:00
Sergio Morchón Poveda cd2cc17194 Update knockout.d.ts
Fixed init & update signature.
2015-02-25 14:10:52 +01:00
Sergio Morchón Poveda 65e48513de Update knockout.d.ts
Delete extra comma...
2015-02-25 14:09:05 +01:00
Sergio Morchón Poveda 88a708f71a Update knockout.d.ts
Added KnockoutBindingHandler.init alternative return type.
2015-02-25 13:57:32 +01:00
Sergio Morchón Poveda a3aa65cfd9 Update knockout-tests.ts
Added a different versión of init, which returns an object instead of void.
2015-02-25 13:48:14 +01:00
David Gardiner 19a680e67d any or {} 2015-02-25 16:02:56 +10:30
David Gardiner c2cfd165ef Fix errors from compiling with with --noImplicitAny
Set Error as type 'any' because we can't currently refer to the global Error type
2015-02-25 15:52:38 +10:30
David Gardiner c5e9ada526 Arrays are more flexible
extend can take mixin parameter
Add external ambient module
2015-02-25 15:03:51 +10:30
David Gardiner 6f6dd3c309 Update EmberStates.Transition 2015-02-25 15:03:51 +10:30
David Gardiner 93928c19d6 Change any[] to Enumerable 2015-02-25 15:03:51 +10:30
David Gardiner ad18fda593 jsdocs for find()
Optional arguments for find() and Handlebars.helper()
2015-02-25 15:03:50 +10:30
David Gardiner d4460ea941 Missing methods and optional arguments 2015-02-25 15:03:50 +10:30
Vincent Siao 70779548d5 Remove Context generics from React 0.13 defs 2015-02-24 17:29:52 -08:00
Yuki KAN 24991f9398 Fix socket.io.d.ts: argument of send(), write()
oops
2015-02-25 10:05:33 +09:00
Chris Bowdon c846c315b1 Add defs for Chance.js 2015-02-25 08:13:09 +08:00
unknown d1e97f22f3 last any type + reference 2015-02-25 00:28:03 +01:00
Yuki KAN aebd7dec12 Fix many incorrect types of socket.io.d.ts.
references:
https://github.com/Automattic/socket.io
2015-02-25 07:57:03 +09:00
unknown c6f2524d66 explicit any and add missing returns
added FileEntry
2015-02-24 19:05:41 +01:00
unknown b47ae8052e fixed implied any 2015-02-24 18:56:03 +01:00
unknown d4138db108 added zip.js def files 2015-02-24 18:43:05 +01:00