UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

13 lines (12 loc) 1.02 kB
export declare const FlowrGithubBaseRef = "https://github.com/flowr-analysis"; export declare const FlowrSiteBaseRef = "https://flowr-analysis.github.io/flowr"; export declare const RemoteFlowrFilePathBaseRef = "https://github.com/flowr-analysis/flowr/tree/main/"; export declare const FlowrWikiBaseRef = "https://github.com/flowr-analysis/flowr/wiki"; export declare const FlowrNpmRef = "https://www.npmjs.com/package/@eagleoutice/flowr"; export declare const FlowrDockerRef = "https://hub.docker.com/r/eagleoutice/flowr"; export declare const FlowrCodecovRef = "https://app.codecov.io/gh/flowr-analysis/flowr"; export declare const FlowrVsCode = "https://marketplace.visualstudio.com/items?itemName=code-inspect.vscode-flowr"; export declare const FlowrPositron = "https://open-vsx.org/extension/code-inspect/vscode-flowr"; export declare function getFilePathMd(path: string): string; export declare function getFileContentFromRoot(path: string): string; export declare function linkFlowRSourceFile(path: string): string;