mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-15 15:30:00 -04:00
fix a bunch of edge cases in the rewriter
This commit is contained in:
parent
c93952b885
commit
34c3cc5094
2 changed files with 50 additions and 5 deletions
2
src/types.d.ts
vendored
2
src/types.d.ts
vendored
|
@ -51,3 +51,5 @@ declare global {
|
|||
WASM: string;
|
||||
}
|
||||
}
|
||||
|
||||
type Self = Window & typeof globalThis;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue