@wdprlib/parser
    Preparing search index...
    interface DirectiveMatch {
        elseText: string;
        end: number;
        hasPipe: boolean;
        head: string;
        thenText: string;
    }
    Index

    Properties

    elseText: string

    Raw else branch.

    end: number

    Position just past the closing ]].

    hasPipe: boolean

    Whether the directive supplied a | at all.

    head: string

    Raw condition / expression.

    thenText: string

    Raw then branch.