(/** @type {string} */ val)
| 74 | return typeof val === class="st">"string"; |
| 75 | }, |
| 76 | print(/** @type {string} */ val) { |
| 77 | return `"${val |
| 78 | .replace(/\\/g, class="st">"/") |
| 79 | .replace(/class="st">"/g, '\\"') |
| 80 | .replace(/\r?\n/g, class="st">"\\n")}"`; |
| 81 | } |
| 82 | } |
| 83 | ] |
| 84 | }; |
nothing calls this directly
no test coverage detected