interface ReconstructionResult {
    code: string | string[];
    linesWithAutoSelected: number;
}

Properties

code: string | string[]

Returns the reconstructed code as string or array of code reconstructions (corresponding to the desired file indices in the Selection)

linesWithAutoSelected: number

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