Skip to content

Commit dad4889

Browse files
committed
this probably isn't necessary?
1 parent c41900c commit dad4889

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,6 @@ const visitors = {
8484
} else {
8585
next();
8686
}
87-
if (
88-
node.type !== 'VariableDeclaration' &&
89-
path.at(-1)?.type === 'Program' &&
90-
state.analysis.instance
91-
) {
92-
state.current_parallelized_chunk = null;
93-
}
9487
},
9588
AnimateDirective,
9689
ArrowFunctionExpression,

0 commit comments

Comments
 (0)