Home / Function/ svelte_visitors.Comment() — svelte Function Reference

svelte_visitors.Comment() — svelte Function Reference

Architecture documentation for the svelte_visitors.Comment() function in index.js from the svelte codebase.

Entity Profile

Dependency Diagram

graph TD
  66b35b13_2e34_e534_fe68_b9338ce57be7["svelte_visitors.Comment()"]
  f0404eed_e134_3c7c_7b38_1cb13c71f197["index.js"]
  66b35b13_2e34_e534_fe68_b9338ce57be7 -->|defined in| f0404eed_e134_3c7c_7b38_1cb13c71f197
  style 66b35b13_2e34_e534_fe68_b9338ce57be7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/svelte/src/compiler/print/index.js lines 529–531

	Comment(node, context) {
		context.write('<!--' + node.data + '-->');
	},

Domain

Subdomains

Frequently Asked Questions

What does svelte_visitors.Comment() do?
svelte_visitors.Comment() is a function in the svelte codebase, defined in packages/svelte/src/compiler/print/index.js.
Where is svelte_visitors.Comment() defined?
svelte_visitors.Comment() is defined in packages/svelte/src/compiler/print/index.js at line 529.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free