KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
ProcessOptions
Interface ProcessOptions<RootNode>
interface
ProcessOptions
<
RootNode
=
Document_
|
Root_
>
{
document
?:
string
;
from
?:
string
;
map
?:
boolean
|
SourceMapOptions
;
parser
?:
Parser
<
RootNode
>
|
Syntax
<
RootNode
>
;
stringifier
?:
Syntax
<
RootNode
>
|
Stringifier
;
syntax
?:
Syntax
<
RootNode
>
;
to
?:
string
;
}
Type Parameters
RootNode
=
Document_
|
Root_
Hierarchy (
View Summary
)
ProcessOptions
ResultOptions
Index
Properties
document?
from?
map?
parser?
stringifier?
syntax?
to?
Properties
Optional
document
document
?:
string
Input file if it is not simple CSS file, but HTML with
Input file if it is not simple CSS file, but HTML with