()
| 492 | } |
| 493 | class a { |
| 494 | constructor() { |
| 495 | (this.rules = []), (this.multiRegexes = []), (this.count = 0), (this.lastIndex = 0), (this.regexIndex = 0); |
| 496 | } |
| 497 | getMatcher(e) { |
| 498 | if (this.multiRegexes[e]) return this.multiRegexes[e]; |
| 499 | const n = new t(); |
nothing calls this directly
no outgoing calls
no test coverage detected