Skip to content

Commit 742bcbf

Browse files
committed
simplify
1 parent 373faee commit 742bcbf

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,6 @@ function serialize_event_handler(node, { state, visit }) {
13141314
binding !== null &&
13151315
(binding.kind === 'state' ||
13161316
binding.kind === 'frozen_state' ||
1317-
binding.kind === 'legacy_reactive_import' ||
13181317
binding.declaration_kind === 'import' ||
13191318
binding.kind === 'legacy_reactive' ||
13201319
binding.kind === 'derived' ||

0 commit comments

Comments
 (0)