mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 06:50:01 -04:00
scramming my jet rn
Co-authored-by: Percs <Percslol@users.noreply.github.com> Co-authored-by: rifting <rifting@users.noreply.github.com>
This commit is contained in:
parent
1ea21280f8
commit
35782bec7e
6 changed files with 67 additions and 5 deletions
|
@ -1,3 +1,4 @@
|
|||
import "./window.ts";
|
||||
import "./native/eval.ts";
|
||||
import "./location.ts";
|
||||
import "./trustedTypes.ts";
|
||||
|
@ -12,5 +13,6 @@ import "./worker.ts";
|
|||
declare global {
|
||||
interface Window {
|
||||
__location: Location;
|
||||
__window: Window;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue