svelte-ast-print - v1.1.0

    A list of selectors, e.g. a, b, c {}

    interface SelectorList {
        children: ComplexSelector[];
        end: number;
        start: number;
        type: "SelectorList";
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    children: ComplexSelector[]

    The a, b and c in a, b, c {}

    end: number
    start: number
    type: "SelectorList"
    MMNEPVFCICPMFPCPTTAAATR