← All recipes
Moderne licensed

Remove duplicate object keys

Recipe IDorg.openrewrite.javascript.migrate.es6.remove-duplicate-object-keysArtifact@openrewrite/rewrite

Remove duplicate keys in object literals, keeping only the last occurrence (last-wins semantics).

Single recipeMSAL

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.javascript.migrate.es6.remove-duplicate-object-keys

If the recipe isn’t available locally, install it with:

mod config recipes npm install @openrewrite/rewrite