A tool for refactoring Node.js codebase
npm install
npm run build
npx jscodeshift -t lib/validatior.js {your/nodejs/source/path}/lib/**/*.js
- Reuse the validation in
lib/internal/validators.js
- Migration of core modules to primordials:: nodejs/node#30697
MIT