* Freshly recomputed source types when they depend on incoming connections, for chunk-graph cache invalidation; undefined otherwise. #20800 * @returns {SourceTypes | undefined} source types or undefined
()
| 1054 | * @returns {SourceTypes | undefined} source types or undefined |
| 1055 | */ |
| 1056 | getReferencedSourceTypes() { |
| 1057 | return undefined; |
| 1058 | } |
| 1059 | |
| 1060 | /** |
| 1061 | * Basic source types are high-level categories like javascript, css, webassembly, etc. |
no outgoing calls
no test coverage detected