(isInJavaScriptFile)
| 69195 | return inference.inferredType; |
| 69196 | } |
| 69197 | function getDefaultTypeArgumentType(isInJavaScriptFile) { |
| 69198 | return isInJavaScriptFile ? anyType : unknownType; |
| 69199 | } |
| 69200 | function getInferredTypes(context) { |
| 69201 | var result = []; |
| 69202 | for (var i = 0; i < context.inferences.length; i++) { |
no outgoing calls
no test coverage detected
searching dependent graphs…