Hmr() — svelte Function Reference
Architecture documentation for the Hmr() function in index.svelte.js from the svelte codebase.
Entity Profile
Dependency Diagram
graph TD 375d027e_29d9_b541_20f2_811676de53ff["Hmr()"] 275622ff_cc4a_e9c5_8521_c70450d463ca["index.svelte.js"] 375d027e_29d9_b541_20f2_811676de53ff -->|defined in| 275622ff_cc4a_e9c5_8521_c70450d463ca style 375d027e_29d9_b541_20f2_811676de53ff fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/svelte/tests/snapshot/samples/hmr/_expected/server/index.svelte.js lines 3–5
export default function Hmr($$renderer) {
$$renderer.push(`<h1>hello world</h1>`);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does Hmr() do?
Hmr() is a function in the svelte codebase, defined in packages/svelte/tests/snapshot/samples/hmr/_expected/server/index.svelte.js.
Where is Hmr() defined?
Hmr() is defined in packages/svelte/tests/snapshot/samples/hmr/_expected/server/index.svelte.js at line 3.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free