mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-12 14:00:01 -04:00
no more eslint errors, just warnings
This commit is contained in:
parent
e5a0843b5f
commit
51ce240bf5
11 changed files with 29 additions and 22 deletions
|
@ -24,7 +24,8 @@ export function rewriteJs(js: string | ArrayBuffer, meta: URLMeta) {
|
|||
const text = typeof js === "string" ? js : new TextDecoder().decode(js);
|
||||
|
||||
console.log("naiive");
|
||||
return rewriteJsNaiive(text);
|
||||
|
||||
return rewriteJsNaiive(text);
|
||||
}
|
||||
|
||||
// const before = performance.now();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue