MCPcopy
hub / github.com/webpack/webpack / byType

Method byType

lib/Generator.js:65–67  ·  view source on GitHub ↗

* Returns generator by type. * @param {{ [key in SourceType]?: Generator }} map map of types * @returns {ByTypeGenerator} generator by type

(map)

Source from the content-addressed store, hash-verified

63 * @returns {ByTypeGenerator} generator by type
64 */
65 static byType(map) {
66 return new ByTypeGenerator(map);
67 }
68
69 /* istanbul ignore next */
70 /**

Callers 2

applyMethod · 0.80
applyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected