Home / Function/ svelte_options_invalid_customelement_props() — svelte Function Reference

svelte_options_invalid_customelement_props() — svelte Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  255e9c6d_98e4_5b4a_a7d9_346cdb50dfcf["svelte_options_invalid_customelement_props()"]
  495501a4_a342_6a4d_ac11_e3e2fee8b218["errors.js"]
  255e9c6d_98e4_5b4a_a7d9_346cdb50dfcf -->|defined in| 495501a4_a342_6a4d_ac11_e3e2fee8b218
  6a48e790_0ca5_6fae_197c_7c93c49d9b66["read_options()"]
  6a48e790_0ca5_6fae_197c_7c93c49d9b66 -->|calls| 255e9c6d_98e4_5b4a_a7d9_346cdb50dfcf
  style 255e9c6d_98e4_5b4a_a7d9_346cdb50dfcf fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/svelte/src/compiler/errors.js lines 1566–1568

export function svelte_options_invalid_customelement_props(node) {
	e(node, 'svelte_options_invalid_customelement_props', `"props" must be a statically analyzable object literal of the form "{ [key: string]: { attribute?: string; reflect?: boolean; type?: "String" | "Boolean" | "Number" | "Array" | "Object" }"\nhttps://svelte.dev/e/svelte_options_invalid_customelement_props`);
}

Domain

Subdomains

Called By

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free