MCPcopy
hub / github.com/livebud/bud / parseExpressionAt2

Function parseExpressionAt2

package/svelte/compiler.js:4746–4748  ·  view source on GitHub ↗
(input, pos, options)

Source from the content-addressed store, hash-verified

4744 return Parser.parse(input, options);
4745 }
4746 function parseExpressionAt2(input, pos, options) {
4747 return Parser.parseExpressionAt(input, pos, options);
4748 }
4749 function flatten(nodes, target = []) {
4750 for (let i = 0; i < nodes.length; i += 1) {
4751 const node2 = nodes[i];

Callers 3

xFunction · 0.85
pFunction · 0.85
parseExpressionAt$1Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected