(pattern)
| 64416 | (prev, current) => prev.replace(current[0], current[1].bind(pattern)), |
| 64417 | pattern |
| 64418 | ); |
| 64419 | regexCache[pattern] = source; |
| 64420 | } |
| 64421 | return ignoreCase ? new RegExp(source, "i") : new RegExp(source); |
no test coverage detected
searching dependent graphs…