mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-15 23:30:00 -04:00
long awaited html/element rewrite merge
This commit is contained in:
parent
6f51642afb
commit
8e191b45ab
8 changed files with 184 additions and 183 deletions
|
@ -1,6 +1,7 @@
|
|||
import { createDocumentProxy } from "./document";
|
||||
import { createGlobalProxy } from "./global";
|
||||
import { createLocationProxy } from "./location";
|
||||
import { CookieStore, decodeUrl } from "./shared";
|
||||
import { createDocumentProxy, createGlobalProxy } from "./window";
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue