svelte-ast-print - v0.6.0
    Preparing search index...
    FixedSvelteOptions: SvelteOptionsRaw & Omit<
        SvelteOptions,
        "attributes"
        | "start"
        | "end",
    > & { attributes: SvelteOptions["attributes"]; options: SvelteOptions }

    TODO: Get rid of this once Svelte maintainers can provide a better solution