export_let_unused() — svelte Function Reference
Architecture documentation for the export_let_unused() function in warnings.js from the svelte codebase.
Entity Profile
Dependency Diagram
graph TD a47d7db0_0272_1ef4_0d1b_56baabb94428["export_let_unused()"] 56a689f9_11c0_cc76_bd60_41bb6dc96475["warnings.js"] a47d7db0_0272_1ef4_0d1b_56baabb94428 -->|defined in| 56a689f9_11c0_cc76_bd60_41bb6dc96475 78a6ba9a_5003_f569_a638_76e4f1977809["analyze_component()"] 78a6ba9a_5003_f569_a638_76e4f1977809 -->|calls| a47d7db0_0272_1ef4_0d1b_56baabb94428 style a47d7db0_0272_1ef4_0d1b_56baabb94428 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/svelte/src/compiler/warnings.js lines 610–612
export function export_let_unused(node, name) {
w(node, 'export_let_unused', `Component has unused export property '${name}'. If it is for external reference only, please consider using \`export const ${name}\`\nhttps://svelte.dev/e/export_let_unused`);
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does export_let_unused() do?
export_let_unused() is a function in the svelte codebase, defined in packages/svelte/src/compiler/warnings.js.
Where is export_let_unused() defined?
export_let_unused() is defined in packages/svelte/src/compiler/warnings.js at line 610.
What calls export_let_unused()?
export_let_unused() 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