(inferences)
| 68065 | return t; |
| 68066 | } |
| 68067 | function clearCachedInferences(inferences) { |
| 68068 | for (var _i = 0, inferences_1 = inferences; _i < inferences_1.length; _i++) { |
| 68069 | var inference = inferences_1[_i]; |
| 68070 | if (!inference.isFixed) { |
| 68071 | inference.inferredType = undefined; |
| 68072 | } |
| 68073 | } |
| 68074 | } |
| 68075 | function addIntraExpressionInferenceSite(context, node, type) { |
| 68076 | var _a; |
| 68077 | ((_a = context.intraExpressionInferenceSites) !== null && _a !== void 0 ? _a : (context.intraExpressionInferenceSites = [])).push({ node: node, type: type }); |
no outgoing calls
no test coverage detected
searching dependent graphs…