@eagleoutice/flowr - v2.13.15
    Preparing search index...

    One pass over an error region, blind to strings and comments.

    interface RegionScan {
        closers: readonly string[];
        percentAt: readonly number[];
    }
    Index
    closers: readonly string[]

    The closing delimiters the region leaves open, innermost first.

    percentAt: readonly number[]

    Offset of every % outside a string or comment; an odd count means an unclosed %...% operator.