(t, e)
| 14106 | } |
| 14107 | } |
| 14108 | function tv(t, e) { |
| 14109 | const n = { |
| 14110 | bounds: new Vg(), |
| 14111 | clip: !!t.clip, |
| 14112 | group: e, |
| 14113 | interactive: !1 !== t.interactive, |
| 14114 | items: [], |
| 14115 | marktype: t.marktype, |
| 14116 | name: t.name || void 0, |
| 14117 | role: t.role || void 0, |
| 14118 | zindex: t.zindex || 0, |
| 14119 | }; |
| 14120 | return ( |
| 14121 | null != t.aria && (n.aria = t.aria), |
| 14122 | t.description && (n.description = t.description), |
| 14123 | n |
| 14124 | ); |
| 14125 | } |
| 14126 | function ev(t, e, n) { |
| 14127 | return ( |
| 14128 | !t && |
no outgoing calls
no test coverage detected