Commit Graph
2948 Commits
Author SHA1 Message Date
Basarat Ali Syed 2dbd46d87f angular : $http timeout can be number or promise
reference : https://github.com/angular/angular.js/issues/1159#issuecomment-19043323
2013-11-18 15:17:53 +11:00
Basarat Ali Syed 1efa27f49a Merge pull request #1277 from borisyankov/feat-couchbase
couchbase initial definitions
2013-11-17 01:09:59 -08:00
basarat 5a94487415 couchbase initial definitions 2013-11-17 19:36:11 +11:00
basarat cf64af38b5 Merge pull request #1275 from nestalk/master
d3: add additional type parameter to array functions
2013-11-16 04:02:53 -08:00
Neil Stalker bb247ebabb d3: add additional type parameter to array functions 2013-11-16 11:38:15 +00:00
basarat 49015d8865 Merge pull request #1274 from mihailik/patch-4
Fix when compiling with the latest TypeScript (develop branch)
2013-11-16 03:37:48 -08:00
mihailik b282b5a78a Fix when compiling with the latest TypeScript (develop branch)
Latest TypeScript complains about Array type used without a generic parameter.

I suggest replacing Array with any[], which works for both old and new TypeScript versions.

  knockout.d.ts(171,47): ↵
  error TS2173: Generic type references must include all type arguments. ↵
  knockout.d.ts(172,76): error TS2173: Generic type references must include all type arguments. ↵
  knockout.d.ts(200,36): error TS2173: Generic type references must include all type arguments. ↵
  knockout.d.ts(202,36): error TS2173: Generic type references must include all type arguments. ↵
  knockout.d.ts(204,38): error TS2173: Generic type references must include all type arguments. ↵
  knockout.d.ts(363,110): error TS2173: Generic type references must include all type arguments. ↵
  knockout.d.ts(489,71): error TS2173: Generic type references must include all type arguments. ↵
  knockout.d.ts(490,66): error TS2173: Generic type references must include all type arguments. ↵
  knockout.d.ts(491,90): error TS2173: Generic type references must include all type arguments. ↵
  knockout.d.ts(492,85): error TS2173: Generic type references must include all type arguments. ↵
2013-11-16 11:11:55 +00:00
basarat afc46599bc Merge pull request #1273 from pelotom/patch-2
Add no-arg overload of selection.data()
2013-11-15 23:02:42 -08:00
Tom Crockett bdd47777bd Add no-arg overload of selection.data()
There is a no-arg version of [the `data()` method on selections](https://github.com/mbostock/d3/wiki/Selections#wiki-data) which returns the previously-assigned data. From the docs:

> If values is not specified, then this method returns the array of data for the first group in the selection.
2013-11-15 22:36:25 -08:00
basarat 6ea77e9099 Merge pull request #1271 from loyd/master
Update node.d.ts
2013-11-15 10:28:42 -08:00
Paul Loyd 1b027b44e1 Update node.d.ts
Update signature of EventEmitter#emit
2013-11-15 20:57:49 +03:00
basarat 3ce9de0efb express: implicity any and formatting 2013-11-16 04:29:03 +11:00
basarat 4855196932 Merge pull request #1270 from johnnyreilly/master
jQuery Validation: Tightened up ValidationOptions
2013-11-15 09:23:47 -08:00
John Reilly 6e0a06f02f Tightened up ValidationOptions
Using a combination of the source code and the documentation at
http://jqueryvalidation.org/validate/ I've tightened up the
ValidationOptions.  NB success remains as any because (AFAIK) it's not
possible to model alternate overloads in an interface with TypeScript (
https://typescript.codeplex.com/workitem/1893 ).
2013-11-15 11:57:53 +00:00
basarat 7e27883f30 Update requested definitions to just be a link 2013-11-15 22:14:15 +11:00
basarat 232b0fb624 Merge pull request #1077 from sgronblo/improve_express_d_ts
Namespacing for express definition
2013-11-15 02:58:02 -08:00
basarat 3b65de9a75 Merge pull request #1261 from vegemite4me/master
Added Observable.zip() which was missing.
2013-11-15 02:48:13 -08:00
basarat c23d407d62 Fix backbonejs version 2013-11-15 08:14:01 +11:00
basarat bce790ab52 Merge pull request #1268 from borisyankov/nodejs-v10-update
updating nodejs to v0.10 for #1242
2013-11-14 01:42:38 -08:00
basarat 541ff383b1 Merge pull request #1267 from borisyankov/momentjs-master
Added min and expanding static methods
2013-11-14 01:33:03 -08:00
vegemite4me 5c435a0e01 Changed Observable.zip<TResult>(...) to Observable.zip<T>(...) 2013-11-14 09:25:43 +00:00
basarat 6629ad5f57 updating nodejs to v0.10 2013-11-14 20:21:09 +11:00
basarat 38a87ca4d2 momentjs: fix tests 2013-11-14 20:03:16 +11:00
basarat 0b01a11932 Merge branch 'master' of https://github.com/kingdango/DefinitelyTyped into momentjs-master 2013-11-14 19:55:24 +11:00
Aaron King 0f4f5d607d Expanded static methods for 2.4.0 2013-11-14 02:07:20 -05:00
basarat a8482f6b0c Merge pull request #1266 from danfma/master
Added purl.js typings
2013-11-13 20:41:32 -08:00
Aaron King 0ebffd7f25 Added any return type to static methods that were implictly any. 2013-11-13 23:19:58 -05:00
Daniel Ferreira Monteiro Alves 904af6f746 Added purl.js typings 2013-11-14 01:50:40 -02:00
Aaron King 5bbd4398c4 moment: added min 2013-11-13 21:49:56 -05:00
Aaron King ef5c990573 Updated file header 2013-11-13 20:41:40 -05:00
Aaron King 20184cf64a moment: Added support for 2.4.0 features 2013-11-13 20:37:16 -05:00
basarat 66217f714d Merge pull request #1265 from daptiv/angular-1.2-sanitize-linky-filter
adding linky filter to ngSanitize
2013-11-13 16:49:26 -08:00
John Emau 04c609c2a0 adding tests for angular sanitize 2013-11-13 15:38:47 -08:00
John Emau 54daea88b9 adding linky filter to ngSanitize 2013-11-13 14:28:12 -08:00
basarat 57be8e9bd7 Merge pull request #1263 from RethinkFlash/master
added missing semi-colons
2013-11-13 13:18:47 -08:00
vegemite4me ae22604499 Added Observable.zip() which was missing.
https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/core/observable.md#rxobservablezipargs
2013-11-13 15:28:29 +00:00
basarat 8e75ac375e Merge pull request #1207 from schmuli/master
Added CrossFilter definition file and tests
2013-11-13 03:56:13 -08:00
basarat 4f16f431ed Merge pull request #1257 from gscshoyru/patch-2
Add explicit types so that it passes the noImplicitAny rule
2013-11-13 03:38:12 -08:00
basarat 19ffae98e9 Merge pull request #1259 from borisyankov/feat-angular-q-update
Updating promise api for angularjs, closes #1258
2013-11-13 02:00:46 -08:00
basarat b6d875402f Catch and finally 2013-11-13 19:46:46 +11:00
basarat ba8c8ffdf7 No unwrapping for notify callback (ofcourse) 2013-11-13 19:37:34 +11:00
basarat 12b39a17a0 For #1258 2013-11-13 17:39:09 +11:00
gscshoyru aa043e12ae Change model to any to try and pass tests 2013-11-12 17:16:56 -08:00
RethinkFlash f07f47fece added missing semi-colons
TypeScript compiler complained with expected semi-colons in certain areas.
Added in the missing semi-colons.
2013-11-12 16:41:06 -08:00
gscshoyru f40bad2378 Add explicit types so that it passes the noImplicitAny rule
Also updated version number. Added appropriate types to all the functions where I could find them, otherwise typed them with any. This now will compile for typescript compilers that have the noImplictAny flag set.
2013-11-12 13:39:45 -08:00
Schmuli Raskin 266678463e Fixed tscparams files 2013-11-12 20:37:50 +02:00
Diullei Gomes 8f04852576 Merge pull request #1256 from johnnyreilly/master
Knockout: made sort generic
2013-11-12 10:36:54 -08:00
Diullei Gomes db3507a7e6 Merge pull request #1253 from michelsalib/patch-1
Add missing angular scenario function
2013-11-12 08:27:52 -08:00
John Reilly 216d626ac6 Knockout: made sort generic 2013-11-12 15:50:44 +00:00
Diullei Gomes eda0cc8440 Merge pull request #1255 from vvakame/add-node-git
Added node-git.d.ts and tests
2013-11-12 04:07:45 -08:00