fix a bunch of edge cases in the rewriter

This commit is contained in:
velzie 2024-07-28 10:48:05 -04:00
parent c93952b885
commit 34c3cc5094
No known key found for this signature in database
GPG key ID: 048413F95F0DDE1F
2 changed files with 50 additions and 5 deletions

2
src/types.d.ts vendored
View file

@ -51,3 +51,5 @@ declare global {
WASM: string;
}
}
type Self = Window & typeof globalThis;