MatchedRoute Type — astro Architecture
Architecture documentation for the MatchedRoute type/interface in dev.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD e3265ef7_40ac_68bf_3ea3_87ba78035cc3["MatchedRoute"] 3f373c63_ced2_f6ce_9a33_2b040b86d1b3["dev.ts"] e3265ef7_40ac_68bf_3ea3_87ba78035cc3 -->|defined in| 3f373c63_ced2_f6ce_9a33_2b040b86d1b3 style e3265ef7_40ac_68bf_3ea3_87ba78035cc3 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/core/routing/dev.ts lines 15–19
interface MatchedRoute {
route: RouteData;
filePath: URL;
resolvedPathname: string;
}
Defined In
Source
Frequently Asked Questions
What is the MatchedRoute type?
MatchedRoute is a type/interface in the astro codebase, defined in packages/astro/src/core/routing/dev.ts.
Where is MatchedRoute defined?
MatchedRoute is defined in packages/astro/src/core/routing/dev.ts at line 15.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free