(value: string)
| 14 | const DOC_SHOT_REFS = /\/shots\/[^\s)"']+/g; |
| 15 | const DOC_SHOT_OUTPUT_PATHS = ['.html', '.json', '.md']; |
| 16 | const escapeRegExp = (value: string): string => |
| 17 | value.replaceAll(/[.*+?^${}()|[\]\\]/g, '\\$&'); |
| 18 | |
| 19 | const forEachDeepFile = ( |
| 20 | dir: string, |
no outgoing calls
no test coverage detected
searching dependent graphs…