* Returns function to determine if the connection is active. * @param {ModuleGraph} moduleGraph module graph * @returns {null | false | GetConditionFn} function to determine if the connection is active
(moduleGraph)
| 358 | * @returns {null | false | GetConditionFn} function to determine if the connection is active |
| 359 | */ |
| 360 | getCondition(moduleGraph) { |
| 361 | return null; |
| 362 | } |
| 363 | |
| 364 | /** |
| 365 | * Returns the exported names |