Home / Function/ options_removed_hydratable() — svelte Function Reference

options_removed_hydratable() — svelte Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  1869df98_429e_f875_ec06_1e402eb888ea["options_removed_hydratable()"]
  56a689f9_11c0_cc76_bd60_41bb6dc96475["warnings.js"]
  1869df98_429e_f875_ec06_1e402eb888ea -->|defined in| 56a689f9_11c0_cc76_bd60_41bb6dc96475
  style 1869df98_429e_f875_ec06_1e402eb888ea fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/svelte/src/compiler/warnings.js lines 577–579

export function options_removed_hydratable(node) {
	w(node, 'options_removed_hydratable', `The \`hydratable\` option has been removed. Svelte components are always hydratable now\nhttps://svelte.dev/e/options_removed_hydratable`);
}

Domain

Subdomains

Frequently Asked Questions

What does options_removed_hydratable() do?
options_removed_hydratable() is a function in the svelte codebase, defined in packages/svelte/src/compiler/warnings.js.
Where is options_removed_hydratable() defined?
options_removed_hydratable() is defined in packages/svelte/src/compiler/warnings.js at line 577.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free