@eagleoutice/flowr - v2.10.2
    Preparing search index...

    Information passed to each ReplCodeCommand#fn. The analyzer has the RParseRequest.

    interface ReplCodeCommandInformation {
        analyzer: FlowrAnalysisProvider;
        output: ReplOutput;
        remainingArgs: string[];
    }
    Index

    Properties

    output: ReplOutput
    remainingArgs: string[]