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