MCPcopy
hub / github.com/webpack/webpack / getExportsInfo

Method getExportsInfo

lib/ModuleGraph.js:746–749  ·  view source on GitHub ↗

* Returns info about the exports. * @param {Module} module the module * @returns {ExportsInfo} info about the exports

(module)

Source from the content-addressed store, hash-verified

744 * @returns {ExportsInfo} info about the exports
745 */
746 getExportsInfo(module) {
747 const mgm = this._getModuleGraphModule(module);
748 return mgm.exports;
749 }
750
751 /**
752 * Returns info about the export.

Callers 15

applyMethod · 0.80
exportFromImportMethod · 0.80
applyMethod · 0.80
addRuntimeModuleMethod · 0.80
applyMethod · 0.80
getTerminalBindingMethod · 0.80
_findTargetMethod · 0.80
resolveTargetMethod · 0.80
applyMethod · 0.80

Calls 1

_getModuleGraphModuleMethod · 0.95

Tested by

no test coverage detected