impasto
    Preparing search index...

    Type Alias AnnotationMode

    AnnotationMode: "strip" | "retain" | "ignore"

    How to handle annotations.

    • In strip mode, annotations will be parsed and stripped from the code.
    • In retain mode, annotations will be parsed, but not stripped.
    • In ignore mode, annotations will not be parsed or stripped.

    "strip"