@eagleoutice/flowr
Version:
Static Dataflow Analyzer and Program Slicer for the R Programming Language
10 lines (9 loc) • 353 B
TypeScript
import type { DocMakerArgs } from './wiki-mk/doc-maker';
import { DocMaker } from './wiki-mk/doc-maker';
/**
* https://github.com/flowr-analysis/flowr/wiki/Normalized-AST
*/
export declare class WikiNormalizedAst extends DocMaker<'wiki/Normalized AST.md'> {
constructor();
protected text({ ctx, treeSitter }: DocMakerArgs): Promise<string>;
}