* 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
()
| 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). |