uppy/test
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
..
endtoend typescript: fix uppy package use with allowSyntheticImports: false 2019-04-01 11:47:52 +02:00
mocks Export Plugin class from @uppy/core. 2018-06-28 12:20:21 +02:00
resources Working test 2018-10-01 15:18:49 +02:00
.eslintrc.json .eslintrc → .eslintrc.json 2018-06-07 13:18:39 +02:00