process.mainModule DEP0138
This recipe transforms the usage of process.mainModule to use require.main in CommonJS modules.
See DEP0138.
Example
Before:
js
After:
js
The easiest way to run this codemod without installing anything globally:
This recipe transforms the usage of process.mainModule to use require.main in CommonJS modules.
See DEP0138.
Before:
js
After:
js
Build your own codemod and share it with the community.