(c)
| 64 | }; |
| 65 | }, |
| 66 | peg$c16 = function(c) { |
| 67 | return { |
| 68 | type: 'OutputStatement', |
| 69 | raw: true, |
| 70 | expression: { |
| 71 | type: 'Literal', |
| 72 | value: c, |
| 73 | raw: JSON.stringify(c) |
| 74 | } |
| 75 | }; |
| 76 | }, |
| 77 | peg$c17 = { type: "other", description: "<template>" }, |
| 78 | peg$c18 = "<template", |
| 79 | peg$c19 = { type: "literal", value: "<template", description: "\"<template\"" }, |
no outgoing calls
no test coverage detected
searching dependent graphs…