mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 22:40:01 -04:00
refactor: delete codecs/ & self.$scramjet
This commit is contained in:
parent
f8d33a207e
commit
337134bcdc
22 changed files with 148 additions and 206 deletions
|
@ -1,3 +1,5 @@
|
|||
import { $scramjet } from "./scramjet";
|
||||
|
||||
export const {
|
||||
util: { BareClient, ScramjetHeaders, BareMuxConnection },
|
||||
url: { rewriteUrl, unrewriteUrl, rewriteBlob, unrewriteBlob },
|
||||
|
@ -13,6 +15,6 @@ export const {
|
|||
htmlRules,
|
||||
},
|
||||
CookieStore,
|
||||
} = self.$scramjet.shared;
|
||||
} = $scramjet.shared;
|
||||
|
||||
export const config = self.$scramjet.config;
|
||||
export const config = $scramjet.config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue