RawSourceMap Type — vue Architecture
Architecture documentation for the RawSourceMap type/interface in types.ts from the vue codebase.
Entity Profile
Dependency Diagram
graph TD a9f9b30f_bda1_1f21_7614_3a5f474a5c6f["RawSourceMap"] 1a27e6b3_7515_332e_8d02_d958c72a568c["types.ts"] a9f9b30f_bda1_1f21_7614_3a5f474a5c6f -->|defined in| 1a27e6b3_7515_332e_8d02_d958c72a568c style a9f9b30f_bda1_1f21_7614_3a5f474a5c6f fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/compiler-sfc/src/types.ts lines 9–15
export interface RawSourceMap extends StartOfSourceMap {
version: string
sources: string[]
names: string[]
sourcesContent?: string[]
mappings: string
}
Defined In
Source
Frequently Asked Questions
What is the RawSourceMap type?
RawSourceMap is a type/interface in the vue codebase, defined in packages/compiler-sfc/src/types.ts.
Where is RawSourceMap defined?
RawSourceMap is defined in packages/compiler-sfc/src/types.ts at line 9.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free