Nnodejs

nodejs/repl-builtin-modules

Handle DEP0191 via transforming `repl.builtinModules` usage to `module.builtinModules`.

transformationmigrationdeprecation
Public
6 downloads
1 stars
How to Use
Run this codemod on your codebase using one of the following commands

The easiest way to run this codemod without installing anything globally:

Documentation

repl.builtinModules DEP0191

This recipe provides a guide for migrating from the deprecated repl.builtinModules & repl._builtinLibs to the new module.builtinModules property in Node.js.

See DEP0191 and DEP0142

Examples

Before:

js

After:

js

Ready to contribute?

Build your own codemod and share it with the community.