(node, source, target, relation, containingMessageChain, errorOutputContainer)
| 64313 | }); |
| 64314 | } |
| 64315 | function elaborateObjectLiteral(node, source, target, relation, containingMessageChain, errorOutputContainer) { |
| 64316 | if (target.flags & 131068 /* TypeFlags.Primitive */) |
| 64317 | return false; |
| 64318 | return elaborateElementwise(generateObjectLiteralElements(node), source, target, relation, containingMessageChain, errorOutputContainer); |
| 64319 | } |
| 64320 | /** |
| 64321 | * This is *not* a bi-directional relationship. |
| 64322 | * If one needs to check both directions for comparability, use a second call to this function or 'isTypeComparableTo'. |
no test coverage detected