| 22 | * Every .svelte file produces a component node (Svelte components are always importable). |
| 23 | */ |
| 24 | export class SvelteExtractor { |
| 25 | private filePath: string; |
| 26 | private source: string; |
| 27 | private nodes: Node[] = []; |
nothing calls this directly
no outgoing calls
no test coverage detected