codemod icon indicating copy to clipboard operation
codemod copied to clipboard

Initial workflow PR

Open arybitskiy opened this issue 1 year ago • 1 comments

Please check if the PR fulfills these requirements:

This is potentially new workflow engine Example of usage is in packages/workflow/sample.workflow.ts There is documentation with JSDoc in packages/workflow/src/compose.ts General design: Every call to a function is lazy and returns Promise which is not executed until you call await promise. That allows to make chains like this:

const dirs = repositories`repo1`.directories`apps/*`;
await dirs.moveTo(repositories`repo2`.dirs`apps`);

arybitskiy avatar May 17 '24 13:05 arybitskiy

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
codemod ❌ Failed (Inspect) May 22, 2024 0:14am

vercel[bot] avatar May 17 '24 13:05 vercel[bot]