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

Function getExportsOfModule

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

Source from the content-addressed store, hash-verified

51468 symbol.exports || emptySymbols;
51469 }
51470 function getExportsOfModule(moduleSymbol) {
51471 var links = getSymbolLinks(moduleSymbol);
51472 return links.resolvedExports || (links.resolvedExports = getExportsOfModuleWorker(moduleSymbol));
51473 }
51474 /**
51475 * Extends one symbol table with another while collecting information on name collisions for error message generation into the `lookupTable` argument
51476 * Not passing `lookupTable` and `exportNode` disables this collection, and just extends the tables

Callers 7

getExportsOfSymbolFunction · 0.85
moduleExportsSomeValueFunction · 0.85

Calls 2

getSymbolLinksFunction · 0.85
getExportsOfModuleWorkerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…