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