@eagleoutice/flowr
Version:
Static Dataflow Analyzer and Program Slicer for the R Programming Language
15 lines (14 loc) • 527 B
TypeScript
import { FlowrAnalyzer } from '../project/flowr-analyzer';
import type { DocMakerArgs } from './wiki-mk/doc-maker';
import { DocMaker } from './wiki-mk/doc-maker';
/**
* Shows how to inspect the context of an analyzer instance.
*/
export declare function inspectContextExample(analyzer: FlowrAnalyzer): void;
/**
* https://github.com/flowr-analysis/flowr/wiki/Core
*/
export declare class WikiCore extends DocMaker<'wiki/Core.md'> {
constructor();
text({ shell, treeSitter, ctx }: DocMakerArgs): Promise<string>;
}