| 133 | ;const n=this.matcherRe.exec(e);if(!n)return null |
| 134 | ;const t=n.findIndex(((e,n)=>n>0&&void 0!==e)),a=this.matchIndexes[t] |
| 135 | ;return n.splice(0,t),Object.assign(n,a)}}class a{constructor(){ |
| 136 | this.rules=[],this.multiRegexes=[], |
| 137 | this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(e){ |
| 138 | if(this.multiRegexes[e])return this.multiRegexes[e];const n=new t |
nothing calls this directly
no outgoing calls
no test coverage detected