svelte-ast-print - v0.6.0
    Preparing search index...
    interface BaseElement {
        attributes: (Attribute | SpreadAttribute | Directive)[];
        end: number;
        fragment: Fragment;
        name: string;
        start: number;
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributes: (Attribute | SpreadAttribute | Directive)[]
    end: number
    fragment: Fragment
    name: string
    start: number
    type: string