(s)
| 89 | .replace(/\n/g, '%0A'); |
| 90 | } |
| 91 | function escapeProperty(s) { |
| 92 | return utils_1.toCommandValue(s) |
| 93 | .replace(/%/g, '%25') |
| 94 | .replace(/\r/g, '%0D') |
| 95 | .replace(/\n/g, '%0A') |
| 96 | .replace(/:/g, '%3A') |
| 97 | .replace(/,/g, '%2C'); |
| 98 | } |
| 99 | //# sourceMappingURL=command.js.map |
| 100 | |
| 101 | /***/ }), |
no outgoing calls
no test coverage detected
searching dependent graphs…