GetEntryModuleParams Type — astro Architecture
Architecture documentation for the GetEntryModuleParams type/interface in vite-plugin-content-imports.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD d1d63e33_090f_6fd5_db12_33a50a8194bb["GetEntryModuleParams"] 157f6669_1b64_2b6d_ca39_b0f784c87ad2["vite-plugin-content-imports.ts"] d1d63e33_090f_6fd5_db12_33a50a8194bb -->|defined in| 157f6669_1b64_2b6d_ca39_b0f784c87ad2 style d1d63e33_090f_6fd5_db12_33a50a8194bb fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/content/vite-plugin-content-imports.ts lines 234–242
type GetEntryModuleParams<TEntryType extends ContentEntryType | DataEntryType> = {
fs: typeof fsMod;
fileId: string;
contentDir: URL;
pluginContext: PluginContext;
entryConfigByExt: Map<string, TEntryType>;
config: AstroConfig;
shouldEmitFile: boolean;
};
Source
Frequently Asked Questions
What is the GetEntryModuleParams type?
GetEntryModuleParams is a type/interface in the astro codebase, defined in packages/astro/src/content/vite-plugin-content-imports.ts.
Where is GetEntryModuleParams defined?
GetEntryModuleParams is defined in packages/astro/src/content/vite-plugin-content-imports.ts at line 234.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free