svelte-ast-print - v0.6.0
    Preparing search index...
    interface Comment {
        loc?: null | SourceLocation;
        range?: [number, number];
        type: "Block" | "Line";
        value: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    loc?: null | SourceLocation
    range?: [number, number]
    type: "Block" | "Line"
    value: string