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

    Static text

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

    Hierarchy

    • BaseNode
      • Text
    Index

    Properties

    Properties

    data: string

    Text with decoded HTML entities

    end?: number
    raw: string

    The original text, with undecoded HTML entities

    start?: number
    type: "Text"