AstroMetadata Type — astro Architecture
Architecture documentation for the AstroMetadata type/interface in parseAstro.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD d5f34912_a752_4578_115d_576a71c8c866["AstroMetadata"] 0fc8da77_17d5_93f4_f8a7_0d74e4ce41d9["parseAstro.ts"] d5f34912_a752_4578_115d_576a71c8c866 -->|defined in| 0fc8da77_17d5_93f4_f8a7_0d74e4ce41d9 style d5f34912_a752_4578_115d_576a71c8c866 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/language-tools/language-server/src/core/parseAstro.ts lines 5–8
export type AstroMetadata = ParseResult & {
frontmatter: FrontmatterStatus;
tsxRanges: LSPTSXRanges;
};
Source
Frequently Asked Questions
What is the AstroMetadata type?
AstroMetadata is a type/interface in the astro codebase, defined in packages/language-tools/language-server/src/core/parseAstro.ts.
Where is AstroMetadata defined?
AstroMetadata is defined in packages/language-tools/language-server/src/core/parseAstro.ts at line 5.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free