Home / Function/ block_unexpected_close() — svelte Function Reference

block_unexpected_close() — svelte Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  876703c3_c368_a002_a77b_5facb6629b62["block_unexpected_close()"]
  495501a4_a342_6a4d_ac11_e3e2fee8b218["errors.js"]
  876703c3_c368_a002_a77b_5facb6629b62 -->|defined in| 495501a4_a342_6a4d_ac11_e3e2fee8b218
  93dbe567_aab1_fb2d_cac2_875590f2699a["close()"]
  93dbe567_aab1_fb2d_cac2_875590f2699a -->|calls| 876703c3_c368_a002_a77b_5facb6629b62
  style 876703c3_c368_a002_a77b_5facb6629b62 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/svelte/src/compiler/errors.js lines 947–949

export function block_unexpected_close(node) {
	e(node, 'block_unexpected_close', `Unexpected block closing tag\nhttps://svelte.dev/e/block_unexpected_close`);
}

Domain

Subdomains

Called By

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free