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

    Interface ParseRequiredInput<T>

    interface ParseRequiredInput<T> {
        context: FlowrAnalyzerContext;
        parser: Parser<T>;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    The context from which to derive the requests from, please either relay on the FlowrAnalyzer or construct one with contextFromInput

    parser: Parser<T>

    This is the RShell, RShellExecutor or TreeSitterExecutor connection to be used to obtain the original parses AST of the R code