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

Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
pull/14456/head
Rich Harris 2 years ago committed by GitHub
parent e43baca49c
commit 300c15dac3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 =

Loading…
Cancel
Save