mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-12 14:00:01 -04:00
actually use ts
This commit is contained in:
parent
fbeaf15283
commit
9f2d22ed37
7 changed files with 24 additions and 15 deletions
|
@ -102,7 +102,7 @@ function rewriteJsWasm(
|
|||
}
|
||||
|
||||
function rewriteJsInner(
|
||||
js: string | ArrayBuffer,
|
||||
js: string | Uint8Array,
|
||||
url: string | null,
|
||||
meta: URLMeta,
|
||||
module = false
|
||||
|
@ -117,7 +117,7 @@ function rewriteJsInner(
|
|||
}
|
||||
|
||||
export function rewriteJs(
|
||||
js: string | ArrayBuffer,
|
||||
js: string | Uint8Array,
|
||||
url: string | null,
|
||||
meta: URLMeta,
|
||||
module = false
|
||||
|
@ -126,7 +126,7 @@ export function rewriteJs(
|
|||
}
|
||||
|
||||
export function rewriteJsWithMap(
|
||||
js: string | ArrayBuffer,
|
||||
js: string | Uint8Array,
|
||||
url: string | null,
|
||||
meta: URLMeta,
|
||||
module = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue