(e)
| 12885 | (this.facet = this.initFacet(e.facet))); |
| 12886 | } |
| 12887 | initFacet(e) { |
| 12888 | if (!Uo(e)) return { facet: this.initFacetFieldDef(e, "facet") }; |
| 12889 | const t = D(e), |
| 12890 | n = {}; |
| 12891 | for (const i of t) { |
| 12892 | if (![K, Z].includes(i)) { |
| 12893 | Si(li(i, "facet")); |
| 12894 | break; |
| 12895 | } |
| 12896 | const t = e[i]; |
| 12897 | if (void 0 === t.field) { |
| 12898 | Si(si(t, i)); |
| 12899 | break; |
| 12900 | } |
| 12901 | n[i] = this.initFacetFieldDef(t, i); |
| 12902 | } |
| 12903 | return n; |
| 12904 | } |
| 12905 | initFacetFieldDef(e, t) { |
| 12906 | const n = Fa(e, t); |
| 12907 | return ( |
no test coverage detected