(type)
| 82489 | } |
| 82490 | } |
| 82491 | function convertAutoToAny(type) { |
| 82492 | return type === autoType ? anyType : type === autoArrayType ? anyArrayType : type; |
| 82493 | } |
| 82494 | // Check variable, parameter, or property declaration |
| 82495 | function checkVariableLikeDeclaration(node) { |
| 82496 | var _a; |
no outgoing calls
no test coverage detected
searching dependent graphs…