Nnodejs

nodejs/repl-classes-with-new

Handle DEP0185: Instantiating node:repl classes without new

transformationmigration
Public
1,727 executions
Run locally
npx codemod @nodejs/repl-classes-with-new
Documentation

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

diff

Ready to contribute?

Build your own codemod and share it with the community.