(inference)
| 68310 | !!getUnmatchedProperty(target, source, /*requireOptionalProperties*/ false, /*matchDiscriminantProperties*/ false); |
| 68311 | } |
| 68312 | function getTypeFromInference(inference) { |
| 68313 | return inference.candidates ? getUnionType(inference.candidates, 2 /* UnionReduction.Subtype */) : |
| 68314 | inference.contraCandidates ? getIntersectionType(inference.contraCandidates) : |
| 68315 | undefined; |
| 68316 | } |
| 68317 | function hasSkipDirectInferenceFlag(node) { |
| 68318 | return !!getNodeLinks(node).skipDirectInference; |
| 68319 | } |
no test coverage detected
searching dependent graphs…