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

Function RegularElement

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

Source from the content-addressed store, hash-verified

772 },
773
774 RegularElement(node, context) {
775 base_element(node, context, comments);
776 },
777
778 RenderTag(node, context) {
779 context.write('{@render ');

Callers

nothing calls this directly

Calls 1

base_elementFunction · 0.85

Tested by

no test coverage detected