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

Run copy*() filter before running fs.stat() on items #971

Closed RyanZim closed 1 year ago

RyanZim commented 1 year ago

Fixes #965 cc @c-vetter

Exact approach in https://github.com/nodejs/node/pull/44922 didn't seem appropriate.