JSComment Type — svelte Architecture
Architecture documentation for the JSComment type/interface in template.d.ts from the svelte codebase.
Entity Profile
Dependency Diagram
graph TD b46e8e12_b6d6_4022_faed_8b7e23785a40["JSComment"] 628b0d7d_f8bd_9570_9133_f9b9af4f58aa["template.d.ts"] b46e8e12_b6d6_4022_faed_8b7e23785a40 -->|defined in| 628b0d7d_f8bd_9570_9133_f9b9af4f58aa style b46e8e12_b6d6_4022_faed_8b7e23785a40 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/svelte/src/compiler/types/template.d.ts lines 571–580
export interface JSComment {
type: 'Line' | 'Block';
value: string;
start: number;
end: number;
loc: {
start: { line: number; column: number };
end: { line: number; column: number };
};
}
Source
Frequently Asked Questions
What is the JSComment type?
JSComment is a type/interface in the svelte codebase, defined in packages/svelte/src/compiler/types/template.d.ts.
Where is JSComment defined?
JSComment is defined in packages/svelte/src/compiler/types/template.d.ts at line 571.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free