store_rune_conflict() — svelte Function Reference
Architecture documentation for the store_rune_conflict() function in warnings.js from the svelte codebase.
Entity Profile
Dependency Diagram
graph TD e9c62701_98e6_ce15_470b_d43832927cb6["store_rune_conflict()"] 56a689f9_11c0_cc76_bd60_41bb6dc96475["warnings.js"] e9c62701_98e6_ce15_470b_d43832927cb6 -->|defined in| 56a689f9_11c0_cc76_bd60_41bb6dc96475 78a6ba9a_5003_f569_a638_76e4f1977809["analyze_component()"] 78a6ba9a_5003_f569_a638_76e4f1977809 -->|calls| e9c62701_98e6_ce15_470b_d43832927cb6 style e9c62701_98e6_ce15_470b_d43832927cb6 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/svelte/src/compiler/warnings.js lines 678–680
export function store_rune_conflict(node, name) {
w(node, 'store_rune_conflict', `It looks like you're using the \`$${name}\` rune, but there is a local binding called \`${name}\`. Referencing a local variable with a \`$\` prefix will create a store subscription. Please rename \`${name}\` to avoid the ambiguity\nhttps://svelte.dev/e/store_rune_conflict`);
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does store_rune_conflict() do?
store_rune_conflict() is a function in the svelte codebase, defined in packages/svelte/src/compiler/warnings.js.
Where is store_rune_conflict() defined?
store_rune_conflict() is defined in packages/svelte/src/compiler/warnings.js at line 678.
What calls store_rune_conflict()?
store_rune_conflict() is called by 1 function(s): analyze_component.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free