Skip to content

Commit 9412059

Browse files
committed
chore: remove resolved todo
1 parent d8b4230 commit 9412059

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cmp/compiler/src/plugin/transform/process-file.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,6 @@ function serializeJSXChildren(
317317
} else if (expr.type === "StringLiteral") {
318318
// String literal (like {" "}) - include the literal text directly
319319
text += escapeTextForICU(expr.value);
320-
// TODO (AleksandrSl 07/12/2025): Should we just ignore the empty expression?
321320
} else if (expr.type !== "JSXEmptyExpression") {
322321
const name = `expression${expressions.size}`;
323322
text += `{${name}}`;

0 commit comments

Comments
 (0)