Skip to content
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

Closed
iansu opened this issue Mar 19, 2019 · 4 comments
Closed

Implement shutil in Node.js core #23

iansu opened this issue Mar 19, 2019 · 4 comments

Comments

@iansu
Copy link
Contributor

iansu commented Mar 19, 2019

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.

@iansu iansu mentioned this issue Mar 19, 2019
@iansu
Copy link
Contributor Author

iansu commented Mar 19, 2019

If someone could label this with tooling-agenda that would be appreciated. Or better yet give me permission to do so. 😀

@BridgeAR
Copy link
Member

Is there any status update on this?

@iansu
Copy link
Contributor Author

iansu commented Jun 12, 2019

@BridgeAR I'm planning to submit a PR for this today.

@iansu
Copy link
Contributor Author

iansu commented Sep 6, 2019

Landed in nodejs/node#29168! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants