-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
fs Promises API #160
Comments
This support is dependent on `util.promisify` existing, so node.js 8+. Fixes isaacs#160
/cc @isaacs friendly ping |
Maybe helpful for folks I used the built-in
|
So this package isn't a drop-in replacement for |
fs-extra has promises and uses graceful-fs under the hood. A third-party library fixing and using a third-party one that fixes a native one.
Stay tuned and soon there will be a problem with |
Are there plans include a graceful version of the fs Promises API in this package? This was experimental for a while but is considered a stable feature in the latest version of Node.
The text was updated successfully, but these errors were encountered: