From 300c15dac36e48d6aa7cbcf0ade8653a650a51ec Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 27 Nov 2024 17:00:16 -0500 Subject: [PATCH] Update packages/svelte/src/compiler/phases/2-analyze/visitors/RenderTag.js Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com> --- .../svelte/src/compiler/phases/2-analyze/visitors/RenderTag.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/svelte/src/compiler/phases/2-analyze/visitors/RenderTag.js b/packages/svelte/src/compiler/phases/2-analyze/visitors/RenderTag.js index 7f73331d33..e434234e98 100644 --- a/packages/svelte/src/compiler/phases/2-analyze/visitors/RenderTag.js +++ b/packages/svelte/src/compiler/phases/2-analyze/visitors/RenderTag.js @@ -20,7 +20,8 @@ export function RenderTag(node, context) { node.metadata.dynamic = binding?.kind !== 'normal'; - /** If we can't unambiguously resolve this to a declaration, we + /** + * If we can't unambiguously resolve this to a declaration, we * must assume the worst and link the render tag to every snippet */ let resolved =