Benjamin Lichtman and GitHub
4f55152cbc
Merge pull request #19768 from amritk/master
...
Added some missing members to googlemaps opening_hours
2017-09-25 11:06:17 -07:00
SheetJSDev and Masahiro Wakame
55feb7cdec
remove xlsx types ( #19889 )
...
original discussion:
- DefinitelyTyped/DefinitelyTyped#16500
- SheetJS/js-xlsx#655
2017-09-26 01:18:58 +09:00
York Yao and Masahiro Wakame
29ca22c8b0
[React] change createElement declaration ( #19858 )
...
* fix https://github.com/Microsoft/TypeScript/issues/15019
* change the stable v15 declaration too
* catch-all case also take string
* add string for test
2017-09-26 01:14:17 +09:00
loopArray and Masahiro Wakame
e835076e1e
@types/echarts Modify namespaces from ECharts to echarts ( #19507 )
...
* Modify namespaces from ECharts to echarts
Modify namespaces from ECharts to echarts. Because the global variables in the window browser using echarts rather than ECharts.
If I don't use UMD or AMD or commonjs way to use echarts, ECharts compiled in the browser can not find.
* ECharts is only a type not a constructed function
2017-09-26 01:04:59 +09:00
smhxx and Masahiro Wakame
1cbfd46ddf
Adding CompositeDisposable class and finishing IConfig methods ( #19993 )
2017-09-26 00:56:18 +09:00
Benjamin Lichtman and GitHub
128d91997f
Merge pull request #19855 from valeriangalliat/docopt-export
...
Fix docopt export format
2017-09-25 08:39:04 -07:00
Benjamin Lichtman and GitHub
1a8df7520e
Merge pull request #19739 from telerik/kendo-ui-2017.3.913
...
feat: upgrade Kendo UI definitions to 2017.3.913
2017-09-25 08:37:34 -07:00
Benjamin Lichtman and GitHub
a3d835e02c
Merge pull request #19782 from dobrakmato/patch-3
...
Correct interface fields in FfprobeData
2017-09-25 08:36:09 -07:00
Benjamin Lichtman and GitHub
7224283b9a
Merge pull request #19805 from lavyun/master
...
Add declarations for 'mockjs'
2017-09-25 08:35:08 -07:00
Valérian Galliat
b07f7501df
docopt: export DocoptOption
2017-09-25 10:34:14 -04:00
Valérian Galliat
40dc2228bb
docopt: fix export format
2017-09-25 10:33:55 -04:00
Steve Ognibene and GitHub
f3948899b4
Merge pull request #19829 from googol/bigjs
...
[big.js] named module export
2017-09-25 10:31:00 -04:00
Miika Hänninen
46ac6f8485
Add separate tests for the global exports
2017-09-25 09:44:40 +03:00
Miika Hänninen
f8be1136f2
Enable strict null checking
2017-09-25 09:44:35 +03:00
Miika Hänninen
f83ae7c7ca
Add global definition block
2017-09-25 09:44:29 +03:00
Miika Hänninen
5571cb5cb7
Add linting
2017-09-25 09:44:22 +03:00
Miika Hänninen
8cbb73d9ec
Change tests to reflect the new typings
2017-09-25 09:44:19 +03:00
Miika Hänninen
0d330d96e8
Type the named export Big of big.js
2017-09-25 09:44:13 +03:00
Miika Hänninen
fa2e4f11ae
Remove global big.js declaration
2017-09-25 09:43:46 +03:00
Stamo-Gochev
617f1abe8e
feat: upgrade Kendo UI definitions to 2017.3.913
...
The fixes for Alert, Confirm and Prompt messages in:
https://github.com/DefinitelyTyped/DefinitelyTyped/commit/332ca267d198a271683921ea750ea4cf15bcdf57#diff-6892c3337024d80c66687f1e88553bf2
are no longer necessary as they are addressed by us in:
https://github.com/telerik/kendo/commit/23ea31e4fbef78f292295dea7c2d739240a7a114#diff-8192a644b53dbe67e6aeddfe95e4d12a
2017-09-25 09:15:53 +03:00
Cort Spellman and Masahiro Wakame
1066f6fb82
[ramda]: Correct order of reducing-fn params in reduceRight ( #18798 )
...
The reducing function in Ramda's reduceRight has signature
(elem: T, acc: TResult) => TResult,
as per https://github.com/ramda/ramda/blob/v0.24.0/src/reduceRight.js .
The order of the parameters was switched at
https://github.com/ramda/ramda/commit/68d1dc19fb035b0fcafcc1857331f9d00986470f
2017-09-24 15:39:09 +09:00
Eloy Durán and GitHub
040a0eb7c5
Merge pull request #19047 from dannycochran/patch-8
...
update react-native image source typing
2017-09-23 11:56:27 +02:00
lavyun
af4c13d92b
update module import
2017-09-23 10:06:33 +08:00
Benjamin Lichtman and GitHub
7c594cbdfd
Merge pull request #19813 from matrumz/master
...
[better-sqlite3] Added fileMustExist to DatabaseOptions
2017-09-22 16:30:43 -07:00
Benjamin Lichtman and GitHub
33a665e52b
Merge pull request #19939 from davidka/change-wrong-selection-content-type
...
Change wrong selection content type
2017-09-22 15:36:09 -07:00
Benjamin Lichtman and GitHub
3a3f903a08
Merge pull request #19954 from ckanibal/mongoose-fix
...
@types/mongoose: done-callback supports a optional error parameter
2017-09-22 14:14:40 -07:00
Danny Cochran and GitHub
3675e134d1
remove whitespace
2017-09-22 12:41:41 -07:00
Benjamin Lichtman and GitHub
f2ebf075a7
Merge pull request #19801 from KillerCodeMonkey/master
...
@types/quill - add strict and scrollContainer fields to QuillOptionsStatic interface
2017-09-22 10:48:29 -07:00
Benjamin Lichtman and GitHub
962f75d9bb
Merge pull request #19964 from kondi/bricks.js
...
Add definitions for 'bricks.js'
2017-09-22 10:46:22 -07:00
Benjamin Lichtman and GitHub
bbb89a9dac
Merge pull request #19931 from Loghorn/execfile
...
Fixes issues with callback parameters and adds missing promisified
2017-09-22 10:41:24 -07:00
Benjamin Lichtman and GitHub
6bd9be2e36
Merge pull request #19947 from brieb/moment-timezone-population
...
[moment-timezone] Add Zone population field
2017-09-22 10:21:05 -07:00
Benjamin Lichtman and GitHub
433f88e215
Merge pull request #19389 from nishantkyal/master
...
Added support for nightmare-inline-download to nightmare.js
2017-09-22 10:17:42 -07:00
Benjamin Lichtman and GitHub
998a48a48e
Merge pull request #19891 from Ailrun/openlayers
...
Update openlayers layer options
2017-09-22 10:15:23 -07:00
Benjamin Lichtman and GitHub
df9390235d
Merge pull request #19926 from Robinfr/puppeteer-optional-options
...
[Puppeteer] Options are now optional
2017-09-22 10:10:24 -07:00
Benjamin Lichtman and GitHub
6e55ffb3e9
Merge pull request #19925 from pasieronen/bunyan-bugsnag
...
bunyan-bugsnag: add types
2017-09-22 10:05:37 -07:00
Pusztai Tibor
64c8216c08
Add definitions for 'bricks.js'
2017-09-22 18:47:58 +02:00
Alessandro Vergani
d0c94a2824
Refactoring of optics-agent
2017-09-22 09:38:21 +02:00
Pasi Eronen
4b38dc6828
bunyan-bugsnag: expose Options interface
2017-09-22 10:14:21 +03:00
Ailrun
a70840e717
Update openlayers layer options
2017-09-22 03:04:57 -04:00
Kanibal
e30f58fda5
done-callback supports a optional error parameter
2017-09-22 02:55:02 +02:00
Benjamin Lichtman and GitHub
78d81429f4
Merge pull request #19932 from cyrilgandon/angular-file-upload
...
Add definitions for angular-file-upload
2017-09-21 17:26:59 -07:00
Benjamin Lichtman and GitHub
8bcafee075
Merge pull request #19929 from Kampfgnom/add_accept_language_parser
...
[accept-language-parser] Add new types for accept-language-parser
2017-09-21 17:19:17 -07:00
Benjamin Lichtman and GitHub
ceff0cc336
Merge pull request #19922 from beaulac/google-cloud-datastore
...
Add @google-cloud/datastore definitions
2017-09-21 17:09:50 -07:00
Benjamin Lichtman and GitHub
c55673a7e3
Merge pull request #19923 from mrand01/react-native-safari-view
...
Add definitions for react-native-safari-view
2017-09-21 17:01:38 -07:00
Benjamin Lichtman and GitHub
91a8affb68
Merge pull request #19919 from mattbishop/deep-freeze-es6
...
Add definitions for deep-freeze-es6
2017-09-21 16:46:33 -07:00
Benjamin Lichtman and GitHub
222be7f2bd
Merge pull request #19890 from dan-j/react-stripe-elements
...
Added definitions for 'react-stripe-elements'
2017-09-21 16:43:57 -07:00
Benjamin Lichtman and GitHub
8716db2dec
Merge pull request #19820 from jeffwu85182/master
...
Add props for BarcodeScanOptions
2017-09-21 16:42:33 -07:00
Benjamin Lichtman and GitHub
3e32741b67
Merge pull request #19781 from forabi/update-jszip
...
Update JSZip
2017-09-21 16:41:35 -07:00
Benjamin Lichtman and GitHub
7e1c984345
Merge pull request #19797 from nikeee/patch-2
...
Add missing cookies property
2017-09-21 16:35:15 -07:00
Benjamin Lichtman and GitHub
46c818c1b3
Merge pull request #19778 from harrygr/patch-1
...
Update parameter for token callback
2017-09-21 16:26:45 -07:00