fs.F_OK, fs.R_OK, fs.W_OK, fs.X_OK DEP0176
Handle DEP0176 via transforming imports of fs.F_OK, fs.R_OK, fs.W_OK, fs.X_OK from the root fs module to fs.constants.
See DEP0176
Example
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:
Handle DEP0176 via transforming imports of fs.F_OK, fs.R_OK, fs.W_OK, fs.X_OK from the root fs module to fs.constants.
See DEP0176
Before:
js
After:
js
Build your own codemod and share it with the community.