(e, t)
| 29 | else t(e); |
| 30 | } |
| 31 | function s(e, t) { |
| 32 | return o(e) |
| 33 | ? { not: s(e.not, t) } |
| 34 | : r(e) |
| 35 | ? { and: e.and.map((e) => s(e, t)) } |
| 36 | : i(e) |
| 37 | ? { or: e.or.map((e) => s(e, t)) } |
| 38 | : t(e); |
| 39 | } |
| 40 | const l = structuredClone; |
| 41 | function c(e) { |
| 42 | throw new Error(e); |