| @@ -1,5 +1,5 @@ | ||
| 1 | -/******/ (function() { // webpackBootstrap | |
| 1 | +/******/ (() => { // webpackBootstrap | |
| 2 | 2 | /******/ "use strict"; |
| 3 | 3 | /******/ // The require scope |
| 4 | 4 | /******/ var __webpack_require__ = {}; |
| 5 | 5 | /******/ |
| @@ -4,11 +4,11 @@ | ||
| 4 | 4 | /******/ var __webpack_require__ = {}; |
| 5 | 5 | /******/ |
| 6 | 6 | /************************************************************************/ |
| 7 | 7 | /******/ /* webpack/runtime/define property getters */ |
| 8 | -/******/ !function() { | |
| 8 | +/******/ (() => { | |
| 9 | 9 | /******/ // define getter functions for harmony exports |
| 10 | -/******/ __webpack_require__.d = function(exports, definition) { | |
| 10 | +/******/ __webpack_require__.d = (exports, definition) => { | |
| 11 | 11 | /******/ for(var key in definition) { |
| 12 | 12 | /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) { |
| 13 | 13 | /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] }); |
| 14 | 14 | /******/ } |
| @@ -13,14 +13,14 @@ | ||
| 13 | 13 | /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] }); |
| 14 | 14 | /******/ } |
| 15 | 15 | /******/ } |
| 16 | 16 | /******/ }; |
| 17 | -/******/ }(); | |
| 17 | +/******/ })(); | |
| 18 | 18 | /******/ |
| 19 | 19 | /******/ /* webpack/runtime/hasOwnProperty shorthand */ |
| 20 | -/******/ !function() { | |
| 21 | -/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); } | |
| 22 | -/******/ }(); | |
| 20 | +/******/ (() => { | |
| 21 | +/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop)) | |
| 22 | +/******/ })(); | |
| 23 | 23 | /******/ |
| 24 | 24 | /************************************************************************/ |
| 25 | 25 | var __webpack_exports__ = {}; |
| 26 | 26 | |
| @@ -25,9 +25,9 @@ | ||
| 25 | 25 | var __webpack_exports__ = {}; |
| 26 | 26 | |
| 27 | 27 | // EXPORTS |
| 28 | 28 | __webpack_require__.d(__webpack_exports__, { |
| 29 | - "default": function() { return /* binding */ warning; } | |
| 29 | + "default": () => (/* binding */ warning) | |
| 30 | 30 | }); |
| 31 | 31 | |
| 32 | 32 | ;// CONCATENATED MODULE: ./packages/warning/build-module/utils.js |
| 33 | 33 | /** |
| @@ -36,9 +36,9 @@ | ||
| 36 | 36 | * |
| 37 | 37 | * @type {Set<string>} |
| 38 | 38 | */ |
| 39 | 39 | const logged = new Set(); |
| 40 | -//# sourceMappingURL=utils.js.map | |
| 40 | + | |
| 41 | 41 | ;// CONCATENATED MODULE: ./packages/warning/build-module/index.js |
| 42 | 42 | /** |
| 43 | 43 | * Internal dependencies |
| 44 | 44 | */ |
| @@ -82,13 +82,13 @@ | ||
| 82 | 82 | // https://github.com/facebook/react/issues/4216 |
| 83 | 83 | |
| 84 | 84 | try { |
| 85 | 85 | throw Error(message); |
| 86 | - } catch (x) {// do nothing | |
| 86 | + } catch (x) {// Do nothing. | |
| 87 | 87 | } |
| 88 | 88 | |
| 89 | 89 | logged.add(message); |
| 90 | 90 | } |
| 91 | -//# sourceMappingURL=index.js.map | |
| 91 | + | |
| 92 | 92 | (window.wp = window.wp || {}).warning = __webpack_exports__["default"]; |
| 93 | 93 | /******/ })() |
| 94 | 94 | ; |