PATH:
home
/
lab2454c
/
archswipe.com
/
wp-includes
/
js
/
dist
/******/ (() => { // webpackBootstrap /******/ "use strict"; /******/ // The require scope /******/ var __webpack_require__ = {}; /******/ /************************************************************************/ /******/ /* 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/hasOwnProperty shorthand */ /******/ (() => { /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop)) /******/ })(); /******/ /************************************************************************/ var __webpack_exports__ = {}; // EXPORTS __webpack_require__.d(__webpack_exports__, { "default": () => (/* binding */ deprecated) }); // UNUSED EXPORTS: logged ;// CONCATENATED MODULE: external ["wp","hooks"] const external_wp_hooks_namespaceObject = window["wp"]["hooks"]; ;// CONCATENATED MODULE: ./node_modules/@wordpress/deprecated/build-module/index.js /** * WordPress dependencies */ /** * Object map tracking messages which have been logged, for use in ensuring a * message is only logged once. * * @type {Record<string, true | undefined>} */ const logged = Object.create(null); /** * Logs a message to notify developers about a deprecated feature. * * @param {string} feature Name of the deprecated feature. * @param {Object} [options] Personalisation options * @param {string} [options.since] Version in which the feature was deprecated. * @param {string} [options.version] Version in which the feature will be removed. * @param {string} [options.alternative] Feature to use instead * @param {string} [options.plugin] Plugin name if it's a plugin feature * @param {string} [options.link] Link to documentation * @param {string} [options.hint] Additional message to help transition away from the deprecated feature. * * @example * ```js * import deprecated from '@wordpress/deprecated'; * * deprecated( 'Eating meat', { * since: '2019.01.01' * version: '2020.01.01', * alternative: 'vegetables', * plugin: 'the earth', * hint: 'You may find it beneficial to transition gradually.', * } ); * * // Logs: 'Eating meat is deprecated since version 2019.01.01 and will be removed from the earth in version 2020.01.01. Please use vegetables instead. Note: You may find it beneficial to transition gradually.' * ``` */ function deprecated(feature, options = {}) { const { since, version, alternative, plugin, link, hint } = options; const pluginMessage = plugin ? ` from ${plugin}` : ''; const sinceMessage = since ? ` since version ${since}` : ''; const versionMessage = version ? ` and will be removed${pluginMessage} in version ${version}` : ''; const useInsteadMessage = alternative ? ` Please use ${alternative} instead.` : ''; const linkMessage = link ? ` See: ${link}` : ''; const hintMessage = hint ? ` Note: ${hint}` : ''; const message = `${feature} is deprecated${sinceMessage}${versionMessage}.${useInsteadMessage}${linkMessage}${hintMessage}`; // Skip if already logged. if (message in logged) { return; } /** * Fires whenever a deprecated feature is encountered * * @param {string} feature Name of the deprecated feature. * @param {?Object} options Personalisation options * @param {string} options.since Version in which the feature was deprecated. * @param {?string} options.version Version in which the feature will be removed. * @param {?string} options.alternative Feature to use instead * @param {?string} options.plugin Plugin name if it's a plugin feature * @param {?string} options.link Link to documentation * @param {?string} options.hint Additional message to help transition away from the deprecated feature. * @param {?string} message Message sent to console.warn */ (0,external_wp_hooks_namespaceObject.doAction)('deprecated', feature, options, message); // eslint-disable-next-line no-console console.warn(message); logged[message] = true; } /** @typedef {import('utility-types').NonUndefined<Parameters<typeof deprecated>[1]>} DeprecatedOptions */ (window.wp = window.wp || {}).deprecated = __webpack_exports__["default"]; /******/ })() ;
[-] private-apis.js
[edit]
[-] i18n.min.js
[edit]
[-] editor.js
[edit]
[-] widgets.min.js
[edit]
[-] core-data.js
[edit]
[-] is-shallow-equal.js
[edit]
[-] format-library.js
[edit]
[-] rich-text.js
[edit]
[-] reusable-blocks.min.js
[edit]
[-] url.min.js
[edit]
[-] primitives.js
[edit]
[-] html-entities.js
[edit]
[-] plugins.js
[edit]
[-] blob.min.js
[edit]
[-] a11y.min.js
[edit]
[-] shortcode.min.js
[edit]
[-] patterns.min.js
[edit]
[-] block-directory.js
[edit]
[-] autop.js
[edit]
[-] blocks.min.js
[edit]
[-] compose.min.js
[edit]
[-] edit-widgets.js
[edit]
[-] style-engine.js
[edit]
[+]
..
[-] components.min.js
[edit]
[-] dom-ready.js
[edit]
[-] edit-post.js
[edit]
[-] date.min.js
[edit]
[-] edit-post.min.js
[edit]
[-] keyboard-shortcuts.js
[edit]
[-] token-list.min.js
[edit]
[-] core-commands.min.js
[edit]
[-] viewport.js
[edit]
[-] block-serialization-default-parser.min.js
[edit]
[-] priority-queue.min.js
[edit]
[-] preferences-persistence.min.js
[edit]
[-] rich-text.min.js
[edit]
[-] widgets.js
[edit]
[-] undo-manager.js
[edit]
[-] components.js
[edit]
[-] undo-manager.min.js
[edit]
[-] a11y.js
[edit]
[-] url.js
[edit]
[-] wordcount.min.js
[edit]
[-] viewport.min.js
[edit]
[-] is-shallow-equal.min.js
[edit]
[-] block-library.js
[edit]
[-] style-engine.min.js
[edit]
[-] preferences.min.js
[edit]
[-] commands.js
[edit]
[-] preferences-persistence.js
[edit]
[-] redux-routine.min.js
[edit]
[-] blob.js
[edit]
[-] api-fetch.js
[edit]
[-] block-editor.js
[edit]
[-] escape-html.min.js
[edit]
[-] customize-widgets.js
[edit]
[-] nux.min.js
[edit]
[-] edit-site.js
[edit]
[-] priority-queue.js
[edit]
[-] block-directory.min.js
[edit]
[-] html-entities.min.js
[edit]
[+]
development
[-] date.js
[edit]
[-] primitives.min.js
[edit]
[-] nux.js
[edit]
[+]
vendor
[-] editor.min.js
[edit]
[-] notices.js
[edit]
[-] dom.min.js
[edit]
[-] core-commands.js
[edit]
[-] keyboard-shortcuts.min.js
[edit]
[-] plugins.min.js
[edit]
[-] router.min.js
[edit]
[-] i18n.js
[edit]
[-] warning.js
[edit]
[-] data-controls.min.js
[edit]
[-] customize-widgets.min.js
[edit]
[-] block-editor.min.js
[edit]
[-] hooks.min.js
[edit]
[-] reusable-blocks.js
[edit]
[-] deprecated.js
[edit]
[-] block-serialization-default-parser.js
[edit]
[-] interactivity.js
[edit]
[-] commands.min.js
[edit]
[-] list-reusable-blocks.js
[edit]
[-] list-reusable-blocks.min.js
[edit]
[-] blocks.js
[edit]
[-] server-side-render.min.js
[edit]
[-] edit-site.min.js
[edit]
[-] interactivity-router.asset.php
[edit]
[-] data-controls.js
[edit]
[-] keycodes.js
[edit]
[-] dom.js
[edit]
[-] patterns.js
[edit]
[-] router.js
[edit]
[-] annotations.min.js
[edit]
[-] redux-routine.js
[edit]
[-] .htaccess
[edit]
[-] interactivity.min.js
[edit]
[-] format-library.min.js
[edit]
[-] interactivity-router.min.asset.php
[edit]
[-] preferences.js
[edit]
[-] keycodes.min.js
[edit]
[-] media-utils.min.js
[edit]
[-] interactivity-router.js
[edit]
[-] hooks.js
[edit]
[-] autop.min.js
[edit]
[-] block-library.min.js
[edit]
[-] deprecated.min.js
[edit]
[-] data.js
[edit]
[-] compose.js
[edit]
[-] private-apis.min.js
[edit]
[-] warning.min.js
[edit]
[-] escape-html.js
[edit]
[-] core-data.min.js
[edit]
[-] edit-widgets.min.js
[edit]
[-] annotations.js
[edit]
[-] notices.min.js
[edit]
[-] api-fetch.min.js
[edit]
[-] element.js
[edit]
[-] media-utils.js
[edit]
[-] shortcode.js
[edit]
[-] dom-ready.min.js
[edit]
[-] element.min.js
[edit]
[-] interactivity-router.min.js
[edit]
[-] token-list.js
[edit]
[-] server-side-render.js
[edit]
[-] wordcount.js
[edit]
[-] data.min.js
[edit]