-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
typings: remove blob extra typings #58305
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
typings: remove blob extra typings #58305
Conversation
Commit Queue failed- Loading data for nodejs/node/pull/58305 ✔ Done loading data for nodejs/node/pull/58305 ----------------------------------- PR info ------------------------------------ Title typings: remove blob extra typings (#58305) Author Dario Piotrowicz <[email protected]> (@dario-piotrowicz) Branch dario-piotrowicz:dario/remove-blob-extra-typings -> nodejs:main Labels author ready, typings Commits 2 - typings: remove no longer valid `revokeDataObject` type - typings: remove no longer valid `FixedSizeBlobCopyJob` type Committers 1 - Dario Piotrowicz <[email protected]> PR-URL: https://github.com/nodejs/node/pull/58305 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/58305 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> -------------------------------------------------------------------------------- ℹ This PR was created on Tue, 13 May 2025 00:28:04 GMT ✔ Approvals: 2 ✔ - Yagiz Nizipli (@anonrig) (TSC): https://github.com/nodejs/node/pull/58305#pullrequestreview-2834988365 ✔ - Chengzhong Wu (@legendecas) (TSC): https://github.com/nodejs/node/pull/58305#pullrequestreview-2860436676 ✔ Last GitHub CI successful ℹ Green GitHub CI is sufficient -------------------------------------------------------------------------------- ✔ No git cherry-pick in progress ✔ No git am in progress ✔ No git rebase in progress -------------------------------------------------------------------------------- - Bringing origin/main up to date... From https://github.com/nodejs/node * branch main -> FETCH_HEAD ✔ origin/main is now up-to-date - Downloading patch for 58305 From https://github.com/nodejs/node * branch refs/pull/58305/merge -> FETCH_HEAD ✔ Fetched commits as 53944c44629b..39a3150f6ef2 -------------------------------------------------------------------------------- [main e6eedf4641] typings: remove no longer valid `revokeDataObject` type Author: Dario Piotrowicz <[email protected]> Date: Tue May 13 01:16:06 2025 +0100 1 file changed, 1 deletion(-) [main 930e4c000c] typings: remove no longer valid `FixedSizeBlobCopyJob` type Author: Dario Piotrowicz <[email protected]> Date: Tue May 13 01:20:44 2025 +0100 1 file changed, 7 deletions(-) ✔ Patches applied There are 2 commits in the PR. Attempting autorebase. Rebasing (2/4) Executing: git node land --amend --yes --------------------------------- New Message ---------------------------------- typings: remove no longer valid `revokeDataObject` typehttps://github.com/nodejs/node/actions/runs/15182942431 |
Landed in 53944c4...06fb007 |
PR-URL: #58305 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
PR-URL: #58305 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
This PR is removing two types present in the
blob.d.ts
file that I believe are no longer valid since their C++ implementations have been removed:revokeDataObject
which implementation was removed in url: reduce revokeObjectURL cpp calls #47728FixedSizeBlobCopyJob
which implementation was removed in src: implement DataQueue and non-memory resident Blob #45258