Nnodejs

nodejs/repl-classes-with-new

Handle DEP0185: Instantiating node:repl classes without new

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

Ready to contribute?

Build your own codemod and share it with the community.