svelte-ast-print - v0.6.0
    Preparing search index...

    A {@const ...} tag

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

    Hierarchy (View Summary)

    Index

    Properties

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