Home / Function/ svelte_component_missing_this() — svelte Function Reference

svelte_component_missing_this() — svelte Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  3a1cb8af_2c3d_a8f3_aed5_37811d130248["svelte_component_missing_this()"]
  495501a4_a342_6a4d_ac11_e3e2fee8b218["errors.js"]
  3a1cb8af_2c3d_a8f3_aed5_37811d130248 -->|defined in| 495501a4_a342_6a4d_ac11_e3e2fee8b218
  be9cd3f4_bdc5_dc26_dae4_4a34e45ab7eb["element()"]
  be9cd3f4_bdc5_dc26_dae4_4a34e45ab7eb -->|calls| 3a1cb8af_2c3d_a8f3_aed5_37811d130248
  style 3a1cb8af_2c3d_a8f3_aed5_37811d130248 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/svelte/src/compiler/errors.js lines 1444–1446

export function svelte_component_missing_this(node) {
	e(node, 'svelte_component_missing_this', `\`<svelte:component>\` must have a 'this' attribute\nhttps://svelte.dev/e/svelte_component_missing_this`);
}

Domain

Subdomains

Called By

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free