svelte-ast-print - v0.6.0
    Preparing search index...
    interface AttributeSelector {
        end: number;
        flags: null | string;
        matcher: null | string;
        name: string;
        start: number;
        type: "AttributeSelector";
        value: null | string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    end: number
    flags: null | string
    matcher: null | string
    name: string
    start: number
    type: "AttributeSelector"
    value: null | string