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

Function SvelteDocument

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

Source from the content-addressed store, hash-verified

889 },
890
891 SvelteDocument(node, context) {
892 base_element(node, context, comments);
893 },
894
895 SvelteElement(node, context) {
896 context.write('<svelte:element ');

Callers

nothing calls this directly

Calls 1

base_elementFunction · 0.85

Tested by

no test coverage detected