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

    An HTML comment

    interface Comment {
        data: string;
        end: number;
        start: number;
        type: "Comment";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data: string

    the contents of the comment

    end: number
    start: number
    type: "Comment"