mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-12 14:00:01 -04:00
chore: prettier
This commit is contained in:
parent
ca79f507d7
commit
1f74ffee6f
3 changed files with 4 additions and 5 deletions
|
@ -24,8 +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