UNPKG

@mondaydotcomorg/atp-compiler

Version:

Production-ready compiler for transforming async iteration patterns into resumable operations with checkpoint-based state management

9 lines 306 B
import type { DetectionResult } from '../types.js'; export declare class AsyncIterationDetector { detect(code: string): DetectionResult; private isPromiseAll; private isPromiseAllSettled; private canBatchPromiseAll; private isDirectPausableCall; } //# sourceMappingURL=detector.d.ts.map