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

Function isTypeEqualityComparableTo

test/fixtures/snapshot/typescript.js:78882–78884  ·  view source on GitHub ↗
(source, target)

Source from the content-addressed store, hash-verified

78880 }
78881 }
78882 function isTypeEqualityComparableTo(source, target) {
78883 return (target.flags & 98304 /* TypeFlags.Nullable */) !== 0 || isTypeComparableTo(source, target);
78884 }
78885 function createCheckBinaryExpression() {
78886 var trampoline = ts.createBinaryExpressionTrampoline(onEnter, onLeft, onOperator, onRight, onExit, foldState);
78887 return function (node, checkMode) {

Calls 1

isTypeComparableToFunction · 0.85

Tested by

no test coverage detected