MCPcopy
hub / github.com/sveltejs/svelte / SvelteSelf

Function SvelteSelf

packages/svelte/src/compiler/print/index.js:920–922  ·  view source on GitHub ↗
(node, context)

Source from the content-addressed store, hash-verified

918 },
919
920 SvelteSelf(node, context) {
921 base_element(node, context, comments);
922 },
923
924 SvelteWindow(node, context) {
925 base_element(node, context, comments);

Callers

nothing calls this directly

Calls 1

base_elementFunction · 0.85

Tested by

no test coverage detected