MCPcopy Create free account
hub / github.com/estools/esquery / peg$c19

Function peg$c19

parser.js:171–173  ·  view source on GitHub ↗
(s, ss)

Source from the content-addressed store, hash-verified

169 peg$c17 = ",",
170 peg$c18 = peg$literalExpectation(",", false),
171 peg$c19 = function(s, ss) {
172 return [s].concat(ss.map(function (s) { return s[3]; }));
173 },
174 peg$c20 = function(op, s) {
175 if (!op) return s;
176 return { type: op, left: { type: 'exactNode' }, right: s };

Callers 2

peg$parsehasSelectorsFunction · 0.85
peg$parseselectorsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected