MCPcopy
hub / github.com/webpack/webpack / moduleBuild

Method moduleBuild

lib/ProgressPlugin.js:467–474  ·  view source on GitHub ↗
(module)

Source from the content-addressed store, hash-verified

465 * @param {Module} module the module
466 */
467 const moduleBuild = (module) => {
468 const ident = module.identifier();
469 if (ident) {
470 activeModules.add(ident);
471 lastActiveModule = ident;
472 update();
473 }
474 };
475
476 /**
477 * Processes the provided entry.

Callers

nothing calls this directly

Calls 3

updateFunction · 0.50
identifierMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected