interface ReconstructionResult {
    code: string;
    linesWithAutoSelected: number;
}

Properties

code: string
linesWithAutoSelected: number

number of lines that contain nodes that triggered the autoSelectIf predicate reconstructToCode