Uh oh!
There was an error while loading. Please reload this page.
fs: extend signal option to lstat, fstat and promises API - #63143
fs: extend signal option to lstat, fstat and promises API#63143mertcanaltin wants to merge 10 commits into
Conversation
b700b01 to
face7e9CompareSigned-off-by: Mert Can Altin <mertgold60@gmail.com>
Signed-off-by: Mert Can Altin <mertgold60@gmail.com>
face7e9 to
d310519CompareCodecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## main #63143 +/- ##
==========================================
+ Coverage 90.03% 90.34% +0.30%
==========================================
Files 713 730 +17 Lines 224699 234433 +9734 Branches 42473 43960 +1487 ==========================================
+ Hits 202310 211798 +9488 - Misses 14179 14387 +208 - Partials 8210 8248 +38
🚀 New features to boost your workflow:
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Chemi Atlow <chemi@atlow.co.il>
Co-authored-by: Chemi Atlow <chemi@atlow.co.il>
Co-authored-by: Chemi Atlow <chemi@atlow.co.il>
Co-authored-by: Chemi Atlow <chemi@atlow.co.il>
Co-authored-by: Chemi Atlow <chemi@atlow.co.il>
Add validateObject before reading options.signal in the promises stat, lstat and fstat, matching the rest of the module. Import the PromiseWithResolvers primordial and drop the now-unused kResistStopPropagation left over from the raceWithSignal rewrite.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: James M Snell <jasnell@gmail.com>
Stacked on top of #63142. Adds AbortSignal support to
fs.lstat,fs.fstat,fsPromises.stat,fsPromises.lstat,fsPromises.fstatandfilehandle.statto matchfs.stat. Addresses @LiviaMedeiros's parity request from #57775.Will rebase once #63142 lands.
Refs: #57775