diff --git a/packages/svelte/src/compiler/phases/3-transform/client/transform-template/to-functions.js b/packages/svelte/src/compiler/phases/3-transform/client/transform-template/to-functions.js index 16933503e3..7d9e4b6152 100644 --- a/packages/svelte/src/compiler/phases/3-transform/client/transform-template/to-functions.js +++ b/packages/svelte/src/compiler/phases/3-transform/client/transform-template/to-functions.js @@ -49,7 +49,7 @@ function build(item) { const children = item.children.map(build); element.properties.push(b.prop('init', b.id('c'), b.array(children))); - // special case — strip leading newline from `
` and `