mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-16 23:50:02 -04:00
chore: prettier
This commit is contained in:
parent
f23f415183
commit
73357d0172
2 changed files with 4 additions and 12 deletions
|
@ -1,16 +1,8 @@
|
|||
import { SCRAMJETCLIENT } from "../../symbols";
|
||||
import { ScramjetClient } from "../client";
|
||||
import { nativeGetOwnPropertyDescriptor } from "../natives";
|
||||
import {
|
||||
unrewriteUrl,
|
||||
htmlRules,
|
||||
unrewriteHtml,
|
||||
} from "../../shared";
|
||||
import {
|
||||
rewriteCss,
|
||||
rewriteHtml,
|
||||
rewriteJs,
|
||||
} from "../../shared";
|
||||
import { unrewriteUrl, htmlRules, unrewriteHtml } from "../../shared";
|
||||
import { rewriteCss, rewriteHtml, rewriteJs } from "../../shared";
|
||||
|
||||
export default function (client: ScramjetClient, self: typeof window) {
|
||||
const _nativeGetAttribute = self.Element.prototype.getAttribute;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue