fs.cp coming to Node.js core

Author: RyanZimCreated Jul 15, 2021Updated Apr 21, 2026
Labelsfeature-copymeta

As per https://github.com/nodejs/node/pull/39372; Node.js is considering moving `copy*()` to `fs` core. This will create a naming conflict between our method and `fs` core when it's released. How do we want to handle this?

Source: jprichardson/node-fs-extra