svelte-ast-print - v1.0.0
    Preparing search index...

    An HTML comment

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

    Hierarchy

    • BaseNode
      • Comment
    Index

    Properties

    Properties

    data: string

    the contents of the comment

    end?: number
    start?: number
    type: "Comment"