MCPcopy
hub / github.com/webpack/webpack / getReferencedExports

Method getReferencedExports

lib/Dependency.js:351–353  ·  view source on GitHub ↗

* Returns list of exports referenced by this dependency * @param {ModuleGraph} moduleGraph module graph * @param {RuntimeSpec} runtime the runtime for which the module is analysed * @returns {ReferencedExports} referenced exports

(moduleGraph, runtime)

Source from the content-addressed store, hash-verified

349 * @returns {ReferencedExports} referenced exports
350 */
351 getReferencedExports(moduleGraph, runtime) {
352 return Dependency.EXPORTS_OBJECT_REFERENCED;
353 }
354
355 /**
356 * Returns function to determine if the connection is active.

Calls

no outgoing calls

Tested by

no test coverage detected