Merge branch 'worktree-macros-essays' into macros

This commit is contained in:
2026-03-04 16:04:35 +00:00

View File

@@ -692,6 +692,9 @@
return new _Thunk(expanded, env); return new _Thunk(expanded, env);
} }
} }
// HTML tag or component in data position — delegate to renderDOM
if (_isRenderExpr(expr)) return renderDOM(expr, env);
} }
// Function call // Function call