File tree Expand file tree Collapse file tree 9 files changed +2
-842
lines changed Expand file tree Collapse file tree 9 files changed +2
-842
lines changed Original file line number Diff line number Diff line change 1- import { ScramjetFrame } from "@/controller/frame" ;
1+ type ScramjetFrame = any ;
22import { BareClient } from "@mercuryworkshop/bare-mux-custom" ;
33import { SCRAMJETCLIENT , SCRAMJETFRAME } from "@/symbols" ;
44import { getOwnPropertyDescriptorHandler } from "@client/helpers" ;
Original file line number Diff line number Diff line change 11import { iface } from "@/shared" ;
2- import type { MessageC2W , MessageW2C } from "@/worker" ;
32import { ScramjetClient } from "@client/index" ;
43
54export default function ( client : ScramjetClient , self : typeof window ) {
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44 BareResponseFetch ,
55} from "@mercuryworkshop/bare-mux-custom" ;
66
7- import { MessageW2C , ScramjetServiceWorker } from "@/worker" ;
87import { CookieJar } from "@/shared/cookie" ;
98
109import {
Original file line number Diff line number Diff line change 55import { setWasm } from "@rewriters/wasm" ;
66import "./global.d" ;
77export * from "./client" ;
8- export * from "./controller" ;
98export * from "./shared" ;
10- export * from "./worker" ;
119export * from "./symbols" ;
1210export * from "./types" ;
11+ export * from "./fetch" ;
1312
1413declare const REWRITERWASM : string | undefined ;
1514
You can’t perform that action at this time.
0 commit comments