Mmanishjha-04

styledictionary/4/hook-api-parsers

No description available

styledictionary4migration
Public
2,113 executions

Run locally

npx codemod styledictionary/4/hook-api-parsers

What Changed

This codemod updates registered parsers to be placed inside the hooks.parsers property, instead of parser, with a shift from the singular to the plural form. Registered parsers now apply globally without needing explicit application in the config. Additionally, the parse function has been renamed to parser for consistency.

Before

jsx

After

jsx

Ready to contribute?

Build your own codemod and share it with the community.