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

Remove observable interface #210

Merged
merged 4 commits into from
Dec 23, 2024
Merged

Remove observable interface #210

merged 4 commits into from
Dec 23, 2024

Conversation

clostao
Copy link
Contributor

@clostao clostao commented Dec 20, 2024

This PR substitutes the observable returning type of upload methods for a returning promise and an optional callback for tracking the upload.

Additionally, it updates the module type to node16 for assuring that asynchronous imports are not transpiled to require statements.

Copy link
Collaborator

@marc-aurele-besner marc-aurele-besner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great! 💪
Can we reflect these changes in the package README please?

@clostao
Copy link
Contributor Author

clostao commented Dec 23, 2024

Updated, thanks!

Copy link
Collaborator

@marc-aurele-besner marc-aurele-besner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, just some small miss in most import in the readme, let's try to make these code snippet as copy/pastable as possible without errors 👍

packages/auto-drive/README.md Show resolved Hide resolved
Copy link
Collaborator

@marc-aurele-besner marc-aurele-besner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome work, thank you very much 🙇‍♂️

@clostao clostao merged commit 3a03320 into main Dec 23, 2024
1 check passed
@clostao clostao deleted the remove-observable-upload branch December 23, 2024 13:18
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