Unicode MessageFormat for JavaScript
    Preparing search index...

    Interface LocalDeclaration

    interface LocalDeclaration {
        end: number;
        equals?: Syntax<"=">;
        keyword: Syntax<".local">;
        start: number;
        target: Junk | CST.VariableRef;
        type: "local";
        value: Junk | CST.Expression;
    }
    Index

    Properties

    end: number
    equals?: Syntax<"=">
    keyword: Syntax<".local">
    start: number
    target: Junk | CST.VariableRef
    type: "local"