@tbela99/css-parser
Benchmark
Docs
Playground
GitHub
Preparing search index...
node
MinifyFeature
Interface MinifyFeature
Internal
minify feature
interface
MinifyFeature
{
ordering
:
number
;
postProcess
:
boolean
;
preProcess
:
boolean
;
register
:
(
options
:
ParserOptions
|
MinifyFeatureOptions
)
=>
void
;
run
:
(
ast
:
AstAtRule
|
AstRule
,
options
:
ParserOptions
,
parent
:
AstRuleStyleSheet
|
AstAtRule
|
AstRule
,
context
:
{
[
key
:
string
]:
any
}
,
mode
:
FeatureWalkMode
,
)
=>
void
;
}
Index
Properties
ordering
post
Process
pre
Process
register
run
Properties
ordering
ordering
:
number
ordering
post
Process
postProcess
:
boolean
use in post process
pre
Process
preProcess
:
boolean
use in pre process
register
register
:
(
options
:
ParserOptions
|
MinifyFeatureOptions
)
=>
void
register feature
run
run
:
(
ast
:
AstAtRule
|
AstRule
,
options
:
ParserOptions
,
parent
:
AstRuleStyleSheet
|
AstAtRule
|
AstRule
,
context
:
{
[
key
:
string
]:
any
}
,
mode
:
FeatureWalkMode
,
)
=>
void
run feature
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ordering
post
Process
pre
Process
register
run
Benchmark
Docs
Playground
GitHub
@tbela99/css-parser
Loading...
minify feature