(e)
| 569 | (this.lastIndex = 0); |
| 570 | } |
| 571 | exec(e) { |
| 572 | this.matcherRe.lastIndex = this.lastIndex; |
| 573 | const n = this.matcherRe.exec(e); |
| 574 | if (!n) return null; |
| 575 | const t = n.findIndex((e, n) => n > 0 && void 0 !== e), |
| 576 | r = this.matchIndexes[t]; |
| 577 | return n.splice(0, t), Object.assign(n, r); |
| 578 | } |
| 579 | } |
| 580 | class a { |
| 581 | constructor() { |
no outgoing calls
no test coverage detected