@eagleoutice/flowr - v2.13.14
    Preparing search index...
    interface ReadOnlyFlowrAnalyzerIncrementalAnalysisContext {
        getOldContentOf(filePath: string): string | undefined;
        getOldParseResultOf(filePath: string): Tree | undefined;
        name: string;
    }

    Implemented by

    Index
    name: string

    The name of this context.