(head, tail)
| 709 | } |
| 710 | }, |
| 711 | peg$c229 = function(head, tail) { |
| 712 | var elements = []; |
| 713 | if (head) { |
| 714 | elements = [head].concat(extractList(tail, 3)); |
| 715 | } |
| 716 | return { |
| 717 | type: "ArrayExpression", |
| 718 | elements: elements |
| 719 | } |
| 720 | }, |
| 721 | peg$c230 = "{", |
| 722 | peg$c231 = { type: "literal", value: "{", description: "\"{\"" }, |
| 723 | peg$c232 = "}", |
no test coverage detected
searching dependent graphs…