var _b, _span; function render() { var children = _b || (_b = ); if (someCondition) { children = _span || (_span = ); } return
{children}
; }