parallelize-async-work
ComputerGuy 7 days ago
parent f5972d3237
commit fc03ba7e1b

@ -346,6 +346,7 @@ export function VariableDeclaration(node, context) {
const label = `[$derived ${declarator.id.type === 'ArrayPattern' ? 'iterable' : 'object'}]`; const label = `[$derived ${declarator.id.type === 'ArrayPattern' ? 'iterable' : 'object'}]`;
call = b.call('$.tag', call, b.literal(label)); call = b.call('$.tag', call, b.literal(label));
} }
derived_declarators.push(b.declarator(id, call));
} }
for (const path of paths) { for (const path of paths) {

Loading…
Cancel
Save