Skip to content

Commit 6f77bd2

Browse files
committed
note to self
1 parent eaa2df5 commit 6f77bd2

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/compiler/phases/3-transform/client/visitors/shared

1 file changed

+1
-1
lines changed

packages/svelte/src/compiler/phases/3-transform/client/visitors/shared/fragment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export function process_children(nodes, initial, is_element, { visit, state }) {
6262
*/
6363
function flush_sequence(sequence) {
6464
// TODO this should be folded into the `is_inlinable_sequence` block below,
65-
// but it currently causes a test to fail
65+
// but it currently causes the script-style-non-top-level test to fail
6666
if (sequence.every((node) => node.type === 'Text')) {
6767
skipped += 1;
6868
state.template.push(sequence.map((node) => node.raw).join(''));

0 commit comments

Comments
 (0)