-
Notifications
You must be signed in to change notification settings - Fork 622
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 fs-extra api for fs modules #261
Comments
Another idea would be to add rimraf function? like |
Is it |
You're right my bad |
I think we should alias avoid switch API between fs.remove(); // same with Deno.remove() |
Add in the task list : Write the readme.MD of the module. Would you want me to write it? |
@zekth ok, you do it |
Hi please consider adding safe delete (move to trash-bin) |
I think move to trash bin may have it's place in another repository instead of being into the std lib. |
Adding this for readfilestr ref: #276 |
I think that shortcuts like fs-extra should be placed in a non-standard library. |
@GrosSacASac move to trash have third party dependence. it should not add to std. |
fs-extra is a useful tool to process file. most of
node
library depends on it.suffice to say that it is very useful.
I am going to implement it with
deno
.remove feat: add remove/removeSync for fs modules #275The text was updated successfully, but these errors were encountered: