(body)
| 53 | peg$c13 = { type: "literal", value: "</script>", description: "\"</script>\"" }, |
| 54 | peg$c14 = { type: "any", description: "any character" }, |
| 55 | peg$c15 = function(body) { |
| 56 | return { |
| 57 | type: 'OutputStatement', |
| 58 | raw: true, |
| 59 | expression: { |
| 60 | type: 'Literal', |
| 61 | value: body, |
| 62 | raw: JSON.stringify(body) |
| 63 | } |
| 64 | }; |
| 65 | }, |
| 66 | peg$c16 = function(c) { |
| 67 | return { |
| 68 | type: 'OutputStatement', |
no outgoing calls
no test coverage detected
searching dependent graphs…