uppy/packages/@uppy
Renée Kooi 5709647728
typescript: fix uppy package use with allowSyntheticImports: false
Synthetic default imports allow you to `import X from 'x'` if `'x'` is a
CommonJS module. Our `uppy` package relied on that (probably forgot to
update it in a previous patch). If users had set
`allowSyntheticDefaultImports: false`, they would not be able to use the
`uppy` package.

We should at some point go through the typings again and set everything
to the tightest options, because that'll work with the widest array of
users, but for now let's just unbreak this particular case.

Fixes #1395
2019-04-01 11:47:52 +02:00
..
aws-s3 typescript: fix uppy package use with allowSyntheticImports: false 2019-04-01 11:47:52 +02:00
aws-s3-multipart typescript: fix uppy package use with allowSyntheticImports: false 2019-04-01 11:47:52 +02:00
companion companion: send null when download is complete 2019-03-29 14:22:14 +01:00
companion-client add space before parentheses 2019-03-28 16:27:51 +03:00
core companion-client: use different informer message for auth errors 2019-03-28 01:46:12 +01:00
dashboard typescript: fix uppy package use with allowSyntheticImports: false 2019-04-01 11:47:52 +02:00
drag-drop Release 2019-03-08 20:47:42 +03:00
dropbox provier-views,companion-client: handle 401 response for companion 2019-03-28 01:42:46 +01:00
file-input Release 2019-03-08 20:47:42 +03:00
form Release 2019-03-08 20:47:42 +03:00
golden-retriever Release 2019-03-08 20:47:42 +03:00
google-drive provier-views,companion-client: handle 401 response for companion 2019-03-28 01:42:46 +01:00
informer Informer Plugin: made the tooltip not overflow the uppy container 2019-03-27 03:19:56 +05:00
instagram provier-views,companion-client: handle 401 response for companion 2019-03-28 01:42:46 +01:00
progress-bar Release 2019-03-08 20:47:42 +03:00
provider-views Merge pull request #1363 from transloadit/feature/gdrive-thumbnails 2019-03-28 17:58:57 +03:00
react add showSelectedFiles which was missing from type definition 2019-03-09 19:28:32 -05:00
redux-dev-tools Release 2019-03-08 20:47:42 +03:00
robodog Release 2019-03-08 20:47:42 +03:00
status-bar Release 2019-03-08 20:47:42 +03:00
store-default Release 2019-03-08 20:47:42 +03:00
store-redux Release 2019-03-08 20:47:42 +03:00
thumbnail-generator thumbnail-generator: do not export tainted canvas 2019-03-11 14:24:55 +01:00
transloadit typescript: fix uppy package use with allowSyntheticImports: false 2019-04-01 11:47:52 +02:00
tus Release 2019-03-08 20:47:42 +03:00
url protect some styles from bleeding 2019-03-21 19:55:11 +03:00
utils use stubs instead of removed locales 2019-03-19 14:45:56 +03:00
webcam Release 2019-03-08 20:47:42 +03:00
xhr-upload xhr-upload: load CompanionClient appropriately 2019-03-29 13:58:58 +01:00