Nnodejs

nodejs/fs-access-mode-constants

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`.

transformationmigration
Public
377 executions
Run locally
npx codemod @nodejs/fs-access-mode-constants
Documentation

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

diff

Ready to contribute?

Build your own codemod and share it with the community.