Home / Function/ block_invalid_elseif() — svelte Function Reference

block_invalid_elseif() — svelte Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  a9ba454c_7cda_3b98_e7d6_235e83a4730b["block_invalid_elseif()"]
  495501a4_a342_6a4d_ac11_e3e2fee8b218["errors.js"]
  a9ba454c_7cda_3b98_e7d6_235e83a4730b -->|defined in| 495501a4_a342_6a4d_ac11_e3e2fee8b218
  563ea552_7fa4_4834_a19f_2b256bff987c["next()"]
  563ea552_7fa4_4834_a19f_2b256bff987c -->|calls| a9ba454c_7cda_3b98_e7d6_235e83a4730b
  style a9ba454c_7cda_3b98_e7d6_235e83a4730b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/svelte/src/compiler/errors.js lines 908–910

export function block_invalid_elseif(node) {
	e(node, 'block_invalid_elseif', `'elseif' should be 'else if'\nhttps://svelte.dev/e/block_invalid_elseif`);
}

Domain

Subdomains

Called By

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free