MCPcopy
hub / github.com/webpack/webpack / couldAffectReferencingModule

Method couldAffectReferencingModule

lib/Dependency.js:290–292  ·  view source on GitHub ↗

* Could affect referencing module. * @returns {boolean | TRANSITIVE} true, when changes to the referenced module could affect the referencing module; TRANSITIVE, when changes to the referenced module could affect referencing modules of the referencing module

()

Source from the content-addressed store, hash-verified

288 * @returns {boolean | TRANSITIVE} true, when changes to the referenced module could affect the referencing module; TRANSITIVE, when changes to the referenced module could affect referencing modules of the referencing module
289 */
290 couldAffectReferencingModule() {
291 return TRANSITIVE;
292 }
293
294 /**
295 * Returns the export name this dependency requests from its target module (lazy barrel optimization).

Callers 1

reduceAffectTypeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected