Llovelindhoni

deno-rewrite-custom-inspect

No description available

migrationDeno
Public
0 executions

Run locally

npx codemod deno-rewrite-custom-inspect

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.