MCPcopy
hub / github.com/webpack/webpack / getReferencedSourceTypes

Method getReferencedSourceTypes

lib/Module.js:1056–1058  ·  view source on GitHub ↗

* 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

()

Source from the content-addressed store, hash-verified

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.

Callers 2

computeReferencesMethod · 0.45
compareReferencesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected