From f43965e6d54ed4a129c4db86125469dd823fedc6 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Fri, 5 Jan 2024 12:07:41 -0800 Subject: [PATCH] add details --- .../src/compiler/phases/3-transform/client/visitors/template.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/svelte/src/compiler/phases/3-transform/client/visitors/template.js b/packages/svelte/src/compiler/phases/3-transform/client/visitors/template.js index d3e7a1258c..987cc6578c 100644 --- a/packages/svelte/src/compiler/phases/3-transform/client/visitors/template.js +++ b/packages/svelte/src/compiler/phases/3-transform/client/visitors/template.js @@ -1586,6 +1586,8 @@ function process_children(nodes, parent, { visit, state }) { }); } else { // TODO: uncomment this + // it causes a test to fail. need to understand if it's a valid test or if it should be adjusted or deleted + // see https://github.com/sveltejs/svelte/issues/6832 for more context on that test // const { can_inline } = can_inline_all_nodes(sequence, state); const can_inline = false; if (can_inline) {