Commit Graph

7530 Commits

Author SHA1 Message Date
Derek Cicerone
d2b389f7df Fix type of ElementFinder's IThenable interface
There are 2 edits here:
1. Remove unnecessarily overridden methods in ElementFinder (they are defined in IThenable).
2. Change the parameterized type in IThenable to 'any' to account for things like ElementFinder.evaluate() which may return primitive values.
2014-12-23 14:59:10 -05:00
Masahiro Wakame
dd4398796d Merge pull request #3338 from armorik83/log4js
add log4js-node
2014-12-24 02:28:50 +09:00
armorik83
724e0e6338 rename to log4js 2014-12-23 12:53:47 +09:00
Masahiro Wakame
23a6788198 Merge pull request #3351 from bookman25/master
updated joyride typings to have optional setting parameters
2014-12-23 11:38:25 +09:00
Masahiro Wakame
1d6473bd99 Merge pull request #3354 from bolhovsky/fix/openlayers
Extend Image layer definition + small fixes
2014-12-23 11:35:16 +09:00
Masahiro Wakame
95b4a1a3c4 Merge pull request #3353 from derekcicerone/patch-1
Fix types for promises in selenium-webdriver
2014-12-23 11:21:34 +09:00
Bryan Nicholls
afaa34304f function parameters should not be marked as optional 2014-12-22 07:27:13 -05:00
bolkhovsky
b82c2571a9 fix Image layer; fix XYZ layer 2014-12-20 23:49:26 +03:00
Derek Cicerone
bb811116eb Fix unit tests 2014-12-20 13:38:32 -05:00
Derek Cicerone
c22650edab Fix types for promises in selenium-webdriver
The webdriver promises were recently made generic (that whole commit is actually pretty impressive!) but I think the definitions for the then methods are slightly incorrect. Looking at the original jsdoc (which I assume was imported from the original closure annotations) some edits appear to be necessary:
1. The return type of the success callback should match the returned promise's generic type.
2. The success callback can return a promise that will automatically be unwrapped.

I also made some other housekeeping edits:
* removed @param type information and @template since TypeScript puts type annotations directly in the code
* my editor removes trailing whitespace and adds a newline at the EOF

Once TypeScript 1.4 is out, these definitions can likely be simplified by using union types.
2014-12-20 13:07:29 -05:00
Masahiro Wakame
48b4cb54af Merge pull request #3352 from jt000/aspnet-identity-pw
Adding aspnet-identity-pw.d.ts
2014-12-20 13:56:08 +09:00
Jason Tremper
8932d65fc6 Merge branch 'master' into aspnet-identity-pw 2014-12-19 15:24:57 -05:00
Bryan Nicholls
3890863040 updated joyride typings to have optional setting parameters 2014-12-19 14:36:23 -05:00
Masahiro Wakame
aaf45c9986 Merge pull request #3328 from BillArmstrong/master
Updated angular-protractor to v1.5.0 and selenium-webdriver to v2.44.0
2014-12-20 00:20:40 +09:00
Masahiro Wakame
4793df4b85 Merge pull request #3348 from kenfdev/angular-local-storage
add angular-local-storage definition file
2014-12-20 00:07:44 +09:00
Masahiro Wakame
28d210f241 Merge pull request #3347 from gyohk/threejs-def
fixed several definitions for three.js
2014-12-20 00:05:54 +09:00
Masahiro Wakame
465f390e0c Merge pull request #3313 from jt000/master
Adding basic support for expressjs multer, mockery, mocha, mongoose-mock, and proxyquire
2014-12-20 00:05:30 +09:00
Masahiro Wakame
682b016021 Merge pull request #3342 from vansimke/master
Update dojo type definitions
2014-12-19 23:17:01 +09:00
Jason Tremper
4cfd494e88 Merge remote-tracking branch 'upstream/master' 2014-12-18 17:22:57 -05:00
Bill Armstrong
51aa6373a8 Added the testing module back in. 2014-12-18 16:12:50 -05:00
Jason Tremper
f335d3676f Adding aspnet-identity-pw.d.ts 2014-12-18 14:20:40 -05:00
satoru kimura
533a5e30a9 fixed several definitions for three.js(THREE.Curve, THREE.Box3 and EffectComposer). 2014-12-18 23:46:42 +09:00
Ken Fukuyama
39aed27ff2 add angular-local-storage definition file 2014-12-18 23:41:30 +09:00
Bill Armstrong
4c18f8fd52 Merged all of the selenium webdriver .ts files.
The CI build was failing because it tries to compile each file
individually. To fix this I merged all of the files into one. I also
deleted the legacy files since those versions are no longer supported.
2014-12-18 09:40:18 -05:00
Jason Tremper
3a022a9a64 Fixes for PR #3313 review 2014-12-18 07:46:43 -05:00
Mike Van Sickle
fdc427f155 Added header to dojo.d.ts 2014-12-18 07:41:24 -05:00
Masahiro Wakame
8e02d8df4e Merge pull request #3343 from Nemo157/rest-wrap-fi
Rest wrap fixes
2014-12-18 13:51:25 +09:00
Masahiro Wakame
9cb0387e3f Merge pull request #3281 from DevExpress/master
14.2 version
2014-12-18 13:47:08 +09:00
Masahiro Wakame
9ac7466b51 Merge pull request #3341 from zatar80/patch-1
Adding isNavigationPropertyLoaded on EntityAspect class
2014-12-18 13:45:54 +09:00
Masahiro Wakame
86a95e6334 Merge pull request #3329 from Nemo157/when/node
Add when/node definitions
2014-12-18 13:43:00 +09:00
Masahiro Wakame
9cf0a096fe Merge pull request #3339 from danielearwicker/master
Added explicit return type
2014-12-18 13:41:36 +09:00
Masahiro Wakame
b985d284fa Merge pull request #3333 from martinmcwhorter/master
Defs for ngProgress
2014-12-18 13:40:35 +09:00
Masahiro Wakame
89862ff4cf Merge pull request #3314 from Asana/react-simplification
Update react.d.ts
2014-12-18 13:36:50 +09:00
Basarat Ali Syed
a83fcbc4e9 Merge pull request #3324 from psnider/imap
created definitions for imap npm package
2014-12-18 15:34:30 +11:00
Masahiro Wakame
6924fc616a Merge pull request #3337 from jschaf/fabric
Fabricjs fixes
2014-12-18 13:32:16 +09:00
Masahiro Wakame
8ec1191cc2 Merge pull request #3334 from martinmcwhorter/angular-1.2
add INgModelController#$setPristine()
2014-12-18 13:22:23 +09:00
Masahiro Wakame
fc93d6bc5c Merge pull request #3330 from Nemo157/convict
Add typings for convict
2014-12-18 13:19:27 +09:00
Masahiro Wakame
665d2eb3d1 Merge pull request #3326 from Nemo157/jjv
JJV & JJVE definitions
2014-12-18 13:17:08 +09:00
Masahiro Wakame
cd329fa4ef Merge pull request #3292 from malesh/master
add dayOfYear methods for moment.js
2014-12-18 13:14:48 +09:00
Masahiro Wakame
013f5e63cb Merge pull request #3323 from psnider/minimist
minimist: supports _ on parsed args
2014-12-18 12:57:38 +09:00
Masahiro Wakame
c0cb5fad36 Merge pull request #3321 from wokim/amqp-rpc
Fixed format of 'callBroadcast' method
2014-12-18 12:48:23 +09:00
Masahiro Wakame
ae80c00084 Merge pull request #3316 from kenfdev/master
added multiparty definition file
2014-12-18 12:47:01 +09:00
Masahiro Wakame
c3bee337cc Merge pull request #3311 from davidtme/master
Update less.d.ts
2014-12-18 12:44:33 +09:00
Wim
1b41dcf721 Fix allowing config passed in to rest.wrap 2014-12-18 13:33:23 +13:00
Wim
3ec86215aa Fix tests to check config from base rest.wrap 2014-12-18 13:32:47 +13:00
Mike Van Sickle
f3c5f1bc1c Additional corrections to type definitions 2014-12-17 15:53:49 -05:00
Jason Tremper
2229f4ca12 fixing header on mongoose-mock.d.ts 2014-12-17 15:40:50 -05:00
Jason Tremper
49a4ccc0ba Adding mongoose-mock.d.ts 2014-12-17 15:35:47 -05:00
Jason Tremper
6847664647 Adding proxyquire.d.ts 2014-12-17 15:29:34 -05:00
zatar80
9c3ee061a2 Adding isNavigationPropertyLoaded on EntityAspect class
breezejs documentation reference a function that wasn't declared in this file. 
cf:http://www.breezejs.com/sites/all/apidocs/classes/EntityAspect.html
2014-12-17 17:57:18 +01:00