MCPcopy Create free account
hub / github.com/nodejs/node / elaborateObjectLiteral

Function elaborateObjectLiteral

test/fixtures/snapshot/typescript.js:64315–64319  ·  view source on GitHub ↗
(node, source, target, relation, containingMessageChain, errorOutputContainer)

Source from the content-addressed store, hash-verified

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'.

Callers 1

elaborateErrorFunction · 0.85

Calls 2

elaborateElementwiseFunction · 0.85

Tested by

no test coverage detected