wdpr
    Preparing search index...

    Result of parsing a sequence of block-level content.

    interface BlockParseResult {
        consumed: number;
        elements: Element[];
    }
    Index

    Properties

    Properties

    consumed: number

    Total number of tokens consumed from the stream.

    elements: Element[]

    The parsed AST elements.