RenderResult
interface RenderResult {
code: string;
errors: ErrorDescription[];
map?: SourceMap;
stats: { total: string };
}
code: string;
errors: ErrorDescription[];
map?: SourceMap;
stats: { total: string };
}
Hierarchy (View Summary)
- RenderResult
Render result object