()
| 114040 | writer.increaseIndent(); |
| 114041 | } |
| 114042 | function decreaseIndent() { |
| 114043 | writer.decreaseIndent(); |
| 114044 | } |
| 114045 | function writeToken(token, pos, writer, contextNode) { |
| 114046 | return !sourceMapsDisabled |
| 114047 | ? emitTokenWithSourceMap(contextNode, token, writer, pos, writeTokenText) |
no outgoing calls
no test coverage detected
searching dependent graphs…