svelte-ast-print - v0.6.0
    Preparing search index...
    interface Block {
        children: (Rule | Atrule | Declaration)[];
        end: number;
        start: number;
        type: "Block";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    children: (Rule | Atrule | Declaration)[]
    end: number
    start: number
    type: "Block"