(e, t, n, i)
| 5433 | }; |
| 5434 | } |
| 5435 | function cc(e, t, n, i) { |
| 5436 | return ( |
| 5437 | e.explicit && |
| 5438 | t.explicit && |
| 5439 | Si( |
| 5440 | (function (e, t, n, i) { |
| 5441 | return `Conflicting ${t.toString()} property "${e.toString()}" (${Q(n)} and ${Q(i)}). Using ${Q(n)}.`; |
| 5442 | })(n, i, e.value, t.value), |
| 5443 | ), |
| 5444 | e |
| 5445 | ); |
| 5446 | } |
| 5447 | function uc(e, t, n, i) { |
| 5448 | let r = arguments.length > 4 && void 0 !== arguments[4] ? arguments[4] : cc; |
| 5449 | return void 0 === e || void 0 === e.value |