Built motion from commit c738b9ac.|2.6.25
[motion2.git] / snippet / 3.8.1 / scripts / runtime.js
diff --git a/snippet/3.8.1/scripts/runtime.js b/snippet/3.8.1/scripts/runtime.js
new file mode 100644 (file)
index 0000000..82ecaa5
--- /dev/null
@@ -0,0 +1,207 @@
+/******/ (() => { // webpackBootstrap
+/******/       "use strict";
+/******/       var __webpack_modules__ = ({});
+/************************************************************************/
+/******/       // The module cache
+/******/       var __webpack_module_cache__ = {};
+/******/       
+/******/       // The require function
+/******/       function __webpack_require__(moduleId) {
+/******/               // Check if module is in cache
+/******/               var cachedModule = __webpack_module_cache__[moduleId];
+/******/               if (cachedModule !== undefined) {
+/******/                       return cachedModule.exports;
+/******/               }
+/******/               // Create a new module (and put it into the cache)
+/******/               var module = __webpack_module_cache__[moduleId] = {
+/******/                       id: moduleId,
+/******/                       loaded: false,
+/******/                       exports: {}
+/******/               };
+/******/       
+/******/               // Execute the module function
+/******/               __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
+/******/       
+/******/               // Flag the module as loaded
+/******/               module.loaded = true;
+/******/       
+/******/               // Return the exports of the module
+/******/               return module.exports;
+/******/       }
+/******/       
+/******/       // expose the modules object (__webpack_modules__)
+/******/       __webpack_require__.m = __webpack_modules__;
+/******/       
+/************************************************************************/
+/******/       /* webpack/runtime/chunk loaded */
+/******/       (() => {
+/******/               var deferred = [];
+/******/               __webpack_require__.O = (result, chunkIds, fn, priority) => {
+/******/                       if(chunkIds) {
+/******/                               priority = priority || 0;
+/******/                               for(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];
+/******/                               deferred[i] = [chunkIds, fn, priority];
+/******/                               return;
+/******/                       }
+/******/                       var notFulfilled = Infinity;
+/******/                       for (var i = 0; i < deferred.length; i++) {
+/******/                               var [chunkIds, fn, priority] = deferred[i];
+/******/                               var fulfilled = true;
+/******/                               for (var j = 0; j < chunkIds.length; j++) {
+/******/                                       if ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {
+/******/                                               chunkIds.splice(j--, 1);
+/******/                                       } else {
+/******/                                               fulfilled = false;
+/******/                                               if(priority < notFulfilled) notFulfilled = priority;
+/******/                                       }
+/******/                               }
+/******/                               if(fulfilled) {
+/******/                                       deferred.splice(i--, 1)
+/******/                                       var r = fn();
+/******/                                       if (r !== undefined) result = r;
+/******/                               }
+/******/                       }
+/******/                       return result;
+/******/               };
+/******/       })();
+/******/       
+/******/       /* webpack/runtime/compat get default export */
+/******/       (() => {
+/******/               // getDefaultExport function for compatibility with non-harmony modules
+/******/               __webpack_require__.n = (module) => {
+/******/                       var getter = module && module.__esModule ?
+/******/                               () => (module['default']) :
+/******/                               () => (module);
+/******/                       __webpack_require__.d(getter, { a: getter });
+/******/                       return getter;
+/******/               };
+/******/       })();
+/******/       
+/******/       /* webpack/runtime/define property getters */
+/******/       (() => {
+/******/               // define getter functions for harmony exports
+/******/               __webpack_require__.d = (exports, definition) => {
+/******/                       for(var key in definition) {
+/******/                               if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
+/******/                                       Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
+/******/                               }
+/******/                       }
+/******/               };
+/******/       })();
+/******/       
+/******/       /* webpack/runtime/global */
+/******/       (() => {
+/******/               __webpack_require__.g = (function() {
+/******/                       if (typeof globalThis === 'object') return globalThis;
+/******/                       try {
+/******/                               return this || new Function('return this')();
+/******/                       } catch (e) {
+/******/                               if (typeof window === 'object') return window;
+/******/                       }
+/******/               })();
+/******/       })();
+/******/       
+/******/       /* webpack/runtime/hasOwnProperty shorthand */
+/******/       (() => {
+/******/               __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
+/******/       })();
+/******/       
+/******/       /* webpack/runtime/make namespace object */
+/******/       (() => {
+/******/               // define __esModule on exports
+/******/               __webpack_require__.r = (exports) => {
+/******/                       if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
+/******/                               Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
+/******/                       }
+/******/                       Object.defineProperty(exports, '__esModule', { value: true });
+/******/               };
+/******/       })();
+/******/       
+/******/       /* webpack/runtime/node module decorator */
+/******/       (() => {
+/******/               __webpack_require__.nmd = (module) => {
+/******/                       module.paths = [];
+/******/                       if (!module.children) module.children = [];
+/******/                       return module;
+/******/               };
+/******/       })();
+/******/       
+/******/       /* webpack/runtime/publicPath */
+/******/       (() => {
+/******/               var scriptUrl;
+/******/               if (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + "";
+/******/               var document = __webpack_require__.g.document;
+/******/               if (!scriptUrl && document) {
+/******/                       if (document.currentScript)
+/******/                               scriptUrl = document.currentScript.src
+/******/                       if (!scriptUrl) {
+/******/                               var scripts = document.getElementsByTagName("script");
+/******/                               if(scripts.length) scriptUrl = scripts[scripts.length - 1].src
+/******/                       }
+/******/               }
+/******/               // When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration
+/******/               // or pass an empty string ("") and set the __webpack_public_path__ variable from your code to use your own logic.
+/******/               if (!scriptUrl) throw new Error("Automatic publicPath is not supported in this browser");
+/******/               scriptUrl = scriptUrl.replace(/#.*$/, "").replace(/\?.*$/, "").replace(/\/[^\/]+$/, "/");
+/******/               __webpack_require__.p = scriptUrl + "../";
+/******/       })();
+/******/       
+/******/       /* webpack/runtime/jsonp chunk loading */
+/******/       (() => {
+/******/               // no baseURI
+/******/               
+/******/               // object to store loaded and loading chunks
+/******/               // undefined = chunk not loaded, null = chunk preloaded/prefetched
+/******/               // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded
+/******/               var installedChunks = {
+/******/                       "runtime": 0
+/******/               };
+/******/               
+/******/               // no chunk on demand loading
+/******/               
+/******/               // no prefetching
+/******/               
+/******/               // no preloaded
+/******/               
+/******/               // no HMR
+/******/               
+/******/               // no HMR manifest
+/******/               
+/******/               __webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0);
+/******/               
+/******/               // install a JSONP callback for chunk loading
+/******/               var webpackJsonpCallback = (parentChunkLoadingFunction, data) => {
+/******/                       var [chunkIds, moreModules, runtime] = data;
+/******/                       // add "moreModules" to the modules object,
+/******/                       // then flag all "chunkIds" as loaded and fire callback
+/******/                       var moduleId, chunkId, i = 0;
+/******/                       if(chunkIds.some((id) => (installedChunks[id] !== 0))) {
+/******/                               for(moduleId in moreModules) {
+/******/                                       if(__webpack_require__.o(moreModules, moduleId)) {
+/******/                                               __webpack_require__.m[moduleId] = moreModules[moduleId];
+/******/                                       }
+/******/                               }
+/******/                               if(runtime) var result = runtime(__webpack_require__);
+/******/                       }
+/******/                       if(parentChunkLoadingFunction) parentChunkLoadingFunction(data);
+/******/                       for(;i < chunkIds.length; i++) {
+/******/                               chunkId = chunkIds[i];
+/******/                               if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
+/******/                                       installedChunks[chunkId][0]();
+/******/                               }
+/******/                               installedChunks[chunkIds[i]] = 0;
+/******/                       }
+/******/                       return __webpack_require__.O(result);
+/******/               }
+/******/               
+/******/               var chunkLoadingGlobal = self["webpackChunkmotion_chat"] = self["webpackChunkmotion_chat"] || [];
+/******/               chunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));
+/******/               chunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));
+/******/       })();
+/******/       
+/************************************************************************/
+/******/       
+/******/       
+/******/ })()
+;
+//# sourceMappingURL=runtime.js.map
\ No newline at end of file