Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sveltejs/svelte
/ SvelteBoundary
Function
SvelteBoundary
packages/svelte/src/compiler/print/index.js:871–873 ·
view source on GitHub ↗
(node, context)
Source
from the content-addressed store, hash-verified
869
},
870
871
SvelteBoundary(node, context) {
872
base_element(node, context, comments);
873
},
874
875
SvelteComponent(node, context) {
876
context.write(
'<svelte:component'
);
Callers
nothing calls this directly
Calls
1
base_element
Function · 0.85
Tested by
no test coverage detected