Remove duplicate object keys
Recipe ID
org.openrewrite.javascript.migrate.es6.remove-duplicate-object-keysArtifact@openrewrite/rewriteRemove 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-keysIf the recipe isn’t available locally, install it with:
mod config recipes npm install @openrewrite/rewrite