UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

7 lines (6 loc) 364 B
import type { NormalizedAstQuery, NormalizedAstQueryResult } from './normalized-ast-query-format'; import type { BasicQueryData } from '../../base-query-format'; /** * Executes the normalized-AST query. */ export declare function executeNormalizedAstQuery({ analyzer }: BasicQueryData, queries: readonly NormalizedAstQuery[]): Promise<NormalizedAstQueryResult>;