ChokidarEvent Type — astro Architecture
Architecture documentation for the ChokidarEvent type/interface in types-generator.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 27f7b84e_d82d_e68c_8c86_cad141b9c05c["ChokidarEvent"] eca81928_a18b_c02e_8e5a_0440befa1a98["types-generator.ts"] 27f7b84e_d82d_e68c_8c86_cad141b9c05c -->|defined in| eca81928_a18b_c02e_8e5a_0440befa1a98 style 27f7b84e_d82d_e68c_8c86_cad141b9c05c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/content/types-generator.ts lines 44–44
type ChokidarEvent = 'add' | 'addDir' | 'change' | 'unlink' | 'unlinkDir';
Source
Frequently Asked Questions
What is the ChokidarEvent type?
ChokidarEvent is a type/interface in the astro codebase, defined in packages/astro/src/content/types-generator.ts.
Where is ChokidarEvent defined?
ChokidarEvent is defined in packages/astro/src/content/types-generator.ts at line 44.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free