| 36 | * Every .vue file produces a component node (Vue components are always importable). |
| 37 | */ |
| 38 | export class VueExtractor { |
| 39 | private filePath: string; |
| 40 | private source: string; |
| 41 | private nodes: Node[] = []; |
nothing calls this directly
no outgoing calls
no test coverage detected