Skip to content

Commit

Permalink
refactor: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodong2008 committed Jul 21, 2024
1 parent aa4df10 commit 36d8b2f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
5 changes: 4 additions & 1 deletion packages/core/src/dom/selector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ import { createFastjsDom } from "./dom";
import { createFastjsDomList } from "./dom-list";

function selector<
T extends FastjsDom<any> | FastjsDomList | null = FastjsDom | FastjsDomList | null
T extends FastjsDom<any> | FastjsDomList | null =
| FastjsDom
| FastjsDomList
| null
>(
target: string = "body",
parent: Document | ElementList | ElementList[] = document
Expand Down
9 changes: 2 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
},
"dependencies": {
"highlight.js": "^11.9.0",
"jsfast": "1.0.0-beta.18"
"jsfast": "workspace:*"
}
}

0 comments on commit 36d8b2f

Please sign in to comment.