(s)
| 83 | } |
| 84 | } |
| 85 | function escapeData(s) { |
| 86 | return utils_1.toCommandValue(s) |
| 87 | .replace(/%/g, '%25') |
| 88 | .replace(/\r/g, '%0D') |
| 89 | .replace(/\n/g, '%0A'); |
| 90 | } |
| 91 | function escapeProperty(s) { |
| 92 | return utils_1.toCommandValue(s) |
| 93 | .replace(/%/g, '%25') |
no outgoing calls
no test coverage detected
searching dependent graphs…