actually use ts

This commit is contained in:
Toshit Chawda 2025-03-07 17:08:01 -08:00
parent fbeaf15283
commit 9f2d22ed37
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D
7 changed files with 24 additions and 15 deletions

View file

@ -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