@wdprlib/parser
    Preparing search index...
    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.