UNPKG

@eagleoutice/flowr-dev

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

17 lines (16 loc) 911 B
import type { DocMakerArgs } from './wiki-mk/doc-maker'; import { DocMaker } from './wiki-mk/doc-maker'; /** * https://github.com/flowr-analysis/flowr/wiki/Signature-Database */ export declare class WikiSignatureDatabase extends DocMaker<'wiki/Signature Database.md'> { constructor(); /** * Regenerate only when the CRAN shards are actually present. A fresh checkout (and every CI run) ships no shards * at all until they are downloaded, and this page documents the *CRAN* database: regenerating without them would * replace the shard table and figures with empty/base-only numbers and publish that over the real page. Skipping * leaves the committed page untouched, so the workflow reports no change and publishes nothing. */ make(args: Parameters<DocMaker<'wiki/Signature Database.md'>['make']>[0]): Promise<boolean>; text({ ctx }: DocMakerArgs): Promise<string>; }