Commit Graph

27504 Commits

Author SHA1 Message Date
Andy
2d6f2be007 gapi-tests.ts: Convert to UTF-8 (#15189) 2017-03-15 11:40:55 -07:00
Mine Starks
3fee12362e Merge pull request #15001 from dublicator/compression-webpack-plugin
Add compression-webpack-plugin
2017-03-15 11:38:39 -07:00
Mine Starks
d25913375c Merge pull request #14875 from lukas-zech-software/master
jasmine: Make Matchers generic
2017-03-15 11:37:01 -07:00
Yui
a001c0a83a Merge pull request #15188 from Kroisse/master
Add IRegisterOptions.invoke for @types/autobahn
2017-03-15 10:41:43 -07:00
Eunchong Yu
b2e6c9b70e Increase version of @types/autobahn 2017-03-16 00:53:48 +09:00
Eunchong Yu
bf8c07dd6b Add IRegisterOptions.invoke for @types/autobahn 2017-03-16 00:47:05 +09:00
Lukas Zech
9b6db1a156 Fix jasmine-query toContain typings 2017-03-15 10:29:20 +01:00
Lukas Zech
2844f3c2b3 Fix generic contstraint 2017-03-15 07:55:49 +01:00
Yui
1f6914b860 Merge pull request #15030 from bobappleyard/master
#15029 include declaration for DOMImplementation
2017-03-14 21:14:02 -07:00
Yui
1f5f0590f3 Merge pull request #15164 from use-strict/patch-3
http-errors: Add missing constructor
2017-03-14 21:07:24 -07:00
Yui
d9f7b2fef5 Merge pull request #15169 from balazserdos/riot-patch
Add missing parameter.
2017-03-14 20:57:11 -07:00
Mohamed Hegazy
2952469366 Add Q.try definition (#15161)
* Add Q.try defintion

* Persever q@0.0

* Depend on q@0.0

* Remove uneeded `/// <reference types="q" />`

* Use built-in Promise instead of Q.Promise

* Remove usused path mappings

* Use Q again

* Use global reference instead of path mapping for q

* Add dependncy on q@0.0

* Switch hystrixjs to a module

* Remove import when there is a triple-slash-reference-types in the index

* Use triple-slash-reference-types instead of path mapping

* Update version of Q to 1.0

* Switch the file to a module and use declare global

* Switch to a module

* use import instead of triple-slash-reference-types

* Do not use triple-slash-reference types

* Switch firebase-client to a module

* import q as a module

* use import for q
2017-03-14 18:21:24 -07:00
Wink Saville
643304a0f4 Add csprng (#15178) 2017-03-14 18:15:52 -07:00
Andy
9a57ca6254 Remove 'promises-a-plus' and lint stamplay (#15176) 2017-03-14 15:04:44 -07:00
Andy
21a11ab7d9 nedb: Lint (#15173) 2017-03-14 12:12:30 -07:00
Andy
28924690db Remove unnecessary references to "q" (#15172) 2017-03-14 12:12:20 -07:00
Mohamed Hegazy
3c2d2dd019 Fix transform argument type, and add deprecated method documentation. (#15158) 2017-03-14 11:43:53 -07:00
Mine Starks
9b3bf641b6 Merge pull request #15011 from webbiesdk/async-fixes
async: Various fixes, mostly related to strict-nulls.
2017-03-14 10:41:25 -07:00
Mine Starks
bfc752fe39 Merge pull request #14816 from konne/master
add new package qlik-visualizationextensions
2017-03-14 10:10:51 -07:00
use-strict
5141daceb0 Update http-errors-tests.ts 2017-03-14 17:15:43 +02:00
Erik Krogh Kristensen
be1e40d1ee Merge branch 'master' into async-fixes 2017-03-14 15:49:01 +01:00
Balazs Erdos
04fed0d702 Add missing parameter. 2017-03-14 15:48:45 +01:00
Andy
264c291425 Remove more unnecessary references in test files (#15167) 2017-03-14 07:43:39 -07:00
Erik Krogh Kristensen
dda288d3f6 async: fixed the types of async.transform 2017-03-14 15:37:32 +01:00
use-strict
d0ed29f8a2 http-errors: Add missing constructor
Allows the following to work:
```typescript
import { HttpError } from "http-errors";

let error: HttpError;
console.log(error instanceof HttpError);
```
2017-03-14 15:03:47 +02:00
Lukas Zech
4bdfa8fd6d Add comments to tests for generic version of jasmine.objectContaining 2017-03-14 08:33:15 +01:00
Lukas Zech
035b1e61a2 Merge remote-tracking branch 'upstream/master'
Conflicts:
	jasmine-expect/index.d.ts
2017-03-14 07:58:35 +01:00
Yui
e76df9db34 Merge pull request #15095 from voxmatt/master
fleshing out the relayProp
2017-03-13 19:50:34 -07:00
Yui
cab25f7312 Merge pull request #15073 from bensw/faker-v4.1.0
Update Faker Definitions to V4.1.0
2017-03-13 19:48:21 -07:00
Yui
eeb442d7c0 Merge pull request #14870 from diogosantana/patch-1
Update chart.js Chart constructor from v2.4.0
2017-03-13 18:58:58 -07:00
Yui
c5094e44a3 Merge pull request #14843 from ligaz/patch-16
[react-native] SubViewRenderer can return null
2017-03-13 18:58:28 -07:00
Yui
0417212f87 Merge pull request #14836 from tkrotoff/gapi.calendar
Add definitions for Google Calendar API (gapi.calendar)
2017-03-13 18:54:34 -07:00
Yui
ef96848690 Merge pull request #14673 from generalcss/jasmine-expect-assymetric-matchers
Updated jasmine-expect matchers, added assymmetric matchers.
2017-03-13 18:50:10 -07:00
joshuacaffey
2cabef6efe Add middleware definition to aws-serverless-express (#15112) 2017-03-13 12:35:37 -07:00
Mine Starks
9eb43bdefb Merge pull request #15004 from shiftkey/fs-extra-2-0-obsoletions
[fs-extra] 2.0.0 obsoletes walk and walkSync
2017-03-13 11:45:56 -07:00
Mine Starks
84369a781d Merge pull request #15009 from webbiesdk/underscore-fixes
Underscore: various small fixes
2017-03-13 11:43:16 -07:00
('3')
2c98442b6f react-router: Improve typing of withRouter (#15144)
* Improve typing of withRouter

Hoist typings of static methods.

* Fix declaration order

* Add test case
2017-03-13 10:28:21 -07:00
Alexander Abashkin
1f83e28d46 Updated WebdriverIO API (#14945) 2017-03-13 10:26:37 -07:00
Tom Wanzek
51d20b706f Revert changes of PR #14420 (#15121) 2017-03-13 10:25:05 -07:00
Andy
cde18f95e3 Fix pixi-spine asOfVersion (#15127)
This should be the version of the library, not the version of the types.
2017-03-13 10:24:31 -07:00
Graham Mendick
1b16cc5ac6 Updated typings and tests for Navigation 4.0.0 (#15133)
* Updated typings and tests for Navigation 4.0.0

* Added tslint and fixed 2 of the 3 linting errors

* Fixed header listing error (removed byte order mark)
2017-03-13 10:18:29 -07:00
LaserUnicorns
a1f0c03fa5 Updated type definitions for 'ui-router-extras' (#15151)
* ui-router-extras - added tslint.json

* ui-router-extras
added type definitions for Future States

* ui-router-extras - fixed definition header
2017-03-13 10:10:26 -07:00
Sindre Moen
aced389ca0 Add types for week module (#15148) 2017-03-13 10:07:09 -07:00
Syncfusion-JavaScript
b8207d7f73 15.1.37 added (#15147)
* 15.1.37 added

* BOM errors fixed.

* lint errors fixed

* Lint errors fixed in test file.

* Lint errors fixed in test file.

* Lint errors fixed in test file.

* Cleared lint errors.

* Update ej.web.all-tests.ts

* Update index.d.ts

* Lint errors fixed in test file.
2017-03-13 10:06:37 -07:00
Mariusz Maroń
9a2f2815d6 Update definitions for big-integer (#15141) 2017-03-13 10:00:13 -07:00
Dan Marshall
49561b0f3f add google.fonts api (#15139)
* add google.fonts api

* add tslint.json

* add version number
2017-03-13 09:59:39 -07:00
Andy
827afd273e Travis: Always use latest 'node' version (#15126) 2017-03-13 07:04:59 -07:00
Erik Krogh Kristensen
04573ae491 async: Changed strictNullChecks to true, and fixed the tests 2017-03-13 14:27:09 +01:00
Erik Krogh Kristensen
8875c23774 async: 3 more small errors i found 2017-03-13 14:20:12 +01:00
Erik Krogh Kristensen
aebfd7772b async: reflectAll err is always null 2017-03-13 12:53:33 +01:00