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

Function Component

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

Source from the content-addressed store, hash-verified

589 },
590
591 Component(node, context) {
592 base_element(node, context, comments);
593 },
594
595 ConstTag(node, context) {
596 context.write('{@const ');

Callers

nothing calls this directly

Calls 1

base_elementFunction · 0.85

Tested by

no test coverage detected