@tikoci/centrs
    Preparing search index...

    Interface DocumentAnalysis

    Q3 result: bracket resolutions plus any structural / over-depth defects.

    interface DocumentAnalysis {
        defects: Defect[];
        resolutions: Resolution[];
    }
    Index

    Properties

    Properties

    defects: Defect[]

    Located defects surfaced from the segmenter (unclosed, unbalanced-close, unterminated-string) plus over-depth when a bounded traversal abstained, and defects raised inside a block body. A caller must not treat resolutions as confident while a NON-POSITIONAL defect is present — isPositionalFact in defects.ts is that test.

    resolutions: Resolution[]