svelte-ast-print - v1.0.0
    Preparing search index...

    A {@const ...} tag

    interface ConstTag {
        declaration: VariableDeclaration & {
            declarations: [VariableDeclarator & { id: Pattern; init: Expression }];
        };
        end?: number;
        start?: number;
        type: "ConstTag";
    }

    Hierarchy

    • BaseNode
      • ConstTag
    Index

    Properties

    declaration: VariableDeclaration & {
        declarations: [VariableDeclarator & { id: Pattern; init: Expression }];
    }
    end?: number
    start?: number
    type: "ConstTag"