ModuleInfo Type — astro Architecture
Architecture documentation for the ModuleInfo type/interface in runner.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 621db050_57fe_99ae_526b_cd312a1c2141["ModuleInfo"] 58abb67e_f385_ecd0_f6d1_c515d265bf85["runner.ts"] 621db050_57fe_99ae_526b_cd312a1c2141 -->|defined in| 58abb67e_f385_ecd0_f6d1_c515d265bf85 style 621db050_57fe_99ae_526b_cd312a1c2141 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/core/module-loader/runner.ts lines 49–52
export interface ModuleInfo {
id: string;
meta?: Record<string, any>;
}
Source
Frequently Asked Questions
What is the ModuleInfo type?
ModuleInfo is a type/interface in the astro codebase, defined in packages/astro/src/core/module-loader/runner.ts.
Where is ModuleInfo defined?
ModuleInfo is defined in packages/astro/src/core/module-loader/runner.ts at line 49.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free