@tbela99/css-parser
Benchmark
Docs
Playground
GitHub
Preparing search index...
node
ParseResult
Interface ParseResult
parse result object
interface
ParseResult
{
ast
:
AstRuleStyleSheet
;
errors
:
ErrorDescription
[]
;
stats
:
ParseResultStats
;
}
Hierarchy (
View Summary
)
ParseResult
TransformResult
Index
Properties
ast
errors
stats
Properties
ast
ast
:
AstRuleStyleSheet
parsed ast tree
errors
errors
:
ErrorDescription
[]
parse errors
stats
stats
:
ParseResultStats
parse stats
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ast
errors
stats
Benchmark
Docs
Playground
GitHub
@tbela99/css-parser
Loading...
parse result object