MCPcopy
hub / github.com/webpack/webpack / getExports

Method getExports

lib/Dependency.js:369–371  ·  view source on GitHub ↗

* Returns the exported names * @param {ModuleGraph} moduleGraph module graph * @returns {ExportsSpec | undefined} export names

(moduleGraph)

Source from the content-addressed store, hash-verified

367 * @returns {ExportsSpec | undefined} export names
368 */
369 getExports(moduleGraph) {
370 return undefined;
371 }
372
373 /**
374 * Returns warnings.

Callers 2

processDependencyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected