MCPcopy
hub / github.com/webpack/webpack / missingModule

Method missingModule

lib/RuntimeTemplate.js:571–573  ·  view source on GitHub ↗

* Returns generated error IIFE. * @param {object} options generation options * @param {string=} options.request request string used originally * @returns {string} generated error IIFE

({ request })

Source from the content-addressed store, hash-verified

569 * @returns {string} generated error IIFE
570 */
571 missingModule({ request }) {
572 return `Object(${this.throwMissingModuleErrorFunction({ request })}())`;
573 }
574
575 /**
576 * Missing module statement.

Callers 6

moduleIdMethod · 0.95
moduleRawMethod · 0.95
moduleNamespaceMethod · 0.95
exportFromImportMethod · 0.95
applyMethod · 0.80

Calls 1

Tested by

no test coverage detected