MCPcopy
hub / github.com/webpack/webpack / buildModule

Method buildModule

lib/Compilation.js:1683–1685  ·  view source on GitHub ↗

* Schedules a build of the module object * @param {Module} module module to be built * @param {ModuleCallback} callback the callback * @returns {void}

(module, callback)

Source from the content-addressed store, hash-verified

1681 * @returns {void}
1682 */
1683 buildModule(module, callback) {
1684 this.buildQueue.add(module, callback);
1685 }
1686
1687 /**
1688 * Builds the module object

Callers 2

_rebuildModuleMethod · 0.95

Calls 1

addMethod · 0.45

Tested by

no test coverage detected