Nnodejs

nodejs/rmdir

Handle DEP0147 via transforming `fs.rmdir` to `fs.rm`

transformationmigration
Public
31 executions
Run locally
npx codemod @nodejs/rmdir
Documentation

fs.rmdir DEP0147

This recipe provides a guide for migrating from the deprecated fs.rmdir and its synchronous and promise-based counterparts to the new fs.rm method in Node.js.

See DEP0147.

Examples

diff

Ready to contribute?

Build your own codemod and share it with the community.