MCPcopy
hub / github.com/pngwn/MDsveX / c

Function c

packages/site/static/workers/mdsvex.js:7939–7945  ·  view source on GitHub ↗
(content, node)

Source from the content-addressed store, hash-verified

7937 }
7938
7939 function c(content, node) {
7940 return {
7941 content,
7942 loc: node && node.loc,
7943 has_newline: /\n/.test(content)
7944 };
7945 }
7946
7947 const OPERATOR_PRECEDENCE = {
7948 '||': 3,

Callers 15

handleFunction · 0.70
handle_bodyFunction · 0.70
handle_var_declarationFunction · 0.70
mdsvex.jsFile · 0.70
ExpressionStatementFunction · 0.70
IfStatementFunction · 0.70
LabeledStatementFunction · 0.70
BreakStatementFunction · 0.70
ContinueStatementFunction · 0.70
WithStatementFunction · 0.70
SwitchStatementFunction · 0.70
ReturnStatementFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected