This is a request to process a folder as a project, which will be expanded by the registered FlowrAnalyzerProjectDiscoveryPlugins.

interface RProjectAnalysisRequest {
    content: string;
    request: "project";
}

Properties

Properties

content: string

The path to the root folder (an absolute path is probably best here).

request: "project"