MCPcopy Create free account
hub / github.com/colbymchenry/codegraph /

Class

src/extraction/svelte-extractor.ts:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 * Every .svelte file produces a component node (Svelte components are always importable).
23 */
24export class SvelteExtractor {
25 private filePath: string;
26 private source: string;
27 private nodes: Node[] = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected