Skip to content

Commit 36d8b2f

Browse files
committed
refactor: run prettier
1 parent aa4df10 commit 36d8b2f

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

packages/core/src/dom/selector.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ import { createFastjsDom } from "./dom";
77
import { createFastjsDomList } from "./dom-list";
88

99
function selector<
10-
T extends FastjsDom<any> | FastjsDomList | null = FastjsDom | FastjsDomList | null
10+
T extends FastjsDom<any> | FastjsDomList | null =
11+
| FastjsDom
12+
| FastjsDomList
13+
| null
1114
>(
1215
target: string = "body",
1316
parent: Document | ElementList | ElementList[] = document

pnpm-lock.yaml

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
},
1616
"dependencies": {
1717
"highlight.js": "^11.9.0",
18-
"jsfast": "1.0.0-beta.18"
18+
"jsfast": "workspace:*"
1919
}
2020
}

0 commit comments

Comments
 (0)