Comment Type — svelte Architecture
Architecture documentation for the Comment type/interface in template.d.ts from the svelte codebase.
Entity Profile
Dependency Diagram
graph TD 53eae8d1_2265_785c_1993_6a09978fb33b["Comment"] 628b0d7d_f8bd_9570_9133_f9b9af4f58aa["template.d.ts"] 53eae8d1_2265_785c_1993_6a09978fb33b -->|defined in| 628b0d7d_f8bd_9570_9133_f9b9af4f58aa style 53eae8d1_2265_785c_1993_6a09978fb33b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/svelte/src/compiler/types/template.d.ts lines 141–145
export interface Comment extends BaseNode {
type: 'Comment';
/** the contents of the comment */
data: string;
}
Source
Frequently Asked Questions
What is the Comment type?
Comment is a type/interface in the svelte codebase, defined in packages/svelte/src/compiler/types/template.d.ts.
Where is Comment defined?
Comment is defined in packages/svelte/src/compiler/types/template.d.ts at line 141.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free