* 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)
| 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. |
no outgoing calls
no test coverage detected