Commit Graph

34982 Commits

Author SHA1 Message Date
Nathan Shively-Sanders
a65566752e Merge pull request #19475 from untsamphan/meteor-null-objectid
Meteor:  allow strictNullChecks, add 2 methods to ObjectID
2017-09-06 10:54:05 -07:00
Nathan Shively-Sanders
f813393fa6 Merge pull request #19455 from maxpaj/patch-1
[fluent-ffmpeg] Filter functions definitions (added optional parameters)
2017-09-06 10:52:41 -07:00
Nathan Shively-Sanders
acec1047ac Merge pull request #19477 from andrew8er/feature/reexport_module_as_native
[pg] Reexport the 'pg' module under an attribute 'native'
2017-09-06 10:51:28 -07:00
Nathan Shively-Sanders
4e2d7b6241 Merge pull request #18558 from aleung/pg
Update typing for pg
2017-09-06 10:47:25 -07:00
Nathan Shively-Sanders
021f315860 Merge pull request #19486 from grahammendick/navigation4-0-1
Updated typings and tests for Navigation 4.0.1
2017-09-06 10:46:14 -07:00
Nathan Shively-Sanders
592e8282cc Merge pull request #19489 from bizen241/vfile
[vfile]: add types
2017-09-06 10:44:57 -07:00
Junyoung Choi
798233d7a5 Accept Position with extra properties
Delete `Node` interface because we are needed to check the properties about position only.
2017-09-07 02:12:27 +09:00
Junyoung Choi
0f323cae55 Use never because it always throw an error
https://basarat.gitbooks.io/typescript/docs/types/never.html
2017-09-07 02:04:06 +09:00
Andy
69bf6eb0ed Add more tslint disables (#19590) 2017-09-06 09:44:12 -07:00
Nathan Shively-Sanders
be40bb35d7 Merge pull request #19561 from bricka/swagger-tools-router-strong-typing
[swagger-tools] Adding strong typing to Swagger Router requests
2017-09-06 09:36:33 -07:00
Nathan Shively-Sanders
27416f68fe Merge pull request #19527 from mernen/fix-react-chartjs-2
react-chartjs-2: remove invalid options
2017-09-06 09:33:02 -07:00
Nathan Shively-Sanders
4a68353f66 Merge pull request #19505 from ikatyang/feat/prettier/resolve-config-sync
feat(prettier): add `resolveConfig.sync()`
2017-09-06 09:31:13 -07:00
Nathan Shively-Sanders
2b7dd52a9b Merge pull request #19513 from DerekTBrown/patch-2
Add DiskQuota option to HostConfig
2017-09-06 09:26:42 -07:00
Nathan Shively-Sanders
27a1e08882 Merge pull request #19417 from rhysd/fix-rctooltip-default-export
Fix default export in rc-tooltip package (fix #19372)
2017-09-06 09:26:21 -07:00
Nathan Shively-Sanders
a8a2ce2d4e Merge pull request #19259 from JozefBiros/redux-from-submission-error-fix
Added SubmissionError into export for immutabable
2017-09-06 09:21:30 -07:00
Nathan Shively-Sanders
4ce316f51f Merge pull request #19332 from thevtm/react-virtualized-update-window-scroller
react-virtualized: Update types for WindowScroller
2017-09-06 09:20:07 -07:00
Nathan Shively-Sanders
651e832045 Merge pull request #19518 from DxCx/graphql-subscribe
[GraphQL] Update subscribe signature for graphql v0.11.x
2017-09-06 09:18:04 -07:00
Nathan Shively-Sanders
2614273ffb Merge pull request #19568 from DefinitelyTyped/material-ui-scripts
material-ui: Move scripts from scripts/material-ui to material-ui/scripts
2017-09-06 09:15:27 -07:00
Nathan Shively-Sanders
074b2156a4 Merge pull request #19550 from Rokt33r/wcwidth
Add wcwidth
2017-09-06 09:13:07 -07:00
Junyoung Choi
65698d1e24 Update comment 2017-09-07 01:01:53 +09:00
Junyoung Choi
ec9ef2c302 Add failure scenario
Original properties must be kept!
2017-09-07 00:57:19 +09:00
Junyoung Choi
34b2133e83 Exploit generics to assert typings of custom data 2017-09-07 00:41:24 +09:00
Yaroslav Admin
5636098e03 Added more types for Node (#19465) 2017-09-06 08:07:35 -07:00
Andy
dc44f3ed72 Remove unexpected compiler options (#19589) 2017-09-06 07:46:17 -07:00
Junyoung Choi
61cf931b24 Add more option for position arguments
It also can be Node.
So, I've extracted type for this argument as StringifiablePosition, which is `Point | Position | Node`.
2017-09-06 23:13:55 +09:00
Eloy Durán
b11413bbe3 Merge pull request #19517 from iRoachie/rnmk-progress
[rnmk] Add Indeterminate component to MKProgress
2017-09-06 15:29:50 +02:00
kujon
17a517a138 Reverted the test changes 2017-09-06 14:22:53 +01:00
kujon
2ab3885f98 Reverted the changes to keys, values and toPairs 2017-09-06 14:21:55 +01:00
Junyoung Choi
08c0fcffbd Add more type of argument for position
It can take both Position and Point
2017-09-06 21:54:08 +09:00
Junyoung Choi
7eb5ba8714 Fix typings for vfile by the guide of the author 2017-09-06 21:54:00 +09:00
Flavio Torres
cc1d75836f Parse 2.4 2017-09-06 09:33:37 -03:00
Junyoung Choi
122500f99f Add VFile 2017-09-06 20:52:34 +09:00
Syncfusion-JavaScript
8077361684 Fix ej.web.all Compilation issue 2017-09-06 14:57:05 +05:30
Syncfusion-JavaScript
7ae4132b2c Fix ej.web.all Compilation issue 2017-09-06 14:25:33 +05:30
Alexander Azarov
76105d9466 Type definitions for picturefill
It's a module function, so should be imported like

```
import picturefill = require('picturefill');
```
2017-09-06 10:29:35 +03:00
Syncfusion-JavaScript
0016ee2273 Fix ej.web.all Compilation issue 2017-09-06 12:59:13 +05:30
Syncfusion-JavaScript
1d771da385 Fix ej.web.all Compilation issue 2017-09-06 12:47:25 +05:30
Junyoung Choi
f56d8aacd5 Remove unnecessary namespace and fix importing expression in test module
This implementation is for making `import * as someModule from 'someModule'` is available.
But this usage is note appropiate.
2017-09-06 16:15:21 +09:00
Syncfusion-JavaScript
6eaeb6523d Fix ej.web.all Compilation issue 2017-09-06 12:22:33 +05:30
Syncfusion-JavaScript
158dde92bf Fix ej.web.all Compilation issue 2017-09-06 12:20:47 +05:30
Syncfusion-JavaScript
f0374153dd Fix ej.web.all Compilation issue 2017-09-06 12:12:33 +05:30
Syncfusion-JavaScript
41924403af Fix ej.web.all Compilation issue 2017-09-06 11:56:54 +05:30
Leo Liang
402433d3b4 Fix error after merge master 2017-09-06 14:10:22 +08:00
Dave Wasmer
5e71b3c192 Fix header() return type
req.header() can return an array of strings
2017-09-05 23:36:37 -06:00
Syncfusion-JavaScript
8bcdf93d12 Fix ej.web.all Compilation issue 2017-09-06 10:05:29 +05:30
Henrique
8e11dc8f82 Adding the schemes:
schemeBrBG
schemePRGn
schemePiYG
schemePuOr
schemeRdBu
schemeRdGy
schemeRdYlBu
schemeRdYlGn
schemeSpectral

schemeBlues
schemeGreens
schemeGreys
schemeOranges
schemePurples
schemeReds

schemeBuGn
schemeBuPu
schemeGnBu
schemeOrRd
schemePuBuGn[0][0]
schemePuBu
schemePuRd
schemeRdPu
schemeYlGnBu
schemeYlGn
schemeYlOrBr
schemeYlOrRd
2017-09-06 01:34:19 -03:00
Syncfusion-JavaScript
b41e40c72f Fix ej.web.all Compilation issue 2017-09-06 09:35:22 +05:30
Leo Liang
b81e4ed29f Merge branch 'master' into pg 2017-09-06 11:58:10 +08:00
Syncfusion-JavaScript
5dab40b46b committed fix for ej.web.all compilation issue 2017-09-06 09:23:14 +05:30
Nathan Shively-Sanders
67d401c875 Merge pull request #19551 from segayuu/master
[hexo-fs]: Add Types.
2017-09-05 16:24:26 -07:00