codemod-com / codemod

The end-to-end platform for creating, sharing, and running codemods with engines like jscodeshift, ast-grep, ts-morph, and more. Automate code migrations, cleanups, and refactors for you, your team, and the community. AI-powered and CLI-first.
https://go.codemod.com/docs
Apache License 2.0
356 stars 32 forks source link

[codemod][FP] styledictionary/4/instantiating-style-dictionary updates extend even if its not from Style Dictionary #1328

Open alexbit-codemod opened 6 hours ago

alexbit-codemod commented 6 hours ago

Faulty codemod

Screenshot 2024-09-19 at 5 19 57 PM

  1. npx codemod styledictionary/4/instantiating-style-dictionary
  2. upgrade guide

Sample code snippets

Screenshot 2024-09-19 at 5 22 12 PM

it seems that extend is being transformed even if its not coming from style dictionary.

alexbit-codemod commented 6 hours ago

this is the codemod akshit built: https://go.codemod.com/pJCX81f seems that it works fine. but the one that is published does not work properly. maybe we just need to publish the latest version?