Skip to content

Commit 300c15d

Browse files
Update packages/svelte/src/compiler/phases/2-analyze/visitors/RenderTag.js
Co-authored-by: Simon H <[email protected]>
1 parent e43baca commit 300c15d

File tree

1 file changed

+2
-1
lines changed
  • packages/svelte/src/compiler/phases/2-analyze/visitors

1 file changed

+2
-1
lines changed

packages/svelte/src/compiler/phases/2-analyze/visitors/RenderTag.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ export function RenderTag(node, context) {
2020

2121
node.metadata.dynamic = binding?.kind !== 'normal';
2222

23-
/** If we can't unambiguously resolve this to a declaration, we
23+
/**
24+
* If we can't unambiguously resolve this to a declaration, we
2425
* must assume the worst and link the render tag to every snippet
2526
*/
2627
let resolved =

0 commit comments

Comments
 (0)