State Type — vite Architecture
Architecture documentation for the State type/interface in interceptor.ts from the vite codebase.
Entity Profile
Dependency Diagram
graph TD be293d74_8ff5_61da_c420_722db6c31d9a["State"] 95cae2f2_ad8c_91c1_5a74_93d939dbc47b["interceptor.ts"] be293d74_8ff5_61da_c420_722db6c31d9a -->|defined in| 95cae2f2_ad8c_91c1_5a74_93d939dbc47b style be293d74_8ff5_61da_c420_722db6c31d9a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/vite/src/module-runner/sourcemap/interceptor.ts lines 78–81
interface State {
nextPosition: null | OriginalMapping
curPosition: null | OriginalMapping
}
Source
Frequently Asked Questions
What is the State type?
State is a type/interface in the vite codebase, defined in packages/vite/src/module-runner/sourcemap/interceptor.ts.
Where is State defined?
State is defined in packages/vite/src/module-runner/sourcemap/interceptor.ts at line 78.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free