@tbela99/css-parser
Benchmark
Docs
Playground
GitHub
Preparing search index...
node
ParseResult
Interface ParseResult
parse result object
interface
ParseResult
{
ast
:
AstStyleSheet
;
cssModuleVariables
?:
Record
<
string
,
CssVariableToken
>
;
errors
:
ErrorDescription
[]
;
importMapping
?:
Record
<
string
,
Record
<
string
,
string
>
>
;
mapping
?:
Record
<
string
,
string
>
;
stats
:
ParseResultStats
;
}
Hierarchy (
View Summary
)
ParseResult
TransformResult
Index
Properties
ast
css
Module
Variables?
errors
import
Mapping?
mapping?
stats
Properties
ast
ast
:
AstStyleSheet
parsed ast tree
Optional
css
Module
Variables
cssModuleVariables
?:
Record
<
string
,
CssVariableToken
>
errors
errors
:
ErrorDescription
[]
parse errors
Optional
import
Mapping
importMapping
?:
Record
<
string
,
Record
<
string
,
string
>
>
Optional
mapping
mapping
?:
Record
<
string
,
string
>
css module mapping
stats
stats
:
ParseResultStats
parse stats
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ast
css
Module
Variables
errors
import
Mapping
mapping
stats
Benchmark
Docs
Playground
GitHub
@tbela99/css-parser
Loading...
parse result object