import { ExtractionResult } from '../types'; /** * AstroExtractor - Extracts code relationships from Astro component files * * Astro files are multi-language: a TypeScript frontmatter block fenced by * `---` lines, a JSX-like HTML template, and optional