Home / Type/ AstroQuery Type — astro Architecture

AstroQuery Type — astro Architecture

Architecture documentation for the AstroQuery type/interface in query.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  ad8e99bd_ce63_d5bd_c0f7_61cbb14e63be["AstroQuery"]
  8333c913_7605_7d5c_3ae4_6fe583cab635["query.ts"]
  ad8e99bd_ce63_d5bd_c0f7_61cbb14e63be -->|defined in| 8333c913_7605_7d5c_3ae4_6fe583cab635
  style ad8e99bd_ce63_d5bd_c0f7_61cbb14e63be fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/vite-plugin-astro/query.ts lines 1–9

interface AstroQuery {
	astro?: boolean;
	src?: boolean;
	type?: 'script' | 'template' | 'style' | 'custom';
	index?: number;
	lang?: string;
	raw?: boolean;
	inline?: boolean;
}

Frequently Asked Questions

What is the AstroQuery type?
AstroQuery is a type/interface in the astro codebase, defined in packages/astro/src/vite-plugin-astro/query.ts.
Where is AstroQuery defined?
AstroQuery is defined in packages/astro/src/vite-plugin-astro/query.ts at line 1.

Analyze Your Own Codebase

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

Try Supermodel Free