jprichardson / node-fs-extra

Node.js: extra methods for the fs object like copy(), remove(), mkdirs()
MIT License
9.44k stars 776 forks source link

ESM support #974

Closed RyanZim closed 1 year ago

RyanZim commented 1 year ago

Depends on #970

Review commit-by-commit.

Breaking change, as it switches from main to exports in package.json, outlawing all subpath imports except those explicitly specified.

Fixes https://github.com/jprichardson/node-fs-extra/issues/746