Fix type error
parent
81fcd231e0
commit
61aa8e16d9
|
@ -52,7 +52,7 @@ function getClassNamesFromSelector(selector: string) {
|
||||||
return classNames
|
return classNames
|
||||||
}
|
}
|
||||||
|
|
||||||
async function process(root: Root) {
|
async function process(root: Root | Document) {
|
||||||
const tree = {}
|
const tree = {}
|
||||||
const commonContext = {}
|
const commonContext = {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue