(s)
| 20586 | (this.lastIndex = 0)) |
| 20587 | } |
| 20588 | exec(s) { |
| 20589 | this.matcherRe.lastIndex = this.lastIndex |
| 20590 | const o = this.matcherRe.exec(s) |
| 20591 | if (!o) return null |
| 20592 | const i = o.findIndex((s, o) => o > 0 && void 0 !== s), |
| 20593 | a = this.matchIndexes[i] |
| 20594 | return (o.splice(0, i), Object.assign(o, a)) |
| 20595 | } |
| 20596 | } |
| 20597 | class ResumableMultiRegex { |
| 20598 | constructor() { |
no outgoing calls
no test coverage detected