impasto
    Preparing search index...

    Interface CoreTransformResult

    The result of the core transform.

    interface CoreTransformResult {
        annotations: Record<string, Annotation[]>;
        tree: Root;
    }
    Index

    Properties

    Properties

    annotations: Record<string, Annotation[]>

    Annotations found in the code.

    tree: Root

    A reference to the original tree, but with the Impasto Root type.