Home / Function/ options_deprecated_immutable() — svelte Function Reference

options_deprecated_immutable() — svelte Function Reference

Architecture documentation for the options_deprecated_immutable() function in warnings.js from the svelte codebase.

Entity Profile

Dependency Diagram

graph TD
  baf01d2d_b5fb_9c99_4405_d47a2c496ff6["options_deprecated_immutable()"]
  56a689f9_11c0_cc76_bd60_41bb6dc96475["warnings.js"]
  baf01d2d_b5fb_9c99_4405_d47a2c496ff6 -->|defined in| 56a689f9_11c0_cc76_bd60_41bb6dc96475
  78a6ba9a_5003_f569_a638_76e4f1977809["analyze_component()"]
  78a6ba9a_5003_f569_a638_76e4f1977809 -->|calls| baf01d2d_b5fb_9c99_4405_d47a2c496ff6
  style baf01d2d_b5fb_9c99_4405_d47a2c496ff6 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/svelte/src/compiler/warnings.js lines 553–555

export function options_deprecated_immutable(node) {
	w(node, 'options_deprecated_immutable', `The \`immutable\` option has been deprecated. It will have no effect in runes mode\nhttps://svelte.dev/e/options_deprecated_immutable`);
}

Domain

Subdomains

Frequently Asked Questions

What does options_deprecated_immutable() do?
options_deprecated_immutable() is a function in the svelte codebase, defined in packages/svelte/src/compiler/warnings.js.
Where is options_deprecated_immutable() defined?
options_deprecated_immutable() is defined in packages/svelte/src/compiler/warnings.js at line 553.
What calls options_deprecated_immutable()?
options_deprecated_immutable() 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