@eagleoutice/flowr - v2.10.2
    Preparing search index...
    interface ReconstructionResult {
        code: string | string[];
        linesWithAutoSelected: number;
    }
    Index

    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