@tikoci/centrs
    Preparing search index...

    Interface Defect

    One structural defect, located in analyzed-byte space.

    The code vocabulary is the one the retired note channel used, so a fixture or transcript from before #202 is still comparable entry for entry.

    interface Defect {
        code: DefectCode;
        detail?: string;
        end: number;
        start: number;
    }
    Index

    Properties

    Properties

    detail?: string

    The delimiter or byte that raised it, when the class has one — "}" for unbalanced-close, the opener for unclosed. Never a sentence: prose belongs in a rendered diagnostic, not in the structural record.

    end: number

    analyzed-byte offset, exclusive. Always > start.

    start: number

    analyzed-byte offset, inclusive.