UNPKG

ecmarkup

Version:

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

8 lines (7 loc) 325 B
import type { Node as EcmarkdownNode } from 'ecmarkdown'; import type { default as Spec, Warning } from '../Spec'; export declare function collectAlgorithmDiagnostics(report: (e: Warning) => void, spec: Spec, mainSource: string, algorithms: { element: Element; tree?: EcmarkdownNode; source?: string; }[]): void;