Home / Function/ Hmr() — svelte Function Reference

Hmr() — svelte Function Reference

Architecture documentation for the Hmr() function in index.svelte.js from the svelte codebase.

Entity Profile

Dependency Diagram

graph TD
  f6a8818d_95b4_6d46_0969_a034cfd27d62["Hmr()"]
  a1daadf4_d080_73b4_eefd_5ea20fb9c082["index.svelte.js"]
  f6a8818d_95b4_6d46_0969_a034cfd27d62 -->|defined in| a1daadf4_d080_73b4_eefd_5ea20fb9c082
  style f6a8818d_95b4_6d46_0969_a034cfd27d62 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/svelte/tests/snapshot/samples/hmr/_expected/client/index.svelte.js lines 7–11

function Hmr($$anchor) {
	var h1 = root();

	$.append($$anchor, h1);
}

Domain

Subdomains

Frequently Asked Questions

What does Hmr() do?
Hmr() is a function in the svelte codebase, defined in packages/svelte/tests/snapshot/samples/hmr/_expected/client/index.svelte.js.
Where is Hmr() defined?
Hmr() is defined in packages/svelte/tests/snapshot/samples/hmr/_expected/client/index.svelte.js at line 7.

Analyze Your Own Codebase

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

Try Supermodel Free