Home / Type/ HandleHotUpdateOptions Type — astro Architecture

HandleHotUpdateOptions Type — astro Architecture

Architecture documentation for the HandleHotUpdateOptions type/interface in hmr.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  2673aec2_bbce_dff2_fdbd_41988552789e["HandleHotUpdateOptions"]
  baf5dda3_66db_2a5e_c47d_1be481b6a188["hmr.ts"]
  2673aec2_bbce_dff2_fdbd_41988552789e -->|defined in| baf5dda3_66db_2a5e_c47d_1be481b6a188
  style 2673aec2_bbce_dff2_fdbd_41988552789e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/vite-plugin-astro/hmr.ts lines 7–10

interface HandleHotUpdateOptions {
	logger: Logger;
	astroFileToCompileMetadata: Map<string, CompileMetadata>;
}

Frequently Asked Questions

What is the HandleHotUpdateOptions type?
HandleHotUpdateOptions is a type/interface in the astro codebase, defined in packages/astro/src/vite-plugin-astro/hmr.ts.
Where is HandleHotUpdateOptions defined?
HandleHotUpdateOptions is defined in packages/astro/src/vite-plugin-astro/hmr.ts at line 7.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free