component_name_lowercase() — svelte Function Reference
Architecture documentation for the component_name_lowercase() function in warnings.js from the svelte codebase.
Entity Profile
Dependency Diagram
graph TD 6ba24563_c42d_46c3_1fd0_b2bfc03b5d98["component_name_lowercase()"] 56a689f9_11c0_cc76_bd60_41bb6dc96475["warnings.js"] 6ba24563_c42d_46c3_1fd0_b2bfc03b5d98 -->|defined in| 56a689f9_11c0_cc76_bd60_41bb6dc96475 874d992f_5e60_ebce_f4ce_ea5fed014bc4["RegularElement()"] 874d992f_5e60_ebce_f4ce_ea5fed014bc4 -->|calls| 6ba24563_c42d_46c3_1fd0_b2bfc03b5d98 style 6ba24563_c42d_46c3_1fd0_b2bfc03b5d98 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/svelte/src/compiler/warnings.js lines 756–758
export function component_name_lowercase(node, name) {
w(node, 'component_name_lowercase', `\`<${name}>\` will be treated as an HTML element unless it begins with a capital letter\nhttps://svelte.dev/e/component_name_lowercase`);
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does component_name_lowercase() do?
component_name_lowercase() is a function in the svelte codebase, defined in packages/svelte/src/compiler/warnings.js.
Where is component_name_lowercase() defined?
component_name_lowercase() is defined in packages/svelte/src/compiler/warnings.js at line 756.
What calls component_name_lowercase()?
component_name_lowercase() is called by 1 function(s): RegularElement.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free