Commit Graph
10254 Commits
Author SHA1 Message Date
Boris Yankov c7936de1eb Merge pull request #758 from mihailik/patch-3
Renaming CodeMirror.Position to CodeMirror.Pos reflecting the actual JS ...
2013-07-08 16:43:59 -07:00
Boris Yankov 179e6c4984 Merge pull request #756 from sgtfrankieboy/master
Google API
2013-07-08 16:36:12 -07:00
Boris Yankov 89fb192776 Merge pull request #761 from rwhepburn/master
Updated qunit.d.ts file to change bool -> boolean to align with TypeScript 0.9
2013-07-08 16:35:17 -07:00
Christiaan Rakowski 4493522d6f Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped 2013-07-08 23:51:30 +02:00
Richard Hepburn 911acf3fe7 Changed bool -> boolean to align with TypeScript 0.9
Updated the bool type definitions to boolean to align with TS 0.9 and
ES6 standards.
2013-07-08 17:26:05 -04:00
Tomas Carnecky 859afa5d55 Change type of angularjs module config fuction to any
It can be subject to dependency injection, eg.

angular.module('myModule', [], [$rootScope, function($rootScope){}]);
2013-07-08 13:32:53 +02:00
Andrew Gaspar f00c0421cf Added typings for when that afford promise type objects being passed in and mixes of different types. 2013-07-07 18:35:12 -07:00
Andrew Gaspar e1cfc4aa71 Made $.when work with mixed type values without specifiying <any> 2013-07-07 18:05:42 -07:00
Boris Yankov 4d5f859016 Merge pull request #759 from carldebilly/master
Fixed a wrong declaration for Subject<T> constructor
2013-07-07 17:45:51 -07:00
Andrew Gaspar 6eb08d6fdb Allows done functions for test cases to take a failure reason to indicate a failure asynchronously. 2013-07-07 17:17:25 -07:00
Carl de Billy f53317a2de Fixed ISubject<T>/Subject<T> constructor was incorrect. 2013-07-07 15:25:27 -04:00
mihailik a0b8915eb7 Renaming CodeMirror.Position to CodeMirror.Pos reflecting the actual JS code 2013-07-07 13:57:27 +01:00
sgtfrankieboy 4927437e62 Google Page Speed Online API 2013-07-07 11:46:16 +02:00
sgtfrankieboy 9048007fd3 Fixed Minor issues with Translate API
Also updated README.md to include Translate API and added information at
top of definition file.
2013-07-07 11:42:45 +02:00
sgtfrankieboy e84da7a230 Google Translate API 2013-07-07 10:41:44 +02:00
Andrew Gaspar 7e7fca5c55 Added generic typing to jQuery.when 2013-07-06 21:31:02 -07:00
sgtfrankieboy f7450dcedb Google API TypeScript Definition Files
TypeScript Definition File for the Google API Client (gapi). Also
included are gapi.urlshortener, gapi.youtube, gapi.youtubeAnalytics. All
the Definition files have full JsDoc Support.
2013-07-07 01:50:15 +02:00
Boris Yankov cd282f4a03 Merge pull request #749 from rwhepburn/master
Changed bool -> boolean to align with TypeScript 0.9
2013-07-06 03:07:00 -07:00
Boris Yankov 19d75cea10 Merge pull request #753 from NN---/patch-4
Update according to TS 0.9
2013-07-06 03:06:36 -07:00
Boris Yankov b691f37cb5 Merge pull request #750 from NN---/patch-2
Update according to TS 0.9
2013-07-06 02:48:13 -07:00
Boris Yankov 8610334106 Merge pull request #751 from NN---/patch-3
Update according to TS 0.9
2013-07-06 02:47:45 -07:00
Boris Yankov d1ca311209 Merge pull request #752 from NN---/patch-1
TS requires semicolon
2013-07-06 02:46:48 -07:00
Boris Yankov b803c9c5fb Merge pull request #754 from NN---/patch-5
TS doesn't allow optional parameters with literals
2013-07-06 02:46:32 -07:00
BreeeZe a55f110fe3 Added generic type as return type since shift() and pop() return an item from the array 2013-07-05 23:24:13 +02:00
NN be4949c064 TS doesn't allow optional parameters with literals 2013-07-05 22:55:50 +03:00
NN b96032e42f Update according to TS 0.9
There is no declare inside module
2013-07-05 22:22:36 +03:00
NN 21dd00558d TS requires semicolon
Fix according to TS 0.9 specification.
2013-07-05 22:08:49 +03:00
NN 64092006cf Update according to TS 0.9
'export = internal' is illegal.
2013-07-05 22:05:28 +03:00
NN 184bda7faf Update according to TS 0.9
'export = internal' is illegal.
2013-07-05 22:05:25 +03:00
Richard Hepburn 47a6bcdfb0 Changed bool -> boolean to align with TypeScript 0.9
Updated bool type declarations to boolean to align with the ES6 standard
now supported in TS 0.9.
2013-07-05 13:02:40 -04:00
Richard Hepburn 8dd5bcc633 Changed bool -> boolean to align with TypeScript 0.9
Updated bool type declarations to boolean to align with the ES6 standard
now supported in TS 0.9.
2013-07-05 13:02:27 -04:00
Richard Hepburn e98875bf10 Changed bool -> boolean to align with TypeScript 0.9
Updated bool type declarations to boolean to align with the ES6 standard
now supported in TS 0.9.
2013-07-05 13:01:50 -04:00
Richard Hepburn 89b039b2b7 Changed bool -> boolean to align with TypeScript 0.9
Updated bool type declarations to boolean to align with the ES6 standard
now supported in TS 0.9.
2013-07-05 13:01:31 -04:00
Boris Yankov 3b17700c1b Merge pull request #747 from wereHamster/angularjs-idirective-transclude
Change IDirective.transclude to be of `any` type
2013-07-05 08:56:49 -07:00
Boris Yankov e9b479589b Merge pull request #748 from oising/master
Updated sammyjs.d.ts for typescript 0.9.x
2013-07-05 08:55:57 -07:00
oising 4fd627247d updated sammyjs definitions for typescript 0.9.x 2013-07-05 11:46:37 -04:00
Diullei Gomes 3f2f801026 Merge pull request #746 from Steve-Fenton/master
First draft of jquery.ui.layout.d.ts
2013-07-05 07:42:32 -07:00
Steve Fenton ec40564060 Create basic version of jQuery UI Layout definition. 2013-07-05 13:59:47 +01:00
Boris Yankov 4bc968a0bb Merge pull request #744 from carldebilly/master
Clean-up in the RxJS files and add support for more packages + bool-to-boolean conversion
2013-07-05 05:12:06 -07:00
Boris Yankov d63b4be25b Merge pull request #745 from AndrewGaspar/jQueryPromiseTyping
jQuery Promise Typings
2013-07-05 05:11:41 -07:00
Tomas Carnecky e4693b884b Change IDirective.transclude to be of any type
It can actually be bool or string, but TypeScript doesn't allow union types (see http://typescript.codeplex.com/workitem/120).
2013-07-05 13:52:23 +02:00
Andrew Gaspar 284f4a629a Minor fixes for issue #726 2013-07-05 01:06:47 -07:00
Carl de Billy f83fb6805b Support for more RxJS packages + bool => boolean for TS0.9 2013-07-05 01:03:30 -04:00
Christiaan Rakowski 49217ac37f Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped 2013-07-04 19:47:14 +02:00
Boris Yankov 0f87f45ca8 Merge pull request #740 from AndrewGaspar/master
Added Additional Typings to Q
2013-07-03 07:37:53 -07:00
Andrew Gaspar 85eabfe63b Added typings to jQuery promises and deferreds. 2013-07-03 01:36:17 -07:00
Christiaan Rakowski 922e87eeca Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped 2013-07-03 10:34:08 +02:00
Andrew Gaspar bccbbdaa83 Added progress handlers to Q.when 2013-07-03 00:33:25 -07:00
Andrew Gaspar 6fb97f40bf Added types all over the place in Q 2013-07-03 00:24:15 -07:00
Diullei Gomes 84b94b51cb Merge pull request #737 from derekcicerone/patch-6
Replace bool with boolean (for TypeScript 0.9.0+)
2013-07-02 17:13:09 -07:00