Replace deprecated fs.Stats constructor with object literal
Recipe ID
org.openrewrite.node.migrate.fs.replace-stats-constructorArtifact@openrewrite/recipes-nodejsReplace deprecated new fs.Stats() constructor calls with an object literal containing Stats properties initialized to undefined.
Single recipeDEP0180Proprietary
Usage
This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe org.openrewrite.node.migrate.fs.replace-stats-constructorIf the recipe isn’t available locally, install it with:
mod config recipes npm install @openrewrite/recipes-nodejs