335c4n0r

styledictionary/4/module-common-js

No description available

Legacy
styledictionary4migration
Public
64 downloads
0 stars
How to Use
Run this codemod on your codebase using one of the following commands

The easiest way to run this codemod without installing anything globally:

Documentation

What Changed

This codemod updates Style Dictionary to use ES Modules format entirely in version 4, making it browser-compatible out of the box. This modern JavaScript standard, which supports NodeJS/Browser interoperability among other benefits, allows Style Dictionary to run in many more environments compared to before.

Before

jsx

After

jsx

Ready to contribute?

Build your own codemod and share it with the community.