mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 14:30:02 -04:00
migrate to $scramjet object from __scramjet
This commit is contained in:
parent
146c202ae2
commit
cf9e5a3418
13 changed files with 77 additions and 67 deletions
|
@ -15,8 +15,7 @@ import "./scope.ts";
|
|||
|
||||
declare global {
|
||||
interface Window {
|
||||
//@ts-ignore scope function cant be typed
|
||||
__s: any;
|
||||
$s: any;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -31,4 +30,4 @@ export const {
|
|||
rewriteWorkers,
|
||||
isScramjetFile,
|
||||
BareClient
|
||||
} = self.__scramjet$bundle;
|
||||
} = self.$scramjet.bundle;
|
Loading…
Add table
Add a link
Reference in a new issue