MCPcopy
hub / github.com/livebud/bud / to_string$1

Function to_string$1

package/svelte/compiler.js:14998–15005  ·  view source on GitHub ↗
(node2)

Source from the content-addressed store, hash-verified

14996 return { name, nodes, parts };
14997 }
14998 function to_string$1(node2) {
14999 switch (node2.type) {
15000 case "Literal":
15001 return String(node2.value);
15002 case "Identifier":
15003 return node2.name;
15004 }
15005 }
15006 function create_scopes(expression2) {
15007 return analyze(expression2);
15008 }

Callers 1

flatten_referenceFunction · 0.85

Calls 1

StringStruct · 0.50

Tested by

no test coverage detected