MCPcopy
hub / github.com/webpack/webpack / createStatsPrinter

Method createStatsPrinter

lib/Compilation.js:1458–1462  ·  view source on GitHub ↗

* Creates a stats printer. * @param {NormalizedStatsOptions} options options * @returns {StatsPrinter} the stats printer

(options)

Source from the content-addressed store, hash-verified

1456 * @returns {StatsPrinter} the stats printer
1457 */
1458 createStatsPrinter(options) {
1459 const statsPrinter = new StatsPrinter();
1460 this.hooks.statsPrinter.call(statsPrinter, options);
1461 return statsPrinter;
1462 }
1463
1464 /**
1465 * Returns the cache facade instance.

Callers 1

toStringMethod · 0.80

Calls 1

callMethod · 0.45

Tested by

no test coverage detected