(e3, o3)
| 64624 | var B = (t2) => { |
| 64625 | const n2 = `Flag name ${h(t2)}`; |
| 64626 | if (t2.length === 0) throw new Error(`${n2} cannot be empty`); |
| 64627 | if (t2.length === 1) throw new Error(`${n2} must be longer than a character`); |
| 64628 | const r3 = t2.match(R); |
| 64629 | if (r3) throw new Error(`${n2} cannot contain ${h(r3?.[0])}`); |
| 64630 | }; |
| 64631 | var K = (t2) => { |
| 64632 | const n2 = {}, r3 = (e3, o3) => { |