svelte_options_deprecated_tag() — svelte Function Reference
Architecture documentation for the svelte_options_deprecated_tag() function in errors.js from the svelte codebase.
Entity Profile
Dependency Diagram
graph TD bcdeda6a_7e87_8849_d4b6_44191faefa0a["svelte_options_deprecated_tag()"] 495501a4_a342_6a4d_ac11_e3e2fee8b218["errors.js"] bcdeda6a_7e87_8849_d4b6_44191faefa0a -->|defined in| 495501a4_a342_6a4d_ac11_e3e2fee8b218 6a48e790_0ca5_6fae_197c_7c93c49d9b66["read_options()"] 6a48e790_0ca5_6fae_197c_7c93c49d9b66 -->|calls| bcdeda6a_7e87_8849_d4b6_44191faefa0a style bcdeda6a_7e87_8849_d4b6_44191faefa0a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/svelte/src/compiler/errors.js lines 1529–1531
export function svelte_options_deprecated_tag(node) {
e(node, 'svelte_options_deprecated_tag', `"tag" option is deprecated — use "customElement" instead\nhttps://svelte.dev/e/svelte_options_deprecated_tag`);
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does svelte_options_deprecated_tag() do?
svelte_options_deprecated_tag() is a function in the svelte codebase, defined in packages/svelte/src/compiler/errors.js.
Where is svelte_options_deprecated_tag() defined?
svelte_options_deprecated_tag() is defined in packages/svelte/src/compiler/errors.js at line 1529.
What calls svelte_options_deprecated_tag()?
svelte_options_deprecated_tag() 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