mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-26 03:35:19 +00:00
Object rest spread was standardised this year so it's safe to use. It has shipped in major browsers and Node. Because Uppy uses immutable state we can make a lot of gains in terseness and readability by using the new object syntaxes, I think. I updated one place where we were using Object.assign; I think we can merge it like this first and then update the other places when we are changing stuff there anyway. |
||
|---|---|---|
| .. | ||
| aws-s3 | ||
| aws-s3-multipart | ||
| core | ||
| dashboard | ||
| drag-drop | ||
| dropbox | ||
| file-input | ||
| form | ||
| golden-retriever | ||
| google-drive | ||
| informer | ||
| progress-bar | ||
| provider-views | ||
| react | ||
| redux-dev-tools | ||
| server-utils | ||
| status-bar | ||
| store-default | ||
| store-redux | ||
| thumbnail-generator | ||
| transloadit | ||
| tus | ||
| url | ||
| utils | ||
| webcam | ||
| xhr-upload | ||