Commit Graph

37974 Commits

Author SHA1 Message Date
Derek Wickern
d17a9bb823 update ember typings 2017-11-19 09:46:14 -08:00
Uri Shaked
42832414db [beats] Add typings 2017-11-19 14:05:17 +02:00
Nico Jansen
0a4a4f3439 feat(download): Add download types 2017-11-19 10:31:08 +01:00
Arturas Molcanovas
63b3d353cd iltorb callback return type set to void 2017-11-19 00:40:30 +00:00
Arturas Molcanovas
f26b4401fe fix iltorb lint 2017-11-19 00:36:31 +00:00
Arturas Molcanovas
e701d85609 iltorb tests 2017-11-19 00:34:46 +00:00
Joshua Goldberg
e007354a79 Fixed camelCasing for webpack-manifest-plugin fileName
It's listed as fileName in the docs. I think this was just a typo.
2017-11-18 15:26:21 -08:00
Mick Charuwichitratana
738afd6817 [@types/epilogue] Create type definition for Epilogue 2017-11-18 22:24:52 +07:00
cx
f9886d4f27 update 2017-11-18 23:12:37 +08:00
cx
aa823497f0 #three.js update new function name 2017-11-18 23:10:09 +08:00
Denis Malinochkin
f24864cbff feat(types): Add typings for "http-proxy-agent" package 2017-11-18 12:20:10 +03:00
Christian Svensson
71be23ef73 added watch api typings
See documentation: for details
https://rollupjs.org/#rollup-watch

Source code has more details on event data:
e11a2fdf7e/src/watch/index.js
2017-11-18 06:03:29 +01:00
Christian Svensson
3be84fe1aa transform/transformBundle can return null/undefined
I did not find it explicitly in documentation, but here is the code:
https://github.com/rollup/rollup/blob/master/src/utils/transform.js#L78
https://github.com/rollup/rollup/blob/master/src/utils/transformBundle.js#L12
2017-11-18 02:54:58 +01:00
Nathan Shively-Sanders
35272568c9 Merge pull request #21456 from TheColorRed/patch-1
deepmerge does not exist on window
2017-11-17 16:33:39 -08:00
Nathan Shively-Sanders
d60cf71751 Merge pull request #21458 from keplersj/next-js-with-router-hoc
Add withRouter HOC to next.js typedef
2017-11-17 16:16:04 -08:00
Nathan Shively-Sanders
3ea83c6f84 Merge pull request #21450 from tlaziuk/html-webpack-plugin
[html-webpack-plugin] upgrade to v2.30
2017-11-17 16:13:05 -08:00
Nathan Shively-Sanders
2031f767a3 Merge pull request #21492 from bmarcaur/fix/additional-chunks-mode-sort
[html-webpack-plugin] Added 'manual' to the 'chunksSortMode' configuration
2017-11-17 15:27:30 -08:00
Nathan Shively-Sanders
83cd5f2d0f Merge pull request #21600 from mrmlnc/dotdir_regex
[dotdir-regex]: Add typings for "dotdir-regex" package
2017-11-17 15:25:56 -08:00
Nathan Shively-Sanders
555bc8640b Merge pull request #21601 from mrmlnc/dotfile-regex
[dotfile-regex]: Add typings for "dotfile-regex" package
2017-11-17 15:25:30 -08:00
Nathan Shively-Sanders
a8b09187a1 Merge pull request #21564 from josephroque/master
[react-native-fabric] Add typings for react-native-fabric
2017-11-17 15:10:48 -08:00
Nathan Shively-Sanders
4dcd721335 Merge pull request #21587 from r3nya/react-native-mixpanel
[react-native-mixpanel] Added typings
2017-11-17 15:09:47 -08:00
Nathan Shively-Sanders
71b6986b4e Merge pull request #21526 from dhritzkiv/patch-4
haversine: add format support
2017-11-17 15:08:17 -08:00
Nathan Shively-Sanders
83b8ec1f02 Merge pull request #21585 from kevin-greene-ck/thrift-https
[thrift] connections should take options for http or https
2017-11-17 15:06:40 -08:00
Nathan Shively-Sanders
05060e2f11 Merge pull request #21545 from mgmarlow/patch-1
braintree-web: Update tokenize payload to include `lastFour` in `details` as per 3.26.0
2017-11-17 15:05:43 -08:00
Nathan Shively-Sanders
4db5d83063 Merge pull request #21599 from mikewoudenberg/master
Adds optional timeout config to 'then' method of the cypress package
2017-11-17 15:04:31 -08:00
Nathan Shively-Sanders
a89f5adc17 Merge pull request #21580 from cindyssun5/master
Fix Algolia object spread typing
2017-11-17 15:04:00 -08:00
Christian Svensson
78bf7ac1d6 importer is undefined for entry modules
https://github.com/rollup/rollup/blob/master/src/Bundle.js#L116
2017-11-17 22:13:07 +01:00
Andrew Makarov
36cd1f471e [react-native-mixpanel] refactoring 2017-11-17 23:38:17 +03:00
Josh Goldberg
d8652bb065 Made name optional in jest::jasmine::createSpy
See https://github.com/jasmine/jasmine/issues/1438 and https://github.com/DefinitelyTyped/DefinitelyTyped/pull/21159.
2017-11-17 12:06:42 -08:00
Christopher Deutsch
c8df900a53 Fix bug with waitForSelector. Option params should all be optional.
Add new `LaunchOptions`

Used 90ca007367/docs/api.md as reference for these changes.
2017-11-17 11:46:32 -06:00
Nathan Shively-Sanders
51208357b1 Merge pull request #21588 from moraneva/master
[dynogels] Added typings
2017-11-17 09:34:11 -08:00
Denis Malinochkin
daeef8b45f feat(types): Add typings for "dotfile-regex" package 2017-11-17 20:10:12 +03:00
Denis Malinochkin
46a7be2be9 feat(types): Add typings for "dotdir-regex" package 2017-11-17 20:05:22 +03:00
Mike Woudenberg
f5b752390e Adds optional timeout config to 'then' method 2017-11-17 15:54:35 +01:00
Tomáš Hübelbauer
6cb103319f Mark React's prevState in setState function as ReadOnly (immutable) (#21591)
* Mark prevState in setState function as ReadOnly (immutable)

* Fix casing
2017-11-17 14:32:16 +00:00
ChenX
d66780309a clear code. 2017-11-17 17:23:44 +08:00
ChenX
f041723988 add OutLinePass and SMAAPass 2017-11-17 17:15:30 +08:00
ChenX
79e1c170a8 update new function 2017-11-17 17:08:46 +08:00
ChenX
b64cd7805d Merge remote-tracking branch 'upstream/master' 2017-11-17 16:56:34 +08:00
Evan Moran
5a6370ad02 Match typescript version to "joi" typescript version 2017-11-16 19:02:32 -05:00
Evan Moran
c441dd1936 remove node type from package.json 2017-11-16 18:48:24 -05:00
Evan Moran
2993a4e398 Merged branch master into master 2017-11-16 18:42:47 -05:00
Nathan Shively-Sanders
a1afc0e64a Merge pull request #21586 from jinwoo/master
[package-json] fix wrong return type
2017-11-16 15:04:34 -08:00
Paul Selden
71d0268f5c Add package.json with dependencies 2017-11-16 17:54:59 -05:00
Jinwoo Lee
aedb3fb018 [package-json] fix wrong return type
I made a mistake in my original PR
https://github.com/DefinitelyTyped/DefinitelyTyped/pull/21578

The function should return a promise.
- https://www.npmjs.com/package/package-json
- https://github.com/sindresorhus/package-json/blob/master/index.js#L30
2017-11-16 14:20:14 -08:00
Kevin Greene
42f4193dbc Fixing tests 2017-11-16 14:19:40 -08:00
Andrew Makarov
628b7ee0eb [react-native-mixpanel] Added typings 2017-11-17 01:12:18 +03:00
Nathan Shively-Sanders
6142dd9625 Merge pull request #21584 from r3nya/hex-rgba
[hex-rgba] add typings
2017-11-16 14:01:32 -08:00
Kevin Greene
0de88b5c84 [thrift] connections should take options for http or https 2017-11-16 13:50:23 -08:00
Andrew Makarov
6c8ded95d7 [hex-rgba] add typings 2017-11-16 23:59:01 +03:00