I was reviewing my code base to find places I should replace fs with graceful-fs, and encountered my use of fs-extra.
I see that fs-extra does use graceful-fs under the hood, so I'm good, but this wasn't apparent until I did some digging to find this detail.
Suggesting that the readme make note in some way that FS calls do use graceful-fs.
I was reviewing my code base to find places I should replace fs with graceful-fs, and encountered my use of fs-extra.
I see that fs-extra does use graceful-fs under the hood, so I'm good, but this wasn't apparent until I did some digging to find this detail.
Suggesting that the readme make note in some way that FS calls do use graceful-fs.