L

deno-rewrite-custom-inspect

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

This codemod replaces occurrences of Deno.customInspect with
Symbol.for("Deno.customInspect"). This change aligns with the new standard for
defining custom inspection behavior in Deno, providing better interoperability
with JavaScript's built-in features.

Before

ts

After

ts

Ready to contribute?

Build your own codemod and share it with the community.