Mmanishjha-04

styledictionary/4/logging

No description available

Legacy
styledictionary4migration
Public
150 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 the logging system to be more configurable, as detailed in the Logging docs. You can now customize the verbosity of logs and silence warnings and success logs, in addition to the previous option of setting log: 'error' to change the default behavior to throw warnings as errors.

Before

jsx

After

jsx

Ready to contribute?

Build your own codemod and share it with the community.