(e, t, n, i)
| 10805 | : { valid: !1, reason: di(e) }; |
| 10806 | } |
| 10807 | function gm(e, t, n, i) { |
| 10808 | return ( |
| 10809 | e.explicit && |
| 10810 | t.explicit && |
| 10811 | Si( |
| 10812 | (function (e, t, n, i) { |
| 10813 | return `Conflicting ${t.toString()} property "${e.toString()}" (${Q(n)} and ${Q(i)}). Using the union of the two domains.`; |
| 10814 | })(n, i, e.value, t.value), |
| 10815 | ), |
| 10816 | { explicit: e.explicit, value: [...e.value, ...t.value] } |
| 10817 | ); |
| 10818 | } |
| 10819 | function hm(e) { |
| 10820 | const n = b( |
| 10821 | e.map((e) => { |