(e,t)
| 106 | ;return this.rules.slice(e).forEach((([e,n])=>t.addRule(e,n))), |
| 107 | t.compile(),this.multiRegexes[e]=t,t}resumingScanAtSamePosition(){ |
| 108 | return 0!==this.regexIndex}considerAll(){this.regexIndex=0}addRule(e,t){ |
| 109 | this.rules.push([e,t]),"begin"===t.type&&this.count++}exec(e){ |
| 110 | const t=this.getMatcher(this.regexIndex);t.lastIndex=this.lastIndex |
| 111 | ;let n=t.exec(e) |
| 112 | ;if(this.resumingScanAtSamePosition())if(n&&n.index===this.lastIndex);else{ |