@tbela99/css-parser
    Preparing search index...

    Interface ParseResult

    parse result object

    interface ParseResult {
        ast: AstRuleStyleSheet;
        errors: ErrorDescription[];
        stats: ParseResultStats;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    parsed ast tree

    parse errors

    parse stats