You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or there may be other options, and there may be a compromise.
However, there are some implementations such as fs.Direct that run faster than the implementation of this library.
The text was updated successfully, but these errors were encountered:
Node.js made fs.promises API stable when version12 became LTS. Since it is backported to v10 at the same time, fs.promises can be used stably in v10, v12, and v13.
The bluebird library authors recommend using bluebird only around the year "when you need more performance than collection methods and asynchronous features" around 2017.
Most hexo-fs features are now available with the fs.promises API.
I think we are forced to make a choice regarding the policy of this package.
Or there may be other options, and there may be a compromise.
However, there are some implementations such as fs.Direct that run faster than the implementation of this library.
The text was updated successfully, but these errors were encountered: