-
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
Implement shutil in Node.js core #23
Comments
Closed
If someone could label this with |
Is there any status update on this? |
@BridgeAR I'm planning to submit a PR for this today. |
5 tasks
Landed in nodejs/node#29168! 🎉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Based on a discussion in the Tooling WG meeting on March 19, 2019 we've decided that the best way forward with rimraf is to implement a new module in Node.js core inspired by shutil from Python: https://docs.python.org/2/library/shutil.html#module-shutil
Eventually we'd like to implement more methods from this module. I've volunteered to do the initial implementation of rimraf.
The text was updated successfully, but these errors were encountered: