@eagleoutice/flowr - v2.10.2
    Preparing search index...
    NAIVE_RECONSTRUCT: {
        dependencies: readonly ["slice"];
        description: "Reconstruct R code from the static slice";
        executed: OncePerRequest;
        humanReadableName: "static code reconstruction";
        name: "reconstruct";
        printer: { "0": <Input>(input: Input) => Input };
        processor: (
            results: {
                normalize?: NormalizedAst<
                    ParentInformation,
                    RProject<ParentInformation>,
                >;
                slice?: SliceResult;
            },
            input: Partial<ReconstructRequiredInput>,
        ) => ReconstructionResult;
        requiredInput: ReconstructRequiredInput;
    } = ...

    Type Declaration