-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
src: remove unused shouldRetryAsESM
internal binding
#58265
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
src: remove unused shouldRetryAsESM
internal binding
#58265
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #58265 +/- ##
==========================================
- Coverage 90.18% 90.17% -0.01%
==========================================
Files 629 629
Lines 186639 186617 -22
Branches 36654 36655 +1
==========================================
- Hits 168313 168275 -38
+ Misses 11134 11114 -20
- Partials 7192 7228 +36
🚀 New features to boost your workflow:
|
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.
LGTM if CI agrees
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.
LGTM
Landed in 200abfc |
PR-URL: #58265 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
This PR is removing the
shouldRetryAsESM
internal binding, which I believe is no longer used.I believe that the binding stopped being used in #52047.