Deno Replace Window With GlobalThis

1.0.0Last update Dec 1, 2024
by@lovelindhoni

This codemod transforms instances of the window identifier into globalThis.

Before

const value = window.location.href;

After

const value = globalThis.location.href;

Build custom codemods

Use AI-powered codemod studio and automate undifferentiated tasks for yourself, colleagues or the community

background illustrationGet Started Now