MCPcopy
hub / github.com/webpack/webpack / getExportInfo

Method getExportInfo

lib/ModuleGraph.js:757–760  ·  view source on GitHub ↗

* Returns info about the export. * @param {Module} module the module * @param {string} exportName the export * @returns {ExportInfo} info about the export

(module, exportName)

Source from the content-addressed store, hash-verified

755 * @returns {ExportInfo} info about the export
756 */
757 getExportInfo(module, exportName) {
758 const mgm = this._getModuleGraphModule(module);
759 return mgm.exports.getExportInfo(exportName);
760 }
761
762 /**
763 * Gets read only export info.

Callers 13

processExportsSpecMethod · 0.45
mergeExportsMethod · 0.45
finishEntryModuleMethod · 0.45
renderStartupMethod · 0.45
finishEntryModuleMethod · 0.45
finishEntryModuleMethod · 0.45
getFinalBindingFunction · 0.45
generateExportCodeMethod · 0.45
applyMethod · 0.45
_getErrorsMethod · 0.45

Calls 1

_getModuleGraphModuleMethod · 0.95

Tested by

no test coverage detected