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
Before:
js
After:
js
Explore community-led codemods to migrate, optimize, and transform your codebase.
Build your own codemod and share it with the community.
The easiest way to run this codemod without installing anything globally:
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.
Before:
js
After:
js
Build your own codemod and share it with the community.