Home / Function/ DebugTag() — svelte Function Reference

DebugTag() — svelte Function Reference

Architecture documentation for the DebugTag() function in DebugTag.js from the svelte codebase.

Entity Profile

Dependency Diagram

graph TD
  9b5a2de9_71f6_f1c0_8d7c_e6e727cc32f7["DebugTag()"]
  acd3f966_a134_9a36_6d9f_ebc4ea7ca03d["DebugTag.js"]
  9b5a2de9_71f6_f1c0_8d7c_e6e727cc32f7 -->|defined in| acd3f966_a134_9a36_6d9f_ebc4ea7ca03d
  7148e639_69d8_a03d_3f08_bd23f41e718a["validate_opening_tag()"]
  9b5a2de9_71f6_f1c0_8d7c_e6e727cc32f7 -->|calls| 7148e639_69d8_a03d_3f08_bd23f41e718a
  style 9b5a2de9_71f6_f1c0_8d7c_e6e727cc32f7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/svelte/src/compiler/phases/2-analyze/visitors/DebugTag.js lines 9–15

export function DebugTag(node, context) {
	if (context.state.analysis.runes) {
		validate_opening_tag(node, context.state, '@');
	}

	context.next();
}

Domain

Subdomains

Frequently Asked Questions

What does DebugTag() do?
DebugTag() is a function in the svelte codebase, defined in packages/svelte/src/compiler/phases/2-analyze/visitors/DebugTag.js.
Where is DebugTag() defined?
DebugTag() is defined in packages/svelte/src/compiler/phases/2-analyze/visitors/DebugTag.js at line 9.
What does DebugTag() call?
DebugTag() calls 1 function(s): validate_opening_tag.

Analyze Your Own Codebase

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

Try Supermodel Free