Files
node/lib/internal
bcoe 87d6fd7e69 fs: add recursive cp method
Introduces recursive cp method, based on fs-extra implementation.

PR-URL: https://github.com/nodejs/node/pull/39372
Fixes: https://github.com/nodejs/node/issues/35880
Refs: https://github.com/nodejs/tooling/issues/98
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ian Sutherland <ian@iansutherland.ca>
2021-08-11 19:53:32 -07:00
..
2021-08-11 19:53:32 -07:00
2021-07-15 17:19:07 -07:00
2021-08-06 07:45:38 +02:00
2021-07-11 18:40:18 +02:00
2021-06-12 18:55:14 +02:00
2021-08-06 07:45:38 +02:00
2021-04-28 13:13:23 -07:00
2021-08-11 19:53:32 -07:00
2021-08-01 14:24:26 +00:00
2021-08-06 12:45:14 -07:00
2021-06-26 16:31:30 +02:00

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These modules can be changed at any time. Reliance on these modules outside of core is not supported in any way.