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

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

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    children: ComplexSelector[]

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

    end: number
    start: number
    type: "SelectorList"