Home / Function/ options_renamed_ssr_dom() — svelte Function Reference

options_renamed_ssr_dom() — svelte Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

packages/svelte/src/compiler/warnings.js lines 593–595

export function options_renamed_ssr_dom(node) {
	w(node, 'options_renamed_ssr_dom', `\`generate: "dom"\` and \`generate: "ssr"\` options have been renamed to "client" and "server" respectively\nhttps://svelte.dev/e/options_renamed_ssr_dom`);
}

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free