Search


Search something to see results

ParseResult

Parse result object

interface ParseResult {
    ast: AstStyleSheet;
    errors: ErrorDescription[];
    mapping?: Record<string, string>;
    stats: ParseResultStats;
}

Hierarchy (View Summary)

Index

Properties

Parsed ast tree

Parse errors

mapping?: Record<string, string>

CSS module mapping

Parse stats