@mondaydotcomorg/atp-compiler
Version:
Production-ready compiler for transforming async iteration patterns into resumable operations with checkpoint-based state management
11 lines • 380 B
TypeScript
/**
* Default Plugins
*
* These plugins wrap the existing ATP Compiler functionality,
* making the PluggableCompiler a drop-in replacement for ATPCompiler.
*/
export * from './detection-plugin.js';
export * from './loop-transformer-plugin.js';
export * from './array-transformer-plugin.js';
export * from './promise-transformer-plugin.js';
//# sourceMappingURL=index.d.ts.map