MCPcopy
hub / github.com/zxlie/FeHelper / __webpack_require__

Function __webpack_require__

apps/code-beautify/beautify.js:96–117  ·  view source on GitHub ↗
(moduleId)

Source from the content-addressed store, hash-verified

94 /******/
95 /******/ // The require function
96 /******/ function __webpack_require__(moduleId) {
97 /******/
98 /******/ // Check if module is in cache
99 /******/ if(installedModules[moduleId]) {
100 /******/ return installedModules[moduleId].exports;
101 /******/ }
102 /******/ // Create a new module (and put it into the cache)
103 /******/ var module = installedModules[moduleId] = {
104 /******/ i: moduleId,
105 /******/ l: false,
106 /******/ exports: {}
107 /******/ };
108 /******/
109 /******/ // Execute the module function
110 /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
111 /******/
112 /******/ // Flag the module as loaded
113 /******/ module.l = true;
114 /******/
115 /******/ // Return the exports of the module
116 /******/ return module.exports;
117 /******/ }
118 /******/
119 /******/
120 /******/ // expose the modules object (__webpack_modules__)

Callers 1

beautify.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected