Commit Graph

2971 Commits

Author SHA1 Message Date
Ben Turner
62c4df6fcd Fix typo in comments
defile => define
2013-11-20 10:01:52 +11:00
Basarat Ali Syed
4d8c44639e Merge pull request #1286 from borisyankov/angularjs-movetolegacy
moved angular 1.0 and angular-scenario files to legacy folder
2013-11-19 03:12:01 -08:00
basarat
9590d1e8f5 fixed path issues in 1.0 files. Verified that angular-scenario is still a part of angular dist : http://code.angularjs.org/1.2.1/ so left it inside angularjs folder 2013-11-19 21:46:01 +11:00
Basarat Syed
dfba1ce255 moved angular 1.0 and angular-scenario files to legacy folder 2013-11-19 17:34:55 +11:00
Basarat Ali Syed
40b93ee4a9 Merge pull request #1284 from vvakame/add-find-not-required-tscparams
infrastructure: remove not required tscparam files
2013-11-18 21:59:48 -08:00
Basarat Ali Syed
9ba4f610e7 Merge pull request #1283 from daptiv/angular-readme
Angular readme
2013-11-18 21:26:03 -08:00
Masahiro Wakame
1b28c3344b Removed not required .tscparams 2013-11-19 13:56:28 +09:00
vvakame
c09cda4109 Add option --try-without-tscparams support to runner.ts 2013-11-19 13:56:06 +09:00
John Emau
10603d7cec fix readme clean up missed in merge 2013-11-18 15:39:15 -08:00
John Emau
a5f133ec4f updating angular readme with new example of using angular resource definitions
Conflicts:
	angularjs/README.md
2013-11-18 15:36:26 -08:00
Basarat Ali Syed
b771b1e256 Merge pull request #1281 from vvakame/another-impl-of-testrunner
Rewrite runner.ts
2013-11-18 13:04:00 -08:00
vvakame
fdf282571a Rename runner2.ts to runner.ts 2013-11-19 02:42:42 +09:00
vvakame
371eaf5bea Remove runner.ts 2013-11-19 02:42:42 +09:00
vvakame
68c1c3c1a8 Rewrite runner2.ts
It became easy to add more test suite!
2013-11-19 02:42:16 +09:00
Basarat Ali Syed
6bb7154b38 Merge pull request #1280 from zoetrope/rxjs2.2
Fixed for RxJS 2.2
2013-11-18 03:05:14 -08:00
zoetrope
604fdeef9c Fixed for RxJS 2.2 2013-11-18 19:35:50 +09:00
Basarat Ali Syed
b384ba6787 Merge pull request #1272 from danfma/master
Parameter dependency made soft on knockout
2013-11-17 22:06:48 -08:00
Basarat Ali Syed
fe42035078 Merge pull request #1279 from vvakame/fix-wrong-filename
Fix wrong filenames. *-test.ts to *-tests.ts
2013-11-17 22:06:10 -08:00
Daniel Ferreira Monteiro Alves
56399e9b53 Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped 2013-11-18 02:28:05 -02:00
Daniel Ferreira Monteiro Alves
ef86b94c09 Removing the masked input typings for later adding. 2013-11-18 02:26:36 -02:00
Masahiro Wakame
057c18a863 Fix wrong filenames. *-test.ts to *-tests.ts 2013-11-18 13:23:25 +09:00
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
Daniel Ferreira Monteiro Alves
f263ecbe09 Added jquery masked input typings 2013-11-16 02:38:24 -02:00
Daniel Ferreira Monteiro Alves
d9c1467ee5 Parameter dependency made soft on knockout 2013-11-16 01:08:39 -02: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