EnhanceCompilerErrorOptions Type — astro Architecture
Architecture documentation for the EnhanceCompilerErrorOptions type/interface in compile.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 71b79b26_daa3_4541_227d_9562977ffe94["EnhanceCompilerErrorOptions"] a1b2a752_beb5_d4f4_ce1d_6f9443e365d3["compile.ts"] 71b79b26_daa3_4541_227d_9562977ffe94 -->|defined in| a1b2a752_beb5_d4f4_ce1d_6f9443e365d3 style 71b79b26_daa3_4541_227d_9562977ffe94 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/vite-plugin-astro/compile.ts lines 19–25
interface EnhanceCompilerErrorOptions {
err: Error;
id: string;
source: string;
config: AstroConfig;
logger: Logger;
}
Source
Frequently Asked Questions
What is the EnhanceCompilerErrorOptions type?
EnhanceCompilerErrorOptions is a type/interface in the astro codebase, defined in packages/astro/src/vite-plugin-astro/compile.ts.
Where is EnhanceCompilerErrorOptions defined?
EnhanceCompilerErrorOptions is defined in packages/astro/src/vite-plugin-astro/compile.ts at line 19.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free