(code)
| 295 | peg$c110 = { type: "literal", value: "-->", description: "\"-->\"" }, |
| 296 | peg$c111 = { type: "other", description: "ExpressionStatement" }, |
| 297 | peg$c112 = function(code) { |
| 298 | return { |
| 299 | type: 'ExpressionStatement', |
| 300 | expression: code |
| 301 | }; |
| 302 | }, |
| 303 | peg$c113 = function(name) { |
| 304 | return { |
| 305 | type: 'Identifier', |
no outgoing calls
no test coverage detected
searching dependent graphs…