UNPKG

ecmarkup

Version:

Custom element definitions and core utilities for markup that specifies ECMAScript and related technologies.

5 lines (4 loc) 370 B
import type { OrderedListNode, OrderedListItemNode } from 'ecmarkdown'; import type { Reporter } from '../algorithm-error-reporter-type'; import type { Seq } from '../../expr-parser'; export declare function checkVariableUsage(algorithmSource: string, containingAlgorithm: Element, steps: OrderedListNode, parsed: Map<OrderedListItemNode, Seq>, report: Reporter): void;