ParseResult
interface ParseResult {
ast: AstStyleSheet;
errors: ErrorDescription[];
mapping?: Record<string, string>;
stats: ParseResultStats;
}
ast: AstStyleSheet;
errors: ErrorDescription[];
mapping?: Record<string, string>;
stats: ParseResultStats;
}
Hierarchy (View Summary)
- ParseResult
Parse result object