Deno Replace Window With GlobalThis

/icons/calendar.svg

Last update

Dec 1, 2024

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