(file: ImportFile)
| 11 | } from '../snippets/normalizers' |
| 12 | |
| 13 | function getImportPath(file: ImportFile): string { |
| 14 | return (file.relativePath || file.name).replace(/\\/g, '/') |
| 15 | } |
| 16 | |
| 17 | function isSupportedMarkdownFile(filePath: string): boolean { |
| 18 | return ( |
no outgoing calls
no test coverage detected