MCPcopy
hub / github.com/webpack/webpack / getSourceTypes

Method getSourceTypes

lib/optimize/ConcatenatedModule.js:900–902  ·  view source on GitHub ↗

* Returns the source types this module can generate. * @returns {SourceTypes} types available (do not mutate)

()

Source from the content-addressed store, hash-verified

898 * @returns {SourceTypes} types available (do not mutate)
899 */
900 getSourceTypes() {
901 return JAVASCRIPT_TYPES;
902 }
903
904 get modules() {
905 return [...this._modules];

Callers 4

applyMethod · 0.45
getSizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected