Benjamin Lichtman
|
91d0d1fa53
|
Merge pull request #21559 from bertoritger/master
A-Frame register custom geometry fix
|
2017-11-21 10:35:16 -08:00 |
|
Benjamin Lichtman
|
074b7534f8
|
Merge pull request #21603 from cdeutsch/puppeteer-fix
puppeteer fixes
|
2017-11-21 10:30:45 -08:00 |
|
Benjamin Lichtman
|
c4fa1265ea
|
Merge pull request #21604 from JoshuaKGoldberg/patch-2
Made name optional in jest::jasmine::createSpy
|
2017-11-21 10:29:35 -08:00 |
|
Benjamin Lichtman
|
6f03b97f58
|
Merge pull request #21606 from csvn/rollup
rollup: improved correctness for strictNullChecks
|
2017-11-21 10:25:51 -08:00 |
|
Benjamin Lichtman
|
bac08d41aa
|
Merge pull request #21608 from csvn/rollup-watch
rollup: added typings for watch api
|
2017-11-21 10:20:50 -08:00 |
|
Benjamin Lichtman
|
41d73b5c2b
|
Merge pull request #21617 from JoshuaKGoldberg/webpack-manifest-plugin-fileName
Fixed camelCasing for webpack-manifest-plugin fileName
|
2017-11-21 10:17:39 -08:00 |
|
Benjamin Lichtman
|
06fd405d3f
|
Merge pull request #21630 from r3nya/react-slick
[react-slick] update typings
|
2017-11-21 10:16:31 -08:00 |
|
Benjamin Lichtman
|
3fdf08bd33
|
Merge pull request #21635 from knuppe/master
puppeteer: This fixes the definitions of classes that extend the EventEmitter
|
2017-11-21 10:14:41 -08:00 |
|
Benjamin Lichtman
|
a0624a7de9
|
Merge pull request #21643 from donaldpipowitch/patch-13
make express compatible with --strictFunctionTypes - fixes #21371
|
2017-11-21 09:59:10 -08:00 |
|
Benjamin Lichtman
|
6284079da5
|
Merge pull request #21645 from kpping/master
string is an acceptable type of ssl attr
|
2017-11-21 09:57:46 -08:00 |
|
Benjamin Lichtman
|
a0ec6c860a
|
Merge pull request #21657 from hax/patch-1
fix typo at CursorPositionChangedEvent
|
2017-11-21 09:53:58 -08:00 |
|
Benjamin Lichtman
|
1da5f7becb
|
Merge pull request #21658 from fortes/moment-timezone-utcOffset
Add `MomentZone.utcOffset` to `moment-timezone` (added in 0.5.14)
|
2017-11-21 09:53:06 -08:00 |
|
Benjamin Lichtman
|
dd467d78b5
|
Merge pull request #21516 from sthomp/master
[mapbox-gl] add heatmap to layer types
|
2017-11-21 09:50:58 -08:00 |
|
Benjamin Lichtman
|
b423c252a0
|
Merge pull request #21532 from PsychoSTS/master
Three BufferGeometry setFromPoints and setFromObject method defintions
|
2017-11-21 09:49:55 -08:00 |
|
Benjamin Lichtman
|
c09b0c00db
|
Merge pull request #21471 from Manduro/mixpanel
mixpanel: 2.14 with new method
|
2017-11-21 09:46:18 -08:00 |
|
Nathan Shively-Sanders
|
661e7136a7
|
Merge pull request #21352 from unindented/draft-js
Expose RawContentState internals for draft-js 0.10
|
2017-11-20 13:06:52 -08:00 |
|
Nathan Shively-Sanders
|
6762f912a8
|
Merge pull request #21137 from nikdo/master
cordova-plugin-device: Declare property on window object
|
2017-11-20 12:43:50 -08:00 |
|
Filipe Fortes
|
70d7e12896
|
Add MomentZone.utcOffset, added in 0.5.14
|
2017-11-20 10:53:04 -08:00 |
|
HE Shi-Jun
|
9b3e2fef0b
|
fix typo at CursorPositionChangedEvent
|
2017-11-20 11:21:09 -06:00 |
|
Radek Matěj
|
85c4060f2e
|
fixup! fixup! Declare property on window object
|
2017-11-20 13:55:09 +01:00 |
|
Radek Matěj
|
15d316eab3
|
fixup! Declare property on window object
|
2017-11-20 13:50:33 +01:00 |
|
Andrew Makarov
|
5330f0c347
|
[react-slick] update typings
|
2017-11-20 12:32:07 +03:00 |
|
Krittanan Pingclasai
|
52d715676c
|
string is an acceptable type of ssl attr
|
2017-11-20 16:14:38 +07:00 |
|
Donald Pipowitch
|
748eb05ce0
|
fixes #21371
|
2017-11-20 09:31:16 +01:00 |
|
Knuppe
|
0112196cb9
|
This fixes the definitions of classes that extend the EventEmitter (Browser and Page).
Signed-off-by: Knuppe <gustavoknuppe@gmail.com>
|
2017-11-19 22:36:06 -02:00 |
|
Nathan Shively-Sanders
|
a4c2d3c7de
|
Merge pull request #21633 from dwickern/ember
[ember] some small fixes
|
2017-11-19 16:32:46 -08:00 |
|
Derek Wickern
|
d17a9bb823
|
update ember typings
|
2017-11-19 09:46:14 -08: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 |
|
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 |
|