Thomas Corbière
964d8d6470
[gulp-changed] Add type definitions
2015-08-20 11:40:54 +02:00
Paul Jolly
8a49a6fc14
Add type parameters to channel definitions
2015-08-20 10:21:35 +01:00
Rogier Schouten
e92bf37538
Update Sinon typings for Sinon 1.16.0
...
Add setSystemTime() method
2015-08-20 10:56:30 +02:00
TimChen44
aa7e750ff7
Update ionic.d.ts
...
Fix IonicActionSheetOptions bugs
2015-08-20 16:22:03 +08:00
John Reilly
38fb591c6e
Merge pull request #5346 from DanielRosenwasser/handleExtraObjectLiteralProperties
...
Handle extra object literal properties (Part III)
2015-08-20 05:47:51 +01:00
MugeSo
7ed20bd0cf
rsmq-worker: fix contributor name
2015-08-20 12:13:36 +09:00
Daniel Rosenwasser
457db39073
Indentation.
2015-08-19 14:38:28 -07:00
Daniel Rosenwasser
d7d619837d
Fixed tests.
2015-08-19 13:51:00 -07:00
Andrew F
68374669bf
load test; fix implicit any errors
2015-08-19 13:42:59 -07:00
Ilya Mochalov
7652914a5b
angularjs: changed $timeout signature, added tests
2015-08-20 01:40:24 +05:00
Ilya Mochalov
68b97ecc7d
angularjs: added Deferred tests
2015-08-20 01:39:57 +05:00
Ilya Mochalov
01730f3e27
lodash: changed _.pad(), _.padLeft() and _.padRight() methods
2015-08-20 01:39:15 +05:00
Ilya Mochalov
496f751d45
lodash: changed _.isFinite() method
2015-08-20 01:38:54 +05:00
Ilya Mochalov
fdb85c2f30
lodash: added _.attempt() method
2015-08-20 01:35:57 +05:00
Andrew F
763b5865d4
Add tests and additional definitions
2015-08-19 13:35:56 -07:00
Ilya Mochalov
46dc2e2b3d
lodash: changed _.startsWith() method
2015-08-20 01:35:01 +05:00
Ilya Mochalov
d34f2fd473
lodash: changed _.isUndefined() method
2015-08-20 01:33:02 +05:00
Ilya Mochalov
8f3167dc9f
lodash: changed _.deburr() method
2015-08-20 01:20:35 +05:00
Ilya Mochalov
4d2ad3d1b3
lodash: changed _.isArray() method
2015-08-20 01:08:35 +05:00
Ilya Mochalov
d4a0660d71
lodash: changed _.isRegExp() method
2015-08-20 01:04:01 +05:00
Andrew F
42edb17991
Group method
2015-08-19 12:03:08 -07:00
Andrew F
8409007d3e
Add interface typing
2015-08-19 11:35:40 -07:00
Ray Solomon
0659ddca42
bunyan: fix ts1202 errors when targeting es6
...
Before this change:
```
[ray@localhost DefinitelyTyped]$ tsc --noImplicitAny bunyan/bunyan-test.ts --module commonjs --target es6
bunyan/bunyan-test.ts(3,1): error TS1202: Import assignment cannot be
used when targeting ECMAScript 6 or higher. Consider using 'import * as
ns from "mod"', 'import {a} from "mod"' or 'import d from "mod"'
instead.
bunyan/bunyan.d.ts(9,5): error TS1202: Import assignment cannot be used
when targeting ECMAScript 6 or higher. Consider using 'import * as ns
from "mod"', 'import {a} from "mod"' or 'import d from "mod"' instead.
[ray@localhost DefinitelyTyped]$
```
After this change:
```
[ray@localhost DefinitelyTyped]$ tsc --noImplicitAny bunyan/bunyan-test.ts --module commonjs --target es6
[ray@localhost DefinitelyTyped]$
```
2015-08-19 10:11:15 -07:00
Alex Eagle
bb45306d0f
Merge pull request #5438 from angular/alpha35
...
Upgrade angular2 definitions to 2.0.0-alpha.35
2015-08-19 10:05:35 -07:00
Igor Minar
cd2e71bb1f
Update angular2 definitions to 2.0.0-alpha.35
2015-08-19 09:54:12 -07:00
Marcin Porebski
cb2b22f81a
string score definitions
2015-08-19 18:48:48 +02:00
Demian Gemperli
132ed07af7
Fix cordova file transfer download
2015-08-19 18:33:32 +02:00
Matt Gibbs
0ac23ee1fb
Creating more robust test case.
2015-08-19 11:22:40 -04:00
Matt Gibbs
329f39b8da
Correcting typings on Tour Buttons
2015-08-19 10:46:48 -04:00
Igor Kriklivetc
146fd6207c
Update to 15.1.6
2015-08-19 17:23:41 +03:00
Karl Düüna
44e32d3b32
easy-xapi-utils
2015-08-19 17:13:35 +03:00
Marcin Porebski
3ef00546da
url-template definitions
2015-08-19 15:09:10 +02:00
zenorbi
6ddf6c5ede
Fixed feedbackData.device being a Device instead of a Buffer
2015-08-19 09:48:06 +02:00
MugeSo
a0f49f14ee
rsmq-worker: change Options.timeout optional
2015-08-19 11:37:34 +09:00
MugeSo
763868e7de
rsmq-worker: export Client interface
2015-08-19 11:34:54 +09:00
Basarat Ali Syed
efa0c1196d
Merge pull request #5288 from chrootsu/angularjs-q-tests
...
angularjs: added $q tests
2015-08-19 10:47:12 +10:00
Daniel Rosenwasser
8cde7a286b
Merge branch 'master' into handleExtraObjectLiteralProperties
2015-08-18 17:41:26 -07:00
Basarat Ali Syed
a647530aa7
Merge pull request #5423 from borisyankov/fix/npm-run-all
...
fix(infrastructure) npm run all works now
2015-08-19 10:40:03 +10:00
Basarat Syed
5c81cb3af4
fix(infrastructure) npm run all works now
...
closes https://github.com/borisyankov/DefinitelyTyped/issues/5421
2015-08-19 10:35:14 +10:00
Dan Lewi Harkestad
4af10f4fae
Added tests covering all modifications.
2015-08-18 20:09:11 +02:00
Sam Saint-Pettersen
95c2990f0a
Update upper-case-tests.ts
2015-08-18 19:07:18 +01:00
Sam Saint-Pettersen
6e22f9146c
Type definitions and tests for upper-case
2015-08-18 19:06:32 +01:00
Sam Saint-Pettersen
3aba989e92
Type definitions and tests for upper-case
2015-08-18 19:04:19 +01:00
Thomas Corbière
92ce54989d
[gulp-less] Update the definition of IOptions
...
Add "modifyVars"
Make "paths" optional
2015-08-18 19:26:06 +02:00
Gabriel Monteagudo
337f471b42
Definitions for ydn-db
2015-08-18 12:56:56 -03:00
Ilya Mochalov
d9b84213f2
angularjs: added $q tests
2015-08-18 19:46:11 +05:00
Tim Perry
245a296826
Make concat types support its full auto-flattening API
2015-08-18 13:10:22 +01:00
Michael Randolph
12d453946f
node-jsfl-runner typings
2015-08-17 19:31:51 -04:00
Raphael ATALLAH
fdb0de3a61
angular-odata-resources: added $promise property on the return type of count
2015-08-17 16:09:18 -07:00
Raphael ATALLAH
e99ef514ee
Fixed return type for query method
2015-08-17 16:06:16 -07:00