Skip to content

Commit 4ebe26c

Browse files
trueadmRich-Harris
andauthored
Update packages/svelte/src/compiler/phases/3-transform/client/visitors/shared/utils.js
Co-authored-by: Rich Harris <[email protected]>
1 parent bab63a9 commit 4ebe26c

File tree

1 file changed

+0
-1
lines changed
  • packages/svelte/src/compiler/phases/3-transform/client/visitors/shared

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ export function build_template_chunk(values, visit, state) {
4545
let quasi = b.quasi('');
4646
const quasis = [quasi];
4747

48-
const { states, calls } = get_states_and_calls(values);
4948

5049
let has_call = false;
5150
let has_state = false;

0 commit comments

Comments
 (0)