Nnodejs

nodejs/create-require-from-path

Handle DEP0130 via transforming `createRequireFromPath` to `createRequire`.

transformationmigration
Public
7 downloads
4 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

createRequireFromPath DEP0130

This recipe transforms the usage of createRequireFromPath to use the createRequire function from the node:module module.

See DEP0130.

Example

Before:

js

After:

js

Ready to contribute?

Build your own codemod and share it with the community.