MCPcopy
hub / github.com/SortableJS/Vue.Draggable / fn

Function fn

docs/app.js:79–102  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

77/******/ var me = installedModules[moduleId];
78/******/ if (!me) return __webpack_require__;
79/******/ var fn = function(request) {
80/******/ if (me.hot.active) {
81/******/ if (installedModules[request]) {
82/******/ if (installedModules[request].parents.indexOf(moduleId) === -1) {
83/******/ installedModules[request].parents.push(moduleId);
84/******/ }
85/******/ } else {
86/******/ hotCurrentParents = [moduleId];
87/******/ hotCurrentChildModule = request;
88/******/ }
89/******/ if (me.children.indexOf(request) === -1) {
90/******/ me.children.push(request);
91/******/ }
92/******/ } else {
93/******/ console.warn(
94/******/ "[HMR] unexpected require(" +
95/******/ request +
96/******/ ") from disposed module " +
97/******/ moduleId
98/******/ );
99/******/ hotCurrentParents = [];
100/******/ }
101/******/ return __webpack_require__(request);
102/******/ };
103/******/ var ObjectFactory = function ObjectFactory(name) {
104/******/ return {
105/******/ configurable: true,

Callers 2

cachedFunction · 0.85
hotCreateRequireFunction · 0.85

Calls 1

__webpack_require__Function · 0.85

Tested by

no test coverage detected