@eagleoutice/flowr - v2.13.2
    Preparing search index...
    interface ReconstructionResult {
        code: string | string[];
        inlineWarnings?: InlineWarning[];
        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)

    inlineWarnings?: InlineWarning[]

    warnings raised while inlining source() calls (only set when Selection#inlineSources is active)

    linesWithAutoSelected: number

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