Skip to content

Commit e2c32f9

Browse files
committed
dedupe parallelized await stmts
1 parent 1080beb commit e2c32f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/compiler/phases/3-transform/client/visitors/ExpressionStatement.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export function ExpressionStatement(node, context) {
6060
context.state.current_parallelized_chunk = chunk;
6161
context.state.parallelized_chunks.push(chunk);
6262
}
63-
return;
63+
return b.empty;
6464
}
6565
}
6666

0 commit comments

Comments
 (0)