attribute_avoid_is() — svelte Function Reference
Architecture documentation for the attribute_avoid_is() function in warnings.js from the svelte codebase.
Entity Profile
Dependency Diagram
graph TD a9def843_85d9_35c4_1934_af79aeed77d6["attribute_avoid_is()"] 56a689f9_11c0_cc76_bd60_41bb6dc96475["warnings.js"] a9def843_85d9_35c4_1934_af79aeed77d6 -->|defined in| 56a689f9_11c0_cc76_bd60_41bb6dc96475 8b731563_0657_df8d_6a4b_cd33990e2ed2["validate_element()"] 8b731563_0657_df8d_6a4b_cd33990e2ed2 -->|calls| a9def843_85d9_35c4_1934_af79aeed77d6 style a9def843_85d9_35c4_1934_af79aeed77d6 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/svelte/src/compiler/warnings.js lines 695–697
export function attribute_avoid_is(node) {
w(node, 'attribute_avoid_is', `The "is" attribute is not supported cross-browser and should be avoided\nhttps://svelte.dev/e/attribute_avoid_is`);
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does attribute_avoid_is() do?
attribute_avoid_is() is a function in the svelte codebase, defined in packages/svelte/src/compiler/warnings.js.
Where is attribute_avoid_is() defined?
attribute_avoid_is() is defined in packages/svelte/src/compiler/warnings.js at line 695.
What calls attribute_avoid_is()?
attribute_avoid_is() is called by 1 function(s): validate_element.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free