@tbela99/css-parser
Benchmark
Docs
Playground
GitHub
Preparing search index...
node
MinifyFeature
Interface MinifyFeature
Internal
minify feature
interface
MinifyFeature
{
accept
?:
Set
<
EnumToken
>
;
ordering
:
number
;
processMode
:
FeatureWalkMode
;
register
:
(
options
:
ParserOptions
|
MinifyFeatureOptions
)
=>
void
;
run
:
(
ast
:
AstAtRule
|
AstRule
,
options
:
ParserOptions
,
parent
:
AstAtRule
|
AstStyleSheet
|
AstRule
,
context
:
{
[
key
:
string
]:
any
}
,
mode
:
FeatureWalkMode
,
)
=>
null
|
AstNode
;
}
Index
Properties
accept?
ordering
process
Mode
register
run
Properties
Optional
accept
accept
?:
Set
<
EnumToken
>
accepted tokens
ordering
ordering
:
number
ordering
process
Mode
processMode
:
FeatureWalkMode
process mode
register
register
:
(
options
:
ParserOptions
|
MinifyFeatureOptions
)
=>
void
register feature
run
run
:
(
ast
:
AstAtRule
|
AstRule
,
options
:
ParserOptions
,
parent
:
AstAtRule
|
AstStyleSheet
|
AstRule
,
context
:
{
[
key
:
string
]:
any
}
,
mode
:
FeatureWalkMode
,
)
=>
null
|
AstNode
run feature
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
accept
ordering
process
Mode
register
run
Benchmark
Docs
Playground
GitHub
@tbela99/css-parser
Loading...
minify feature