-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recursive copy #98
Comments
@manidlou is the collaborator that handles most things related to Would you be planning on implementing the |
I am not involved with However, from the point of view of nodejs, I think the I would suggest that you consider A few things, I would like are:
Perhaps later you can add:
|
@iansu I just want to remind you that our copy implementation in For instance, in That was a source of confusion for some of our users because they have this assumption that So probably something that you might want to consider when deciding on the behavior of the function. |
Introduces recursive copy method, based on fs-extra implementation Refs: nodejs/tooling#98
Introduces recursive copy method, based on fs-extra implementation Refs: nodejs/tooling#98
Introduces recursive copy method, based on fs-extra implementation Refs: nodejs/tooling#98
Introduces recursive copy method, based on fs-extra implementation. See: nodejs/tooling#98
Introduces recursive copy method, based on fs-extra implementation. See: nodejs/tooling#98
Introduces recursive cp method, based on fs-extra implementation. PR-URL: #39372 Fixes: #35880 Refs: nodejs/tooling#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>
Introduces recursive cp method, based on fs-extra implementation. PR-URL: #39372 Fixes: #35880 Refs: nodejs/tooling#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>
Implement a recursive copy command in Node.js. I have been drafting a proposal for this functionality in this document: https://hackmd.io/Q2O7hVyZSKClYW9Vyipeig
At this stage I'd like feedback from the Tooling group on the proposal. Once we're happy with it we can open an issue in the main Node.js repo to get broader feedback. If all goes well we can follow up with an implementation.
The text was updated successfully, but these errors were encountered: