(level)
| 2629 | } |
| 2630 | Debug.getTypeScriptVersion = getTypeScriptVersion; |
| 2631 | function shouldLog(level) { |
| 2632 | return Debug.currentLogLevel <= level; |
| 2633 | } |
| 2634 | Debug.shouldLog = shouldLog; |
| 2635 | function logMessage(level, s) { |
| 2636 | if (Debug.loggingHost && shouldLog(level)) { |
no outgoing calls
no test coverage detected
searching dependent graphs…