Skip to content

Commit 74eeb08

Browse files
committed
fix
1 parent 456c8c4 commit 74eeb08

File tree

1 file changed

+1
-0
lines changed
  • packages/svelte/src/compiler/phases

1 file changed

+1
-0
lines changed

packages/svelte/src/compiler/phases/scope.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ class Evaluation {
262262

263263
if (binding.initial?.type === 'SnippetBlock') {
264264
this.is_defined = true;
265+
this.is_known = false;
265266
break;
266267
}
267268

0 commit comments

Comments
 (0)