lib: refactor project to use PromiseWithResolvers#55436
Closed
mertcanaltin wants to merge 2 commits intonodejs:mainfrom
Closed
lib: refactor project to use PromiseWithResolvers#55436mertcanaltin wants to merge 2 commits intonodejs:mainfrom
mertcanaltin wants to merge 2 commits intonodejs:mainfrom
Conversation
Collaborator
|
Review requested:
|
avivkeller
reviewed
Oct 17, 2024
|
|
||
| const { | ||
| convertToValidSignal, | ||
| createDeferredPromise, |
Member
There was a problem hiding this comment.
If this isn't being used, you can remove it entirely, right?
Member
Author
There was a problem hiding this comment.
I removed it because it was not in use
anonrig
requested changes
Oct 17, 2024
Member
Author
I saw this, I tried to make the places that did not pass, but I forgot that there is no merge yet, I am very sorry, I am closing this pr. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #55436 +/- ##
=======================================
Coverage 88.40% 88.41%
=======================================
Files 653 653
Lines 187604 187601 -3
Branches 36119 36117 -2
=======================================
+ Hits 165849 165863 +14
+ Misses 14983 14973 -10
+ Partials 6772 6765 -7
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
refactor project to use PromiseWithResolvers for lib