-
Notifications
You must be signed in to change notification settings - Fork 3.9k
bun-types: add static modifiers to static S3Client methods (#18818) #18819
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
Conversation
|
I keep forgetting that TS is elegant. The missing JSDocs are now back. |
alii
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one thing!
alii
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some params got removed, we will be generating documentation soon
so would be nice to have those. The @examples are great, though, thanks for adding those.
alii
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot!

What does this PR do?
This adds missing static method declarations for
S3Client. Preference is given to instance methods, so JSDoc will only show for those and not for static ones.Closes #18818