MCPcopy
hub / github.com/webpack/webpack / getSourceBasicTypes

Method getSourceBasicTypes

lib/Module.js:1069–1071  ·  view source on GitHub ↗

* Basic source types are high-level categories like javascript, css, webassembly, etc. * We only have built-in knowledge about the javascript basic type here; other basic types may be * added or changed over time by generators and do not need to be handled or detected here. * * Some modules,

()

Source from the content-addressed store, hash-verified

1067 * @returns {BasicSourceTypes} types available (do not mutate)
1068 */
1069 getSourceBasicTypes() {
1070 return this.getSourceTypes();
1071 }
1072
1073 /**
1074 * Returns generated source.

Callers

nothing calls this directly

Calls 1

getSourceTypesMethod · 0.95

Tested by

no test coverage detected