UNPKG

@mondaydotcomorg/atp-compiler

Version:

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

6 lines 324 B
import * as t from '@babel/types'; /** * Transform to sequential execution with checkpoints (fallback) */ export declare function transformToSequential(path: any, node: t.CallExpression, methodName: string, callback: t.Function, onTransform: () => void): boolean; //# sourceMappingURL=array-transformer-sequential.d.ts.map