(filePath: string)
| 62 | } |
| 63 | |
| 64 | function normalizeComponentPath(filePath: string): string { |
| 65 | return filePath.replaceAll('\\', '/') |
| 66 | } |
| 67 | |
| 68 | /** |
| 69 | * Recursively get all Vue component files in a directory. |
no outgoing calls
no test coverage detected