Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

convert datauritoblob to ts 🎉 #4705

Merged
merged 1 commit into from
Sep 26, 2023
Merged

convert datauritoblob to ts 🎉 #4705

merged 1 commit into from
Sep 26, 2023

Conversation

mifi
Copy link
Contributor

@mifi mifi commented Sep 26, 2023

blocekd by #4640

@aduh95 aduh95 changed the base branch from ts-packages-support to utils-to-ts September 26, 2023 16:53
@aduh95 aduh95 merged commit 5c5d13a into utils-to-ts Sep 26, 2023
13 of 14 checks passed
@aduh95 aduh95 deleted the datauritoblobts branch September 26, 2023 16:53
@aduh95
Copy link
Contributor

aduh95 commented Sep 26, 2023

@mifi we're seeing the following errors:

$ corepack yarn run build:ts
Error: packages/@uppy/utils/src/dataURItoBlob.ts(3,40): error TS700[6](https://github.com/transloadit/uppy/actions/runs/6315876465/job/17149333331?pr=4699#step:9:7): Parameter 'dataURI' implicitly has an 'any' type.
Error: packages/@uppy/utils/src/dataURItoBlob.ts(3,49): error TS[7](https://github.com/transloadit/uppy/actions/runs/6315876465/job/17149333331?pr=4699#step:9:8)006: Parameter 'opts' implicitly has an 'any' type.
Error: packages/@uppy/utils/src/dataURItoBlob.ts(3,55): error TS7006: Parameter 'toFile' implicitly has an 'any' type.
Error: packages/@uppy/utils/src/dataURItoBlob.ts(24,21): error TS2345: Argument of type 'string[] | Uint[8](https://github.com/transloadit/uppy/actions/runs/6315876465/job/17149333331?pr=4699#step:9:9)Array[] | undefined' is not assignable to parameter of type 'BlobPart[]'.
  Type 'undefined' is not assignable to type 'BlobPart[]'.

@mifi
Copy link
Contributor Author

mifi commented Sep 27, 2023

that's odd. all the tests were successful in this pr and i didnt see any ts error in vscode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants