UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

4 lines (3 loc) 304 B
import type { NormalizedAstQuery, NormalizedAstQueryResult } from './normalized-ast-query-format'; import type { BasicQueryData } from '../../base-query-format'; export declare function executeNormalizedAstQuery({ ast }: BasicQueryData, queries: readonly NormalizedAstQuery[]): NormalizedAstQueryResult;