szwacz / fs-jetpack

Better file system API for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drop use of rimraf

szwacz opened this issue · comments

When node v14 will be the oldest actively maintained (https://github.com/nodejs/Release), this library can start leveraging native fs.rm("dir", { recursive: true }) instead of rimraf library.