repl classes DEP0185
This recipe provides a guide for migrating from the deprecated instantiation of node:repl classes without new to proper class instantiation in Node.js.
See DEP0185.
Example
Before:
js
After:
js
Explore community-led codemods to migrate, optimize, and transform your codebase.
Build your own codemod and share it with the community.
Handle DEP0185: Instantiating node:repl classes without new
The easiest way to run this codemod without installing anything globally:
This recipe provides a guide for migrating from the deprecated instantiation of node:repl classes without new to proper class instantiation in Node.js.
See DEP0185.
Before:
js
After:
js
Build your own codemod and share it with the community.