(s)
| 18252 | hasTrailingComment = false; |
| 18253 | } |
| 18254 | function rawWrite(s) { |
| 18255 | if (s !== undefined) { |
| 18256 | output += s; |
| 18257 | updateLineCountAndPosFor(s); |
| 18258 | hasTrailingComment = false; |
| 18259 | } |
| 18260 | } |
| 18261 | function writeLiteral(s) { |
| 18262 | if (s && s.length) { |
| 18263 | write(s); |
nothing calls this directly
no test coverage detected
searching dependent graphs…