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

buffer: add JSDoc to blob bytes method #54117

Merged

Conversation

RobertoSimonini1
Copy link
Contributor

@RobertoSimonini1 RobertoSimonini1 commented Jul 30, 2024

added JSDoc comment that describes the return type of the types blob method.

This fixes part of: #54105

@nodejs-github-bot nodejs-github-bot added the needs-ci PRs that need a full CI run. label Jul 30, 2024
Copy link

codecov bot commented Jul 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.07%. Comparing base (f9f9a42) to head (50f9bde).
Report is 27 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #54117      +/-   ##
==========================================
- Coverage   87.08%   87.07%   -0.02%     
==========================================
  Files         643      643              
  Lines      181581   181584       +3     
  Branches    34897    34885      -12     
==========================================
- Hits       158122   158106      -16     
- Misses      16747    16754       +7     
- Partials     6712     6724      +12     
Files Coverage Δ
lib/internal/blob.js 98.40% <100.00%> (+<0.01%) ⬆️

... and 22 files with indirect coverage changes

@RobertoSimonini1 RobertoSimonini1 force-pushed the blob_bytes_method_JSDoc branch 2 times, most recently from 033f174 to db5b2a2 Compare July 30, 2024 15:44
Copy link
Contributor

@jakecastelli jakecastelli left a comment

Choose a reason for hiding this comment

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

LGTM with a nit: the commit message needs to be fixed before this PR can land, please read the guideline here

My suggested commit message is: buffer: add JSDoc to blob bytes method, you can amend the commit and do a force push.

@RobertoSimonini1
Copy link
Contributor Author

RobertoSimonini1 commented Jul 30, 2024

@jakecastelli, ok thanks a lot for the guidance, I changed the commit message and now should be ok, if there is something else to fix let me know and I'll fix it asap, thanks again :)

@RobertoSimonini1 RobertoSimonini1 changed the title add JSDoc to blob bytes method buffer: add JSDoc to blob bytes method Jul 30, 2024
@jakecastelli jakecastelli added the request-ci Add this label to start a Jenkins CI on a PR. label Aug 2, 2024
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 2, 2024
@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@jakecastelli jakecastelli added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Aug 4, 2024
@jakecastelli jakecastelli added the commit-queue Add this label to land a pull request using GitHub Actions. label Aug 5, 2024
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Aug 5, 2024
@nodejs-github-bot nodejs-github-bot merged commit a3cd290 into nodejs:main Aug 5, 2024
59 checks passed
@nodejs-github-bot
Copy link
Collaborator

Landed in a3cd290

targos pushed a commit that referenced this pull request Aug 14, 2024
PR-URL: #54117
Reviewed-By: Jake Yuesong Li <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
@RafaelGSS RafaelGSS mentioned this pull request Aug 19, 2024
targos pushed a commit that referenced this pull request Sep 21, 2024
PR-URL: #54117
Reviewed-By: Jake Yuesong Li <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. needs-ci PRs that need a full CI run.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants