(regexp: RegExp)
| 489 | return normalizePathName(filePath).replace(/^\.\//, "./") |
| 490 | } |
| 491 | |
| 492 | function escapeRegExp(value: string): string { |
| 493 | return value.replace(/[|\\{}()[\]^$+?.]/g, "\\$&") |
| 494 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…