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

    Static text

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

    Hierarchy (View Summary)

    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"