UNPKG

@mondaydotcomorg/atp-compiler

Version:

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

12 lines 399 B
export declare class ArrayTransformer { private transformCount; private batchOptimizer; private batchDetector; private batchSizeThreshold; constructor(batchSizeThreshold?: number); transformArrayMethod(path: any): boolean; private doTransformToSequential; getTransformCount(): number; resetTransformCount(): void; } //# sourceMappingURL=array-transformer.d.ts.map