Home / Function/ svelte_options_invalid_tagname() — svelte Function Reference

svelte_options_invalid_tagname() — svelte Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  ca12b88d_a584_9680_8db6_aee6eea15f82["svelte_options_invalid_tagname()"]
  495501a4_a342_6a4d_ac11_e3e2fee8b218["errors.js"]
  ca12b88d_a584_9680_8db6_aee6eea15f82 -->|defined in| 495501a4_a342_6a4d_ac11_e3e2fee8b218
  37835ed8_f4c9_aa55_0a7f_8f46a70c1ce3["validate_tag()"]
  37835ed8_f4c9_aa55_0a7f_8f46a70c1ce3 -->|calls| ca12b88d_a584_9680_8db6_aee6eea15f82
  style ca12b88d_a584_9680_8db6_aee6eea15f82 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/svelte/src/compiler/errors.js lines 1584–1586

export function svelte_options_invalid_tagname(node) {
	e(node, 'svelte_options_invalid_tagname', `Tag name must be lowercase and hyphenated\nhttps://svelte.dev/e/svelte_options_invalid_tagname`);
}

Domain

Subdomains

Called By

Frequently Asked Questions

What does svelte_options_invalid_tagname() do?
svelte_options_invalid_tagname() is a function in the svelte codebase, defined in packages/svelte/src/compiler/errors.js.
Where is svelte_options_invalid_tagname() defined?
svelte_options_invalid_tagname() is defined in packages/svelte/src/compiler/errors.js at line 1584.
What calls svelte_options_invalid_tagname()?
svelte_options_invalid_tagname() is called by 1 function(s): validate_tag.

Analyze Your Own Codebase

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

Try Supermodel Free