MCPcopy Create free account
hub / github.com/garris/BackstopJS / __webpack_require__

Function __webpack_require__

compare/output/diff.js:53–74  ·  view source on GitHub ↗
(moduleId)

Source from the content-addressed store, hash-verified

51
52/******/ // The require function
53/******/ function __webpack_require__(moduleId) {
54
55/******/ // Check if module is in cache
56/******/ if(installedModules[moduleId])
57/******/ return installedModules[moduleId].exports;
58
59/******/ // Create a new module (and put it into the cache)
60/******/ var module = installedModules[moduleId] = {
61/******/ exports: {},
62/******/ id: moduleId,
63/******/ loaded: false
64/******/ };
65
66/******/ // Execute the module function
67/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
68
69/******/ // Flag the module as loaded
70/******/ module.loaded = true;
71
72/******/ // Return the exports of the module
73/******/ return module.exports;
74/******/ }
75
76
77/******/ // expose the modules object (__webpack_modules__)

Callers 1

diff.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected