Node.js: extra methods for the fs object like copy(), remove(), mkdirs()
The PR uses a technique similar to #885 to speed up the recursive copy operation. As `fs-extra` is built on top of `graceful-fs`, this change won't cause `EMFILE: too many open files` as `graceful-fs` will exponentially backoff and retry.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by SukkaW and has received 4 comments.