(source, target)
| 69522 | return propType && getConstituentTypeForKeyType(unionType, propType); |
| 69523 | } |
| 69524 | function isOrContainsMatchingReference(source, target) { |
| 69525 | return isMatchingReference(source, target) || containsMatchingReference(source, target); |
| 69526 | } |
| 69527 | function hasMatchingArgument(expression, reference) { |
| 69528 | if (expression.arguments) { |
| 69529 | for (var _i = 0, _a = expression.arguments; _i < _a.length; _i++) { |
no test coverage detected
searching dependent graphs…