mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-16 15:40:02 -04:00
html rewriting
This commit is contained in:
parent
9ec2247df7
commit
b8ee2ef53e
5 changed files with 62 additions and 22 deletions
|
@ -0,0 +1,6 @@
|
|||
// don't do js rewriting yet
|
||||
// i'm making a benchmark on different rewriting methods
|
||||
|
||||
export function rewriteJs(js: string, origin?: string) {
|
||||
return js;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue