Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sveltejs/svelte
/ SvelteWindow
Function
SvelteWindow
packages/svelte/src/compiler/print/index.js:924–926 ·
view source on GitHub ↗
(node, context)
Source
from the content-addressed store, hash-verified
922
},
923
924
SvelteWindow(node, context) {
925
base_element(node, context, comments);
926
},
927
928
Text(node, context) {
929
context.write(node.data);
Callers
nothing calls this directly
Calls
1
base_element
Function · 0.85
Tested by
no test coverage detected