We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb34615 commit 9e13ed6Copy full SHA for 9e13ed6
1 file changed
packages/bridge-compiler/src/codegen.ts
@@ -2323,7 +2323,6 @@ class CodegenContext {
2323
// (including traces) before we propagate the first error — matching
2324
// runtime semantics where all output wires settle before re-throw.
2325
const batchId = this.parallelBatchCount++;
2326
- const varNames = asyncItems.map((_, i) => `__p${batchId}_${i}`);
2327
const settledVar = `__s${batchId}`;
2328
this.emit(`const ${settledVar} = await Promise.allSettled([`);
2329
this.pushIndent();
0 commit comments