(s, ss)
| 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 }; |
no outgoing calls
no test coverage detected