PluginProbe
Gutenberg / 10.1.0
Gutenberg v10.1.0
24.0.0 23.9.1 23.9.0 23.8.0 23.7.2 23.7.1 23.7.0 23.6.1 23.6.2 23.6.0 23.5.3 23.5.2 23.5.1 23.5.0 23.4.0 23.3.2 23.3.1 23.3.0 23.2.0 23.2.1 23.2.2 23.1.1 23.1.0 23.0.1 12.6.0 All 403 releases
← All changes | build/warning/index.js +1 -94 12.6.0 → 10.1.0 View file →
@@ -1,94 +1 @@
1 -/******/ (function() { // webpackBootstrap
2 -/******/ "use strict";
3 -/******/ // The require scope
4 -/******/ var __webpack_require__ = {};
5 -/******/
6 -/************************************************************************/
7 -/******/ /* webpack/runtime/define property getters */
8 -/******/ !function() {
9 -/******/ // define getter functions for harmony exports
10 -/******/ __webpack_require__.d = function(exports, definition) {
11 -/******/ for(var key in definition) {
12 -/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
13 -/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
14 -/******/ }
15 -/******/ }
16 -/******/ };
17 -/******/ }();
18 -/******/
19 -/******/ /* webpack/runtime/hasOwnProperty shorthand */
20 -/******/ !function() {
21 -/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
22 -/******/ }();
23 -/******/
24 -/************************************************************************/
25 -var __webpack_exports__ = {};
26 -
27 -// EXPORTS
28 -__webpack_require__.d(__webpack_exports__, {
29 - "default": function() { return /* binding */ warning; }
30 -});
31 -
32 -;// CONCATENATED MODULE: ./packages/warning/build-module/utils.js
33 -/**
34 - * Object map tracking messages which have been logged, for use in ensuring a
35 - * message is only logged once.
36 - *
37 - * @type {Set<string>}
38 - */
39 -const logged = new Set();
40 -//# sourceMappingURL=utils.js.map
41 -;// CONCATENATED MODULE: ./packages/warning/build-module/index.js
42 -/**
43 - * Internal dependencies
44 - */
45 -
46 -
47 -function isDev() {
48 - return typeof process !== 'undefined' && process.env && "production" !== 'production';
49 -}
50 -/**
51 - * Shows a warning with `message` if environment is not `production`.
52 - *
53 - * @param {string} message Message to show in the warning.
54 - *
55 - * @example
56 - * ```js
57 - * import warning from '@wordpress/warning';
58 - *
59 - * function MyComponent( props ) {
60 - * if ( ! props.title ) {
61 - * warning( '`props.title` was not passed' );
62 - * }
63 - * ...
64 - * }
65 - * ```
66 - */
67 -
68 -
69 -function warning(message) {
70 - if (!isDev()) {
71 - return;
72 - } // Skip if already logged.
73 -
74 -
75 - if (logged.has(message)) {
76 - return;
77 - } // eslint-disable-next-line no-console
78 -
79 -
80 - console.warn(message); // Throwing an error and catching it immediately to improve debugging
81 - // A consumer can use 'pause on caught exceptions'
82 - // https://github.com/facebook/react/issues/4216
83 -
84 - try {
85 - throw Error(message);
86 - } catch (x) {// do nothing
87 - }
88 -
89 - logged.add(message);
90 -}
91 -//# sourceMappingURL=index.js.map
92 -(window.wp = window.wp || {}).warning = __webpack_exports__["default"];
93 -/******/ })()
94 -;
1 +window.wp=window.wp||{},window.wp.warning=function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=517)}({125:function(e,t){var n,r,o=e.exports={};function i(){throw new Error("setTimeout has not been defined")}function u(){throw new Error("clearTimeout has not been defined")}function c(e){if(n===setTimeout)return setTimeout(e,0);if((n===i||!n)&&setTimeout)return n=setTimeout,setTimeout(e,0);try{return n(e,0)}catch(t){try{return n.call(null,e,0)}catch(t){return n.call(this,e,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:i}catch(e){n=i}try{r="function"==typeof clearTimeout?clearTimeout:u}catch(e){r=u}}();var f,l=[],a=!1,s=-1;function d(){a&&f&&(a=!1,f.length?l=f.concat(l):s=-1,l.length&&p())}function p(){if(!a){var e=c(d);a=!0;for(var t=l.length;t;){for(f=l,l=[];++s<t;)f&&f[s].run();s=-1,t=l.length}f=null,a=!1,function(e){if(r===clearTimeout)return clearTimeout(e);if((r===u||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(e);try{r(e)}catch(t){try{return r.call(null,e)}catch(t){return r.call(this,e)}}}(e)}}function h(e,t){this.fun=e,this.array=t}function m(){}o.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];l.push(new h(e,t)),1!==l.length||a||c(p)},h.prototype.run=function(){this.fun.apply(null,this.array)},o.title="browser",o.browser=!0,o.env={},o.argv=[],o.version="",o.versions={},o.on=m,o.addListener=m,o.once=m,o.off=m,o.removeListener=m,o.removeAllListeners=m,o.emit=m,o.prependListener=m,o.prependOnceListener=m,o.listeners=function(e){return[]},o.binding=function(e){throw new Error("process.binding is not supported")},o.cwd=function(){return"/"},o.chdir=function(e){throw new Error("process.chdir is not supported")},o.umask=function(){return 0}},517:function(e,t,n){"use strict";n.r(t),function(e){function r(t){void 0!==e&&e.env}n.d(t,"default",(function(){return r}))}.call(this,n(125))}}).default;