@tbela99/css-parser
Benchmark
Docs
Playground
GitHub
Preparing search index...
node
RenderResult
Interface RenderResult
render result object
interface
RenderResult
{
code
:
string
;
errors
:
ErrorDescription
[]
;
map
?:
SourceMap
;
stats
:
{
total
:
string
}
;
}
Hierarchy (
View Summary
)
RenderResult
TransformResult
Index
Properties
code
errors
map?
stats
Properties
code
code
:
string
rendered css
errors
errors
:
ErrorDescription
[]
render errors
Optional
map
map
?:
SourceMap
source map
stats
stats
:
{
total
:
string
}
render stats
Type declaration
total
:
string
render time
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
errors
map
stats
Benchmark
Docs
Playground
GitHub
@tbela99/css-parser
Loading...
render result object