(items)
| 231 | peg$c60 = "=", |
| 232 | peg$c61 = { type: "literal", value: "=", description: "\"=\"" }, |
| 233 | peg$c62 = function(items) { |
| 234 | return extractList(items, 0).reduce(function (attrs, attr) { |
| 235 | attrs[attr.name] = attr.value; |
| 236 | return attrs; |
| 237 | }, {}); |
| 238 | }, |
| 239 | peg$c63 = function(name, value) { |
| 240 | return { |
| 241 | name: name, |
no test coverage detected
searching dependent graphs…