mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-12 13:44:21 +01:00
5a721be794
Props peterwilsoncc, desrosj, gziolo. Merges [50940] in to the 5.7 branch. Fixes #53192. Built from https://develop.svn.wordpress.org/branches/5.7@50990 git-svn-id: http://core.svn.wordpress.org/branches/5.7@50599 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2 lines
3.3 KiB
JavaScript
2 lines
3.3 KiB
JavaScript
/*! This file is auto-generated */
|
||
this.wp=this.wp||{},this.wp.wordcount=function(e){var n={};function r(t){if(n[t])return n[t].exports;var o=n[t]={i:t,l:!1,exports:{}};return e[t].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=e,r.c=n,r.d=function(e,n,t){r.o(e,n)||Object.defineProperty(e,n,{enumerable:!0,get:t})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,n){if(1&n&&(e=r(e)),8&n)return e;if(4&n&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(r.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&n&&"string"!=typeof e)for(var o in e)r.d(t,o,function(n){return e[n]}.bind(null,o));return t},r.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(n,"a",n),n},r.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},r.p="",r(r.s="./node_modules/@wordpress/wordcount/build-module/index.js")}({"./node_modules/@wordpress/wordcount/build-module/index.js":function(e,n,r){"use strict";r.r(n),r.d(n,"count",(function(){return x}));var t=r("lodash"),o={HTMLRegExp:/<\/?[a-z][^>]*?>/gi,HTMLcommentRegExp:/<!--[\s\S]*?-->/g,spaceRegExp:/ | /gi,HTMLEntityRegExp:/&\S+?;/g,connectorRegExp:/--|\u2014/g,removeRegExp:new RegExp(["[","!-@[-`{-~","-¿×÷"," -⯿","⸀-","]"].join(""),"g"),astralRegExp:/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,wordsRegExp:/\S\s+/g,characters_excluding_spacesRegExp:/\S/g,characters_including_spacesRegExp:/[^\f\n\r\t\v\u00AD\u2028\u2029]/g,l10n:{type:"words"}};function u(e,n){return n.replace(e.HTMLRegExp,"\n")}function c(e,n){return n.replace(e.astralRegExp,"a")}function l(e,n){return n.replace(e.HTMLEntityRegExp,"")}function i(e,n){return n.replace(e.connectorRegExp," ")}function s(e,n){return n.replace(e.removeRegExp,"")}function d(e,n){return n.replace(e.HTMLcommentRegExp,"")}function a(e,n){return e.shortcodesRegExp?n.replace(e.shortcodesRegExp,"\n"):n}function p(e,n){return n.replace(e.spaceRegExp," ")}function g(e,n){return n.replace(e.HTMLEntityRegExp,"a")}function f(e,n,r){var o,l;return e=Object(t.flow)(u.bind(null,r),d.bind(null,r),a.bind(null,r),c.bind(null,r),p.bind(null,r),g.bind(null,r))(e),null!==(o=null===(l=(e+="\n").match(n))||void 0===l?void 0:l.length)&&void 0!==o?o:0}function x(e,n,r){var c=function(e,n){var r,u,c=Object(t.extend)({},o,n);return c.shortcodes=null!==(r=null===(u=c.l10n)||void 0===u?void 0:u.shortcodes)&&void 0!==r?r:[],c.shortcodes&&c.shortcodes.length&&(c.shortcodesRegExp=new RegExp("\\[\\/?(?:"+c.shortcodes.join("|")+")[^\\]]*?\\]","g")),c.type=e,"characters_excluding_spaces"!==c.type&&"characters_including_spaces"!==c.type&&(c.type="words"),c}(n,r);switch(c.type){case"words":return function(e,n,r){var o,c;return e=Object(t.flow)(u.bind(null,r),d.bind(null,r),a.bind(null,r),p.bind(null,r),l.bind(null,r),i.bind(null,r),s.bind(null,r))(e),null!==(o=null===(c=(e+="\n").match(n))||void 0===c?void 0:c.length)&&void 0!==o?o:0}(e,c.wordsRegExp,c);case"characters_including_spaces":return f(e,c.characters_including_spacesRegExp,c);case"characters_excluding_spaces":return f(e,c.characters_excluding_spacesRegExp,c);default:return 0}}},lodash:function(e,n){e.exports=window.lodash}}); |