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

Function hasExportAssignmentSymbol

test/fixtures/snapshot/typescript.js:51406–51408  ·  view source on GitHub ↗
(moduleSymbol)

Source from the content-addressed store, hash-verified

51404 return result;
51405 }
51406 function hasExportAssignmentSymbol(moduleSymbol) {
51407 return moduleSymbol.exports.get("export=" /* InternalSymbolName.ExportEquals */) !== undefined;
51408 }
51409 function getExportsOfModuleAsArray(moduleSymbol) {
51410 return symbolsToArray(getExportsOfModule(moduleSymbol));
51411 }

Callers 4

canHaveSyntheticDefaultFunction · 0.85
getTargetOfImportClauseFunction · 0.85
checkExportDeclarationFunction · 0.85
moduleExportsSomeValueFunction · 0.85

Calls 1

getMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…