MCPcopy Index your code
hub / github.com/nodejs/node / typesAreSameReference

Function typesAreSameReference

test/fixtures/snapshot/typescript.js:53232–53236  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

53230 }
53231 }
53232 function typesAreSameReference(a, b) {
53233 return a === b
53234 || !!a.symbol && a.symbol === b.symbol
53235 || !!a.aliasSymbol && a.aliasSymbol === b.aliasSymbol;
53236 }
53237 function indexInfoToIndexSignatureDeclarationHelper(indexInfo, context, typeNode) {
53238 var name = ts.getNameFromIndexInfo(indexInfo) || "x";
53239 var indexerTypeNode = typeToTypeNodeHelper(indexInfo.keyType, context);

Callers 1

mapToTypeNodesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…