@mondaydotcomorg/atp-compiler
Version:
Production-ready compiler for transforming async iteration patterns into resumable operations with checkpoint-based state management
12 lines (10 loc) • 346 B
text/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';