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
ESM is still officially experimental in Node, and is based on https://github.com/isaacs/node-graceful-fs, which does not yet have ESM support. I'd like to support this in the future, but it probably won't happen right away. Closing as duplicate of #746.
fs-extra
version: 9.0.1With the node.js
fs
module, I like importing specific functions like this:It would be nice if
fs-extra
also had named exports, which are an ESModules feature:The text was updated successfully, but these errors were encountered: