Closed royriojas closed 1 year ago
I don't see graceful-fs being used in the code anywhere, still relevant?
Probably not. If not actually used it can be removed.
Roy Ronald Riojas Montenegro
On Sat, Aug 14, 2021 at 12:33 PM Jimmy Wärting @.***> wrote:
I don't see graceful-fs being used in the code anywhere, still relevant?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/royriojas/flat-cache/issues/27#issuecomment-898949675, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABABWTGH7NYAQKYSU4XONLT43AHBANCNFSM4GCEVZYQ .
don't see any graceful-fs being used anywhere in this repo. can probably close this issue
Since we only use
fs.existsSync
from that package and that checking for existence should be done now usingfs.statSync
we should just align and remove the dependency as well.