Use case
Framework
Owner
Deno Replace Window With GlobalThis
This codemod transforms instances of the
window
identifier intoglobalThis
.Deno Remove Node:Process Import
This codemod removes redundant import process from 'node:process'; statements, as process is now globally available in Deno v2