@atomicservice/ascf-toolkit 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/ascf-base/index.js +1 -1
- package/lib/ascf-common/index.js +1 -1
- package/lib/ascf-compiler/appjson-loader.js +1 -1
- package/lib/ascf-compiler/common/appjson-validator.js +1 -1
- package/lib/ascf-compiler/common/ascf-define.js +1 -1
- package/lib/ascf-compiler/common/beforeLoaderProcess.js +1 -1
- package/lib/ascf-compiler/common/css-runtime-api.js +1 -1
- package/lib/ascf-compiler/common/eventHappenHjs.js +1 -1
- package/lib/ascf-compiler/common/exp-utils.js +1 -1
- package/lib/ascf-compiler/common/hash-sum.js +1 -1
- package/lib/ascf-compiler/common/hdc-executor.js +1 -1
- package/lib/ascf-compiler/common/hjs-utils.js +1 -1
- package/lib/ascf-compiler/common/hxml-validator.js +1 -1
- package/lib/ascf-compiler/common/logUndefined.js +1 -1
- package/lib/ascf-compiler/common/manifest-handler.js +1 -1
- package/lib/ascf-compiler/common/manifest-manager.js +1 -1
- package/lib/ascf-compiler/common/merge-tpl-cmps.js +1 -1
- package/lib/ascf-compiler/common/packoptions-utils.js +1 -1
- package/lib/ascf-compiler/common/quick-generate-subpackage.js +1 -1
- package/lib/ascf-compiler/common/utils.js +1 -1
- package/lib/ascf-compiler/css-process-loader.js +1 -1
- package/lib/ascf-compiler/extract-loader.js +1 -1
- package/lib/ascf-compiler/hcss-loader.js +1 -1
- package/lib/ascf-compiler/hjs-loader.js +1 -1
- package/lib/ascf-compiler/hxml-loader.js +1 -1
- package/lib/ascf-compiler/js-parser/parser-babel.js +1 -1
- package/lib/ascf-compiler/js-parser/parser-swc.js +1 -1
- package/lib/ascf-compiler/js-parser/parser.js +1 -1
- package/lib/ascf-compiler/loader-utils.js +1 -1
- package/lib/ascf-compiler/path-process-loader.js +1 -1
- package/lib/ascf-compiler/plugin/before-loader-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/copy-bundle-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/dynamic-entry-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/extConfig-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/html-generator-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/i18n-transform-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/manifest-generator-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/quick-service-build-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/replace-module-id-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/resource-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/webpack-target/index.js +1 -1
- package/lib/ascf-compiler/plugin/webpack-target/jsonpChunkLoadingRuntimeModule.js +1 -1
- package/lib/ascf-compiler/plugin/webpack-target/jsonpHelpers.js +1 -1
- package/lib/ascf-compiler/plugin/webpack-target/jsonpTemplatePlugin.js +1 -1
- package/lib/ascf-compiler/require-loader.js +1 -1
- package/lib/ascf-compiler/server/dev-server.js +1 -1
- package/lib/ascf-compiler/server/port-manager.js +1 -1
- package/lib/ascf-compiler/swc-loader.js +1 -1
- package/lib/ascf-compiler/template/attr-utils.js +1 -1
- package/lib/ascf-compiler/template/implicit-model-config.js +1 -1
- package/lib/ascf-compiler/template/node-name-utils.js +1 -1
- package/lib/ascf-compiler/trustlist-hxml-verify-loader.js +1 -1
- package/lib/ascf-compiler/trustlist-js-verify-loader.js +1 -1
- package/lib/ascf-compiler/trustlist-verify/config.js +1 -1
- package/lib/ascf-compiler/trustlist-verify/utils.js +1 -1
- package/lib/ascf-compiler/trustlist-verify/verify-ignore-files.js +1 -1
- package/lib/ascf-compiler/vue-compiler/vue.bundle.js +1 -1
- package/lib/ascf-compiler/web.webpack.config.js +1 -1
- package/lib/ascf-converter/common/commonConfig.js +1 -1
- package/lib/ascf-converter/common/commonUtils.js +1 -1
- package/lib/ascf-converter/common/path-validator.js +1 -1
- package/lib/ascf-converter/common/textDocument.js +1 -1
- package/lib/ascf-converter/compiler-utils/parse5.bundle.js +1 -1
- package/lib/ascf-converter/convertManager.js +1 -1
- package/lib/ascf-converter/features/converter.js +1 -1
- package/lib/ascf-converter/features/fileHandle.js +1 -1
- package/lib/ascf-converter/features/transformReport.js +1 -1
- package/lib/ascf-converter/lib/apiadapter4alipay.js +1 -1
- package/lib/ascf-converter/parse/babelParser.js +1 -1
- package/lib/ascf-converter/parse/importVisitor.js +1 -1
- package/lib/ascf-converter/parse/wxssParser.js +1 -1
- package/lib/ascf-converter/report/js/index.js +1 -1
- package/lib/ascf-sign-tools/cli.js +1 -1
- package/lib/ascf-sign-tools/index.js +1 -1
- package/lib/bin/ascf.js +1 -1
- package/lib/commands/ascfbuild/index.js +1 -1
- package/lib/commands/build-npm/index.js +1 -1
- package/lib/commands/compile.js +1 -1
- package/lib/commands/convert.js +1 -1
- package/lib/commands/debugger/index.js +1 -1
- package/lib/commands/quickservice/index.js +1 -1
- package/lib/common/config.js +1 -1
- package/lib/common/constants.js +1 -1
- package/lib/common/log4js.js +1 -1
- package/lib/common/logger-plugin.js +1 -1
- package/lib/common/remove-strict-mode-plugin.js +1 -1
- package/lib/common/string-utils.js +1 -1
- package/lib/common/utils.js +1 -1
- package/lib/common/version-check.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _0x3d16eb=_0x3206;function _toConsumableArray(e){return _arrayWithoutHoles(e)||_iterableToArray(e)||_unsupportedIterableToArray(e)||_nonIterableSpread()}function _nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _iterableToArray(e){var r=_0x3206;if(r(133)!=typeof Symbol&&null!=e[Symbol[r(172)]]||null!=e["@@iterator"])return Array[r(169)](e)}function _arrayWithoutHoles(e){if(Array[_0x3206(113)](e))return _arrayLikeToArray(e)}function _createForOfIteratorHelper(e,r){var t,n,a,o,i=_0x3206,s=i(133)!=typeof Symbol&&e[Symbol[i(172)]]||e["@@iterator"];if(s)return a=!(n=!0),{s:function(){s=s[i(164)](e)},n:function(){var e=i,r=s[e(128)]();return n=r[e(154)],r},e:function(e){a=!0,t=e},f:function(){var e=i;try{n||null==s[e(195)]||s[e(195)]()}finally{if(a)throw t}}};if(Array[i(113)](e)||(s=_unsupportedIterableToArray(e))||r&&e&&i(120)==typeof e[i(188)])return s&&(e=s),o=0,{s:r=function(){},n:function(){return o>=e[i(188)]?{done:!0}:{done:!1,value:e[o++]}},e:function(e){throw e},f:r};throw new TypeError(i(181))}function _unsupportedIterableToArray(e,r){var t,n=_0x3206;if(e)return n(112)==typeof e?_arrayLikeToArray(e,r):(t={}[n(158)][n(164)](e).slice(8,-1),n(125)===t&&e[n(167)]&&(t=e[n(167)][n(179)]),n(105)===t||n(177)===t?Array[n(169)](e):n(115)===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/[n(196)](t)?_arrayLikeToArray(e,r):void 0)}function _0x3206(e,r){var t=_0x3a46();return(_0x3206=function(e,r){return t[e-=100]})(e,r)}function _0x3a46(){var e=["Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.","useCustomTabBar","needAsync","subpackages","concat","<!DOCTYPE html>\n","tapAsync","length","../../common/config","mkdirsSync","manifest","has","get","emit","return","test","join","configs","parse","><\/script>\n","watch",' <link rel="stylesheet" href="assets://base.css" type="text/css" media="screen" charset="utf-8" />\n',"independentList","Map","componentList","srcPath","startsWith","814JuuraJ","component","10NFrmPy","string","isArray","49878TVKqCd","Arguments","manifestManager",' <div id="holder"></div>\n',"stringify",'.pack.js" ',"number","getIsOpenLazyCodeLoad","async"," </head>\n","apply","Object","5978291rRjRVy","forEach","next","compJsonPath"," </body>\n","getManifestData","dirname","undefined","15MWVXoI","page","flat","prototype","12FFygjz","pagePath",' <script type="text/javascript" src="/',"HtmlGeneratorPlugin","endsWith","path","root","../common/utils"," <script src='assets://renderer.js'><\/script>\n","564172UJbrJu","273AuqDcm","2710362MvcsNL","values","error","options",' <meta charset="UTF-8" />\n',"done","unshift"," <script type=\"text/javascript\" src='/app.css.js'><\/script>\n","manifest-handler","toString","../common/manifest-manager","indexOf","exports"," <head>\n","912YCJgPQ","call","../../common/log4js","468212NnceFo","constructor","buildPath","from",' <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0,',"1186783WPMlpC","iterator","add","usingComponents","hooks","type","Set","filter","name","6GUWNgO"];return(_0x3a46=function(){return e})()}function _arrayLikeToArray(e,r){var t=_0x3206;(null==r||r>e[t(188)])&&(r=e[t(188)]);for(var n=0,a=Array(r);n<r;n++)a[n]=e[n];return a}(()=>{for(var e=_0x3206,r=_0x3a46();;)try{if(522558==+parseInt(e(148))*(-parseInt(e(109))/2)+-parseInt(e(149))/3+parseInt(e(166))/4*(parseInt(e(134))/5)+-parseInt(e(180))/6*(parseInt(e(147))/7)+-parseInt(e(163))/8*(-parseInt(e(114))/9)+-parseInt(e(111))/10*(-parseInt(e(126))/11)+parseInt(e(138))/12*(parseInt(e(171))/13))break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var path=require("path"),fs=require("fs"),utils=require(_0x3d16eb(145)),_require=require(_0x3d16eb(159)),manifestManager=_require[_0x3d16eb(116)],_require2=require(_0x3d16eb(189)),configs=_require2[_0x3d16eb(198)],log4js=require(_0x3d16eb(165)),logger=log4js.getLogger(_0x3d16eb(157)),HTML_HEAD=_0x3d16eb(186)+"<html>\n"+_0x3d16eb(162)+_0x3d16eb(153)+_0x3d16eb(170)+'minimum-scale=1.0, viewport-fit=cover" />\n'+_0x3d16eb(103)+_0x3d16eb(123),HTML_BODY=" <body>\n"+_0x3d16eb(117)+_0x3d16eb(146),SCRIPT_APP_CSS=_0x3d16eb(156),HTML_BODY_END=_0x3d16eb(130),HTML_HTML_END="</html>",GLOBAL_COMPONENTS=[];function HtmlGeneratorPlugin(e){this.options=e}function generateHtmlFile(e,r,t,n,a,o){var i=_0x3d16eb,s=HTML_HEAD;if(s+=HTML_BODY,t||(s+=SCRIPT_APP_CSS),o)n.filter(function(e){var r=_0x3206;return e[r(176)]!==r(110)})[i(127)](function(e){var r=i,e=e[r(143)];return s+=r(140)[r(185)](e,'.pack.js"><\/script>\n')});else if(e[r][i(182)]&&(s+=' <script type="text/javascript" src="/custom-tab-bar/index.pack.js"><\/script>\n'),n&&0<n[i(188)]){var u,c=_createForOfIteratorHelper(n);try{for(c.s();!(u=c.n()).done;){var l=u.value,p=l[i(143)],f=l[i(183)];s+=i(140)[i(185)](p,i(119))[i(185)](f?i(122):"",i(101))}}catch(e){c.e(e)}finally{c.f()}}s=s+HTML_BODY_END+HTML_HTML_END,t=path[i(197)](a,""[i(185)](r,".html"));utils[i(190)](path[i(132)](t)),fs.writeFileSync(t,s,"utf8")}function getSubpackageData(e,r,t){var n=_0x3d16eb,r=JSON[n(100)](JSON[n(118)]((null==r?void 0:r[n(184)])||[]));return null!=r&&r[n(127)](function(e){var r=n;e.root[r(142)]("/")||(e[r(144)]+="/")}),{subpackage:r,pagePath:e,srcPath:t}}function deduplicate(e){var t=_0x3d16eb,n=new Set;return e[t(178)](function(e){var r=t,e=""[r(185)](e[r(143)],"-")[r(185)](e[r(183)]);return!n[r(192)](e)&&(n[r(173)](e),!0)})}function getPageJSList(e,r,t,n){var a=_0x3d16eb,n=getSubpackageData(e,n,t),t=[];return getUsingComponents(r[a(193)](e),e,t,r,a(135),n),t=_toConsumableArray(new Set(utils[a(136)](t,1/0))),_toConsumableArray(deduplicate(t)).filter(function(e){return"custom-tab-bar/index"!==e[a(143)]})[a(185)]({path:e,needAsync:!1,type:a(135)})}function getUsingComponents(e,o,i,s){var u=_0x3d16eb,r=4<arguments[u(188)]&&void 0!==arguments[4]?arguments[4]:u(110),c=5<arguments[u(188)]?arguments[5]:void 0,e=e[u(106)]||[];"page"===r&&e.push[u(124)](e,_toConsumableArray(GLOBAL_COMPONENTS)),e.forEach(function(e){var r=u,t=e[r(129)],e=e[r(143)],n=[],a=isAsyncNeeded(e,c.subpackage,c[r(139)],c[r(107)]);if(n[r(155)]({path:e,needAsync:a,type:r(110)}),i[r(155)](n),o!==e)if(fs.existsSync(t))s.has(e)&&getUsingComponents(s.get(e),e,n,s,r(110),c);else{a="ERROR: Can not resolve file:"[r(185)](t);if(logger[r(151)](a),!configs.serve&&!configs[r(102)])throw a}})}function isAsyncNeeded(t,e,n,r){var a=_0x3d16eb,o="",i="",s=!0,u=!0;return null!=e&&e[a(127)](function(e){var r=a;n.startsWith(e[r(144)])&&(o=e[r(144)],s=!1),t[r(108)](e[r(144)])&&(i=e[r(144)],u=!1)}),!(u||!s&&o===i)}HtmlGeneratorPlugin[_0x3d16eb(137)][_0x3d16eb(124)]=function(e){var f=_0x3d16eb,d=this[f(152)];e[f(175)][f(194)][f(187)](f(141),function(e,r){var t,n,a=f,o=manifestManager[a(131)](),i=d[a(107)],s=d[a(168)],u=o[a(191)],c=o.components,l=u.page,p=(GLOBAL_COMPONENTS=Object[a(150)](u[a(174)]||{}).map(function(e){var r=a;return c[r(192)](e)&&c[r(193)](e)}),manifestManager[a(121)]());for(t in l)Object[a(137)].hasOwnProperty[a(164)](l,t)&&(n=getPageJSList(t,c,i,u),generateHtmlFile(l,t,-1!==u[a(104)][a(160)](t),n,s,p));r()})},module[_0x3d16eb(161)]=HtmlGeneratorPlugin;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _0x148106=_0x15cc;function _typeof(r){var t=_0x15cc;return(_typeof=t(164)==typeof Symbol&&t(193)==typeof Symbol[t(200)]?function(r){return typeof r}:function(r){var e=t;return r&&e(164)==typeof Symbol&&r[e(195)]===Symbol&&r!==Symbol[e(185)]?e(193):typeof r})(r)}function _slicedToArray(r,e){return _arrayWithHoles(r)||_iterableToArrayLimit(r,e)||_unsupportedIterableToArray(r,e)||_nonIterableRest()}function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _unsupportedIterableToArray(r,e){var t,n=_0x15cc;if(r)return n(168)==typeof r?_arrayLikeToArray(r,e):(t={}[n(189)][n(204)](r).slice(8,-1),n(174)===t&&r.constructor&&(t=r[n(195)][n(182)]),n(197)===t||n(150)===t?Array[n(179)](r):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/[n(183)](t)?_arrayLikeToArray(r,e):void 0)}function _arrayLikeToArray(r,e){var t=_0x15cc;(null==e||e>r[t(188)])&&(e=r[t(188)]);for(var n=0,a=Array(e);n<e;n++)a[n]=r[n];return a}function _iterableToArrayLimit(r,e){var t=_0x15cc,n=null==r?null:"undefined"!=typeof Symbol&&r[Symbol[t(200)]]||r[t(187)];if(null!=n){var a,o,i,c,u=[],s=!0,l=!1;try{if(i=(n=n[t(204)](r))[t(180)],0===e){if(Object(n)!==n)return;s=!1}else for(;!(s=(a=i[t(204)](n))[t(199)])&&(u[t(178)](a.value),u[t(188)]!==e);s=!0);}catch(r){l=!0,o=r}finally{try{if(!s&&null!=n[t(209)]&&(c=n[t(209)](),Object(c)!==c))return}finally{if(l)throw o}}return u}}function _arrayWithHoles(r){if(Array.isArray(r))return r}function _classCallCheck(r,e){var t=_0x15cc;if(!(r instanceof e))throw new TypeError(t(169))}function _defineProperties(r,e){for(var t=_0x15cc,n=0;n<e[t(188)];n++){var a=e[n];a[t(190)]=a.enumerable||!1,a[t(160)]=!0,"value"in a&&(a.writable=!0),Object[t(198)](r,_toPropertyKey(a.key),a)}}function _createClass(r,e,t){var n=_0x15cc;return e&&_defineProperties(r[n(185)],e),t&&_defineProperties(r,t),Object.defineProperty(r,n(185),{writable:!1}),r}function _toPropertyKey(r){var e=_0x15cc,r=_toPrimitive(r,e(168));return e(193)==_typeof(r)?r:r+""}function _toPrimitive(r,e){var t=_0x15cc;if("object"!=_typeof(r)||!r)return r;var n=r[Symbol.toPrimitive];if(void 0===n)return(t(168)===e?String:Number)(r);n=n.call(r,e||t(191));if(t(151)!=_typeof(n))return n;throw new TypeError(t(166))}function _0x1134(){var r=["replace","126231ZUXeto","concat","split","filter","configurable","checkJsonDupKey","38738XFpSuM","228899YtbhnY","function","2844UueEnr","@@toPrimitive must return a primitive value.","warnings","string","Cannot call a class as a function","apply","1394sedMeo","entries",".json","Object","join","110nWtffU","tapAsync","push","from","next","ERROR: Illegal JSON file name: ","name","test","assign","prototype","keys","@@iterator","length","toString","enumerable","default","map","symbol","errors","constructor","assets","Map","defineProperty","done","iterator","../js-parser/parser","165rJyFUY","101740rVXxvz","call","810108WVpwAv","slice","hooks","I18NTransformPlugin","return","emit","reduce","Set","object","186jPiSrf","3032DfJbbU","forEach"];return(_0x1134=function(){return r})()}(()=>{for(var r=_0x15cc,e=_0x1134();;)try{if(106752==+parseInt(r(156))+-parseInt(r(171))/2*(-parseInt(r(202))/3)+parseInt(r(205))/4+parseInt(r(203))/5+parseInt(r(152))/6*(-parseInt(r(162))/7)+parseInt(r(153))/8*(parseInt(r(165))/9)+-parseInt(r(176))/10*(parseInt(r(163))/11))break;e.push(e.shift())}catch(r){e.push(e.shift())}})();var fs=require("fs"),_require=require(_0x148106(201)),checkJsonDupKey=_require[_0x148106(161)],path=require("path"),illegalRE=/(\w+)_(\w+)/,I18N=(()=>{var n=_0x148106;return _createClass(function r(e){_classCallCheck(this,r),this.options=e},[{key:n(170),value:function(r){var e=n,t=this;r[e(207)][e(148)][e(177)](e(208),function(i,r){var a=e,n=t.options[a(172)],c={};Object[a(186)](n)[a(154)](function(t){var o=a;fs.readdirSync(""[o(157)](n[t]))[o(159)](function(r){return".json"===path.extname(r)})[o(192)](function(r){var e=o;return path[e(175)](""[e(157)](n[t]),r)})[o(154)](function(r){var e,t,n=o,r=r.replace(/\\/g,"/"),a=r[n(158)]("/"),a=a[a[n(188)]-1];illegalRE.test(a)?(e=(t=_slicedToArray(a.match(illegalRE)[n(206)](1),2))[0],t=t[1],i[n(194)][n(178)]({message:n(181)+""[n(157)](a[n(155)](n(173),""),", Use ")[n(157)](e,"-").concat(t," instead.\n@ ")[n(157)](r,"\n")})):c[a]=(c[a]||[])[n(157)](r)})}),Object[a(186)](c).forEach(function(r){var n=a,e=c[r][n(149)](function(r,e){var t=n,e=checkJsonDupKey(r,e,function(r){return i[_0x15cc(167)].push(r)});return Object[t(184)]({},r,e)},{}),t=JSON.stringify(e,null,4);i[n(196)]["i18n/"[n(157)](r)]={source:function(){return t},size:function(){return t.length}}}),r()})}}])})();function _0x15cc(r,e){var t=_0x1134();return(_0x15cc=function(r,e){return t[r-=148]})(r,e)}module.exports=I18N;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _0x26f070=_0x388e,fs=((()=>{for(var e=_0x388e,n=_0x9c17();;)try{if(696772==+parseInt(e(263))*(-parseInt(e(223))/2)+-parseInt(e(253))/3+-parseInt(e(247))/4*(parseInt(e(255))/5)+-parseInt(e(233))/6+-parseInt(e(237))/7*(-parseInt(e(220))/8)+parseInt(e(238))/9+parseInt(e(229))/10*(parseInt(e(217))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}})(),require("fs")),path=require(_0x26f070(251)),utils=require(_0x26f070(231)),_require=require(_0x26f070(260)),configs=_require.configs,_require2=require(_0x26f070(225)),manifestManager=_require2.manifestManager,getResource=_require2.getResource,getSubRootMap=_require2.getSubRootMap;function ManifestGeneratorPlugin(e){this.options=e}function _0x388e(e,n){var r=_0x9c17();return(_0x388e=function(e,n){return r[e-=213]})(e,n)}function genRouter(r){var t,a=_0x26f070,e=Object[a(264)](r[a(272)]),o=[],n=r[a(262)]||r[a(218)][0]||"",n=(r[a(236)]&&r[a(236)][a(218)]?(t=r[a(236)][a(218)],Object[a(264)](t)[a(235)](function(e){var n=a,r=t[e];o[n(216)](path.join(e,r[n(241)])[n(249)](/\\/g,"/"))}),r[a(236)][a(269)]=n):r[a(236)]={entry:n,pages:{}},e[a(235)](function(n){var e=a;o.some(function(e){return e===n})||(r[e(236)][e(218)][n]={component:"",info:r[e(272)][n]})}),e.map(function(e){return e+a(239)}));return n[a(216)](a(250)),n}function _0x9c17(){var e=["page","tapAsync","versionType","prototype","push","341ugXmyU","pages","subpackages","8pKqadA","call","manifest","2IsKTTW","join","../common/manifest-manager","concat","exports","hasOwnProperty","821050loAMIc","build","../common/utils","utf8","3891504raoxAh","apply","forEach","router","358729TASddN","12428496GrMnxy",".json","root","component","debugable","env","getIsOpenLazyCodeLoad","pkg","fileDependencies","4DpoDjE","emit","replace","app.json","path","name","261930cyDHTi","manifest.json","5883635uxPZQm","add","hooks","getManifestData","isArray","../../common/config","ASCF_DEVICE_LIST","entryPagePath","1368053CbJzEV","keys","mkdirsSync","assign","stringify","writeFileSync","entry","isProd","release"];return(_0x9c17=function(){return e})()}ManifestGeneratorPlugin[_0x26f070(215)][_0x26f070(234)]=function(e){var s=_0x26f070,n=this.options,i=n.srcPath,u=n[s(230)];e[s(257)][s(248)][s(213)]("ManifestGeneratorPlugin",function(r,e){var o=s,n=manifestManager[o(258)](),n=Object[o(266)]({},n[o(222)]),t=path.join(u,o(254));configs[o(270)]()?n[o(214)]=o(271):(n.versionType="debug",n.debug=!0,n[o(242)]=!0,global._supportLegacyHos&&(a=configs.deviceList||process[o(243)][o(261)]||[],n.deviceList=Array[o(259)](a)?a[o(224)](","):a)),n.global={};manifestManager[o(244)]()&&(n.features={lazyCode:"v2"}),n.window&&(n.global.window=n.window,delete n.window);var a=genRouter(n);null!=a&&a[o(235)](function(e){var n=o;return r[n(246)][n(256)](path.resolve(i,e))}),delete n.pages,delete n.page,Object[o(215)][o(228)][o(221)](n,o(219))&&(n[o(219)]=n.subpackages.map(function(e,n){var r=o,t=e[r(240)],a=e[r(252)],e=e[r(218)];return{resource:getResource(t),name:a||r(245)[r(226)](n+1),pages:e,root:t}})),utils[o(265)](u),fs[o(268)](t,JSON[o(267)](n,null,4),o(232)),e()})},module[_0x26f070(227)]=ManifestGeneratorPlugin,module[_0x26f070(227)].getSubRootMap=getSubRootMap;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
var _0x4dac4e=_0x59b8;function _regenerator(){var b,d=_0x59b8,e=d(294)==typeof Symbol?Symbol:{},r=e.iterator||d(282),n=e.toStringTag||d(308);function t(e,r,n,t){var o,a,i,c,u,f,s,l,_,g,p=d,r=r&&r[p(306)]instanceof x?r:x,r=Object[p(283)](r[p(306)]);return _regeneratorDefine2(r,"_invoke",(o=e,a=n,l=t||[],_=!1,g={p:s=0,n:0,v:b,a:v,f:v[(f=p)(302)](b,4),d:function(e,r){return i=e,c=0,u=b,g.n=r,h}},function(e,r,n){var t=f;if(1<s)throw TypeError(t(280));for(_&&1===r&&v(r,n),c=r,u=n;(y=c<2?b:u)||!_;){i||(c?c<3?(1<c&&(g.n=-1),v(c,u)):g.n=u:g.v=u);try{if(s=2,i){if(c||(e=t(300)),y=i[e]){if(!(y=y[t(279)](i,u)))throw TypeError(t(311));if(!y.done)return y;u=y.value,c<2&&(c=0)}else 1===c&&(y=i[t(321)])&&y[t(279)](i),c<2&&(u=TypeError("The iterator does not provide a '"+e+"' method"),c=1);i=b}else if((y=(_=g.n<0)?u:o[t(279)](a,g))!==h)break}catch(e){i=b,c=1,u=e}finally{s=1}}return{value:y,done:_}}),!0),r;function v(e,r){var n=f;for(c=e,u=r,y=0;!_&&s&&!t&&y<l[n(275)];y++){var t,o=l[y],a=g.p,i=o[2];3<e?(t=i===r)&&(u=o[(c=o[4])?5:c=3],o[4]=o[5]=b):o[0]<=a&&((t=e<2&&a<o[1])?(c=0,g.v=r,g.n=o[1]):a<i&&(t=e<3||o[0]>r||i<r)&&(o[4]=e,o[5]=r,g.n=i,c=0))}if(t||1<e)return h;throw _=!0,r}}var h={};function x(){}function o(){}function a(){}var y=Object[d(278)],e=[][r]?y(y([][r]())):(_regeneratorDefine2(y={},r,function(){return this}),y),i=a[d(306)]=x[d(306)]=Object[d(283)](e);function c(e){var r=d;return Object.setPrototypeOf?Object.setPrototypeOf(e,a):(e[r(288)]=a,_regeneratorDefine2(e,n,"GeneratorFunction")),e[r(306)]=Object[r(283)](i),e}return o[d(306)]=a,_regeneratorDefine2(i,d(318),a),_regeneratorDefine2(a,"constructor",o),o[d(299)]=d(290),_regeneratorDefine2(a,n,"GeneratorFunction"),_regeneratorDefine2(i),_regeneratorDefine2(i,n,d(317)),_regeneratorDefine2(i,r,function(){return this}),_regeneratorDefine2(i,d(281),function(){return d(301)}),(_regenerator=function(){return{w:t,m:c}})()}function _regeneratorDefine2(e,r,n,t){var a=Object.defineProperty;try{a({},"",{})}catch(e){a=0}(_regeneratorDefine2=function(e,r,n,t){var o=_0x59b8;r?a?a(e,r,{value:n,enumerable:!t,configurable:!t,writable:!t}):e[r]=n:((t=function(r,n){_regeneratorDefine2(e,r,function(e){return this[_0x59b8(285)](r,n,e)})})("next",0),t(o(320),1),t("return",2))})(e,r,n,t)}function asyncGeneratorStep(e,r,n,t,o,a,i){var c=_0x59b8;try{var u=e[a](i),f=u[c(309)]}catch(e){return void n(e)}u[c(304)]?r(f):Promise.resolve(f).then(t,o)}function _0x59b8(e,r){var n=_0x524b();return(_0x59b8=function(e,r){return n[e-=274]})(e,r)}function _asyncToGenerator(c){return function(){var e=this,i=arguments;return new Promise(function(r,n){var t=c.apply(e,i);function o(e){asyncGeneratorStep(t,r,n,o,a,_0x59b8(300),e)}function a(e){asyncGeneratorStep(t,r,n,o,a,_0x59b8(320),e)}o(void 0)})}}function _0x524b(){var e=["GeneratorFunction","../../common/log4js.js","46688AwpzDV","466030tdVtqe","function","21Qhamqb","6182lMCgYT","22OdqHfl","6198880wTNgDD","displayName","next","[object Generator]","bind","../../ascf-sign-tools","done","env","prototype","117ClbMlY","@@toStringTag","value","options","iterator result is not an object","exports","afterEmit","tapAsync","quick service build fail:","655446NnHDkH","Generator","constructor","hooks","throw","return","ASCF_QS_BUILT_PATH","apply","length","117665BWHILf","QuickServiceBuildPlugin","getPrototypeOf","call","Generator is already running","toString","@@iterator","create","projectRoot","_invoke","29240QhNQeV","signPkg","__proto__","5389425FlBJVW"];return(_0x524b=function(){return e})()}(()=>{for(var e=_0x59b8,r=_0x524b();;)try{if(703199==+parseInt(e(276))*(parseInt(e(297))/2)+parseInt(e(307))/3*(parseInt(e(292))/4)+parseInt(e(293))/5+parseInt(e(316))/6*(parseInt(e(295))/7)+parseInt(e(298))/8+-parseInt(e(289))/9+-parseInt(e(286))/10*(parseInt(e(296))/11))break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var _require=require(_0x4dac4e(303)),signPkg=_require[_0x4dac4e(287)],log4js=require(_0x4dac4e(291)),logger=log4js.getLogger("quick-service-plugin");function QuickServiceBuildPlugin(e){this[_0x4dac4e(310)]=e}QuickServiceBuildPlugin[_0x4dac4e(306)][_0x4dac4e(274)]=function(e){var n,r=_0x4dac4e,o=this;e[r(319)][r(313)][r(314)](r(277),(n=_asyncToGenerator(_regenerator().m(function e(r,n){var t;return _regenerator().w(function(e){for(var r=_0x59b8;;)switch(e.p=e.n){case 0:if(e.p=0,global._hasInstall){e.n=2;break}return e.n=1,signPkg(process[r(305)][r(284)],o[r(310)]);case 1:t=e.v,global.ASCF_QS_BUILT_PATH=t;case 2:n(),e.n=4;break;case 3:return e.p=3,t=e.v,global[r(322)]=null,logger.fatal(r(315),t),e.a(2,n(t));case 4:return e.a(2)}},e,null,[[0,3]])})),function(e,r){return n.apply(this,arguments)}))},module[_0x4dac4e(312)]=QuickServiceBuildPlugin;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _0x3156dc=_0x16e7;function _typeof(e){var t=_0x16e7;return(_typeof="function"==typeof Symbol&&t(484)==typeof Symbol[t(470)]?function(e){return typeof e}:function(e){var r=t;return e&&r(477)==typeof Symbol&&e.constructor===Symbol&&e!==Symbol[r(483)]?"symbol":typeof e})(e)}function _0x2e32(){var e=["replace","length","ReplaceModulePathsWithIdsPlugin","key","toPrimitive","compilation","../common/utils","get","358672SLYJEX","string","object","3788140OSfNml","exports","__webpack_require__\\(\\\\?['\"]","2446707JJAGJp","modules",".js","writable","RawSource","368AkBacF","94040iZGAFF","defineProperty","set","webpack","updateAsset","@@toPrimitive must return a primitive value.","iterator","tap","configs","146061QjrgYV","7QVWhkg","value","sort","function","../../common/config","5533410hgIxBE","sources","concat","rawRequest","prototype","symbol","1185506FgeGdW","default","hasOwnProperty","call","hooks","ascfLazyImportFiles","optimizeAssets","enumerable","forEach"];return(_0x2e32=function(){return e})()}function _classCallCheck(e,r){if(!(e instanceof r))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,r){for(var t=_0x16e7,n=0;n<r[t(495)];n++){var o=r[n];o.enumerable=o[t(492)]||!1,o.configurable=!0,t(475)in o&&(o[t(511)]=!0),Object[t(515)](e,_toPropertyKey(o[t(497)]),o)}}function _createClass(e,r,t){var n=_0x16e7;return r&&_defineProperties(e[n(483)],r),t&&_defineProperties(e,t),Object[n(515)](e,n(483),{writable:!1}),e}function _toPropertyKey(e){var r=_0x16e7,e=_toPrimitive(e,r(503));return r(484)==_typeof(e)?e:e+""}function _0x16e7(e,r){var t=_0x2e32();return(_0x16e7=function(e,r){return t[e-=467]})(e,r)}function _toPrimitive(e,r){var t=_0x16e7;if("object"!=_typeof(e)||!e)return e;var n=e[Symbol[t(498)]];if(void 0===n)return(t(503)===r?String:Number)(e);n=n[t(488)](e,r||t(486));if(t(504)!=_typeof(n))return n;throw new TypeError(t(469))}(()=>{for(var e=_0x16e7,r=_0x2e32();;)try{if(830002==-parseInt(e(502))+-parseInt(e(485))/2+-parseInt(e(508))/3+parseInt(e(505))/4+-parseInt(e(514))/5+parseInt(e(479))/6*(parseInt(e(474))/7)+-parseInt(e(513))/8*(-parseInt(e(473))/9))break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var _require=require(_0x3156dc(500)),normalizedAbsPath=_require.normalizedAbsPath,_require2=require(_0x3156dc(478)),configs=_require2[_0x3156dc(472)],webpack=require(_0x3156dc(467)),ReplaceModulePathsWithIdsPlugin=_createClass(function e(){_classCallCheck(this,e)},[{key:"apply",value:function(e){var r=_0x16e7;e.hooks[r(499)][r(471)](r(496),function(c){var e=r;c[e(489)][e(491)].tap(e(496),function(t){var i=e,a=new Map;c[i(509)][i(493)](function(e){var r=i,t=e.userRequest||e[r(482)]&&typeof e[r(482)]===r(503)?e.rawRequest:null;null!=t&&t.endsWith(r(510))&&(t=normalizedAbsPath(t),a[r(516)](t,e.id))}),Object.keys(t)[i(493)](function(e){var n,o=i,r=normalizedAbsPath(e);Object[o(483)][o(487)][o(488)](configs[o(490)],r)&&(r=Array.from(configs.ascfLazyImportFiles[r])[o(476)](function(e,r){var t=o;return r[t(495)]-e[t(495)]}),n=t[e].source().toString(),r[o(493)](function(e){var r=o,t=a[r(501)](e);void 0!==t&&(e=new RegExp(r(507).concat(e,"\\\\?['\"]\\)"),"g"),n=n[r(494)](e,"__webpack_require__('"[r(481)](t,"')")))}),c[o(468)](e,new webpack[o(480)][o(512)](n)))})})})}}]);module[_0x3156dc(506)]=ReplaceModulePathsWithIdsPlugin;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _0x9701ec=_0x5d69;function _createForOfIteratorHelper(e,r){var n,t,a,o,i=_0x5d69,c=i(438)!=typeof Symbol&&e[Symbol[i(512)]]||e[i(425)];if(c)return a=!(t=!0),{s:function(){c=c.call(e)},n:function(){var e=c[i(475)]();return t=e.done,e},e:function(e){a=!0,n=e},f:function(){var e=i;try{t||null==c.return||c[e(477)]()}finally{if(a)throw n}}};if(Array[i(459)](e)||(c=_unsupportedIterableToArray(e))||r&&e&&i(501)==typeof e.length)return c&&(e=c),o=0,{s:r=function(){},n:function(){return o>=e[i(505)]?{done:!0}:{done:!1,value:e[o++]}},e:function(e){throw e},f:r};throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _unsupportedIterableToArray(e,r){var n,t=_0x5d69;if(e)return"string"==typeof e?_arrayLikeToArray(e,r):(n={}[t(507)][t(509)](e).slice(8,-1),"Map"===(n=t(498)===n&&e[t(495)]?e[t(495)][t(506)]:n)||"Set"===n?Array[t(421)](e):t(449)===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/[t(484)](n)?_arrayLikeToArray(e,r):void 0)}function _0x5d69(e,r){var n=_0xaab2();return(_0x5d69=function(e,r){return n[e-=413]})(e,r)}function _arrayLikeToArray(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=Array(r);n<r;n++)t[n]=e[n];return t}function _regenerator(){var h,d=_0x5d69,e=d(496)==typeof Symbol?Symbol:{},r=e[d(512)]||d(425),n=e.toStringTag||d(488);function t(e,r,n,t){var a,o,i,c,s,u,f,_,p,l,x=d,r=r&&r[x(443)]instanceof g?r:g,r=Object[x(429)](r[x(443)]);return _regeneratorDefine2(r,x(458),(a=e,o=n,_=t||[],p=!1,l={p:f=0,n:0,v:h,a:y,f:y[(u=x)(516)](h,4),d:function(e,r){return i=e,c=0,s=h,l.n=r,v}},function(e,r,n){var t=u;if(1<f)throw TypeError(t(467));for(p&&1===r&&y(r,n),c=r,s=n;(m=c<2?h:s)||!p;){i||(c?c<3?(1<c&&(l.n=-1),y(c,s)):l.n=s:l.v=s);try{if(f=2,i){if(c||(e=t(475)),m=i[e]){if(!(m=m.call(i,s)))throw TypeError("iterator result is not an object");if(!m[t(479)])return m;s=m.value,c<2&&(c=0)}else 1===c&&(m=i[t(477)])&&m[t(509)](i),c<2&&(s=TypeError("The iterator does not provide a '"+e+t(446)),c=1);i=h}else if((m=(p=l.n<0)?s:a[t(509)](o,l))!==v)break}catch(e){i=h,c=1,s=e}finally{f=1}}return{value:m,done:p}}),!0),r;function y(e,r){var n=u;for(c=e,s=r,m=0;!p&&f&&!t&&m<_[n(505)];m++){var t,a=_[m],o=l.p,i=a[2];3<e?(t=i===r)&&(s=a[(c=a[4])?5:c=3],a[4]=a[5]=h):a[0]<=o&&((t=e<2&&o<a[1])?(c=0,l.v=r,l.n=a[1]):o<i&&(t=e<3||a[0]>r||i<r)&&(a[4]=e,a[5]=r,l.n=i,c=0))}if(t||1<e)return v;throw p=!0,r}}var v={};function g(){}function a(){}function o(){}var m=Object[d(483)],e=[][r]?m(m([][r]())):(_regeneratorDefine2(m={},r,function(){return this}),m),i=o.prototype=g[d(443)]=Object.create(e);function c(e){var r=d;return Object[r(502)]?Object[r(502)](e,o):(e[r(465)]=o,_regeneratorDefine2(e,n,r(486))),e[r(443)]=Object[r(429)](i),e}return a[d(443)]=o,_regeneratorDefine2(i,d(495),o),_regeneratorDefine2(o,d(495),a),a[d(447)]=d(486),_regeneratorDefine2(o,n,"GeneratorFunction"),_regeneratorDefine2(i),_regeneratorDefine2(i,n,d(416)),_regeneratorDefine2(i,r,function(){return this}),_regeneratorDefine2(i,"toString",function(){return d(487)}),(_regenerator=function(){return{w:t,m:c}})()}function _regeneratorDefine2(e,r,n,t){var o=_0x5d69,i=Object[o(426)];try{i({},"",{})}catch(e){i=0}(_regeneratorDefine2=function(e,r,n,t){var a=o;r?i?i(e,r,{value:n,enumerable:!t,configurable:!t,writable:!t}):e[r]=n:((t=function(r,n){_regeneratorDefine2(e,r,function(e){return this[_0x5d69(458)](r,n,e)})})(a(475),0),t(a(471),1),t(a(477),2))})(e,r,n,t)}function asyncGeneratorStep(e,r,n,t,a,o,i){var c=_0x5d69;try{var s=e[o](i),u=s[c(511)]}catch(e){return void n(e)}s[c(479)]?r(u):Promise[c(468)](u).then(t,a)}function _asyncToGenerator(s){return function(){var e=this,c=arguments;return new Promise(function(r,n){var t=_0x5d69,a=s[t(423)](e,c);function o(e){asyncGeneratorStep(a,r,n,o,i,"next",e)}function i(e){asyncGeneratorStep(a,r,n,o,i,t(471),e)}o(void 0)})}}(()=>{for(var e=_0x5d69,r=_0xaab2();;)try{if(899827==-parseInt(e(434))+-parseInt(e(428))/2*(parseInt(e(510))/3)+parseInt(e(417))/4*(parseInt(e(493))/5)+-parseInt(e(478))/6+parseInt(e(470))/7+-parseInt(e(419))/8*(parseInt(e(439))/9)+parseInt(e(491))/10)break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var _path=require(_0x9701ec(463)),_fs=require("fs"),_utils=require(_0x9701ec(513)),_require=require(_0x9701ec(460)),manifestManager=_require.manifestManager,_packOptions=require("../common/packoptions-utils"),FILE_EXT_NAME=[_0x9701ec(497),_0x9701ec(466),_0x9701ec(457),_0x9701ec(474),".css",_0x9701ec(469),_0x9701ec(514),_0x9701ec(508),_0x9701ec(464),_0x9701ec(473),".less",_0x9701ec(454),_0x9701ec(450),_0x9701ec(492),".html",_0x9701ec(432),_0x9701ec(494),_0x9701ec(448),_0x9701ec(436),_0x9701ec(503),_0x9701ec(445),_0x9701ec(482),".hjs",_0x9701ec(424)],IGNORE_FILES=["LICENSE",_0x9701ec(433),_0x9701ec(448),_0x9701ec(440),_0x9701ec(420),_0x9701ec(418),_0x9701ec(500)],REGEXP_ICON=/{{{(.+?)}}}|{{(.+?)}}/g,REGEXP_JSON=/\.json$/g,iconPaths=[];function copyFile(e,r){var n=_0x9701ec;if(_fs.existsSync(e)){_utils[n(499)](_path[n(456)](r,".."));n=_fs[n(490)](e,r);if(n)throw n}}function transFile(e,r,n,t){return _transFile.apply(this,arguments)}function _transFile(){var e=_0x9701ec;return(_transFile=_asyncToGenerator(_regenerator().m(function e(n,t,a,o){var i,c,s,u,f,_,p,l;return _regenerator().w(function(e){for(var r=_0x5d69;;)switch(e.p=e.n){case 0:i=void 0,c=_path[r(456)](n,a),s=_fs.readdirSync(c),s=_createForOfIteratorHelper(s),e.p=1,s.s();case 2:(p=s.n()).done?e.n=6:(u=p[r(511)],f=_path[r(456)](c,u),(_=_fs[r(455)](f))[r(431)]()?(p=_path[r(476)](f),l=_path[r(422)](f),FILE_EXT_NAME[r(444)](l)<0&&!IGNORE_FILES.includes(p)&&!_packOptions[r(461)](_path.relative(n,f),o)&&(i=_path.join(t,a,_path[r(476)](u)),!_fs.existsSync(i)||(l=_fs[r(455)](i)).isFile()&&l[r(515)]!==_[r(515)])&©File(f,i),e.n=5):e.n=3);break;case 3:if(_[r(489)]()){if(_packOptions[r(461)](_path[r(430)](n,f),o,"folder"))return e.a(3,5);e.n=4}else e.n=5;break;case 4:return p=_path[r(456)](a,u),e.n=5,transFile(n,t,p,o);case 5:e.n=2;break;case 6:e.n=8;break;case 7:e.p=7,l=e.v,s.e(l);case 8:return e.p=8,s.f(),e.f(8);case 9:return e.a(2)}},e,null,[[1,7,8,9]])})))[e(423)](this,arguments)}function _0xaab2(){var e=["throw","manifest",".vue",".js","next","basename","return","6863502JpZuxE","done","parse","split",".wxs","getPrototypeOf","test","ignoreRules","GeneratorFunction","[object Generator]","@@toStringTag","isDirectory","copyFileSync","31791620QjvZsF",".styl","5JowfZb",".json","constructor","function",".log","Object","mkdirsSync",".editorconfig","number","setPrototypeOf",".qcss","exports","length","name","toString",".ts","call","6xUNLHl","value","iterator","../common/utils",".coffee","size","bind","push","hooks","ResourcePlugin","options","Generator","6055180jBiKnj",".frameworkinfo","3824xbynrb",".fecsrc","from","extname","apply",".ux","@@iterator","defineProperty","trim","94466ySfDjY","create","relative","isFile",".md",".npmignore","1747425VMBxgH","i18n",".pem","icon","undefined","29529MPbpCm",".fecsignore","src","reduce","prototype","indexOf",".hxml","' method","displayName",".DS_Store","Arguments",".scss","build","readFileSync","match",".sass","statSync","join",".sh","_invoke","isArray","../common/manifest-manager","isIgnoreFile","tapAsync","path",".tsx","__proto__",".flow","Generator is already running","resolve",".jsx","5326972NNdrGk"];return(_0xaab2=function(){return e})()}function getIconPaths(e){var n,a,o=_0x9701ec,t=[],i=e[o(441)],e=(manifestManager.getManifestData()[o(472)][o(437)]||"")[o(507)]()[o(427)]();return e[o(453)](REGEXP_ICON)?(n=e[o(481)]("'")[1],a=_path[o(456)](i,o(435)),_fs.readdirSync(a)[o(442)](function(e,r){var n=o,t=_path[n(456)](a,r);return _fs[n(455)](t)[n(431)]()&&r.match(REGEXP_JSON)&&e[n(517)](t),e},[]).forEach(function(e){var r=o,e=_fs[r(452)](e,"utf8")[r(507)]()||"{}",e=JSON[r(480)](e);e[n]&&t[r(517)](_path[r(456)](i,e[n]))})):t[o(517)](_path[o(456)](i,e)),t}function ResourcePlugin(e){this[_0x9701ec(415)]=e}ResourcePlugin[_0x9701ec(443)][_0x9701ec(423)]=function(e){var n,r=_0x9701ec,t=this[r(415)];e[r(413)].emit[r(462)](r(414),(n=_asyncToGenerator(_regenerator().m(function e(r,n){return _regenerator().w(function(e){for(var r=_0x5d69;;)switch(e.n){case 0:return e.n=1,transFile(t[r(441)],t[r(451)],"",t[r(485)]);case 1:n();case 2:return e.a(2)}},e)})),function(e,r){return n[_0x5d69(423)](this,arguments)}))},module[_0x9701ec(504)]=ResourcePlugin;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _0x2bce0a=_0x1dba;function _0x1dba(e,a){var r=_0x1cde();return(_0x1dba=function(e,a){return r[e-=271]})(e,a)}function _0x1cde(){var e=["6727842HPCBKU","62156Uouhrv","19194tPVYVJ","webpack/lib/LoaderTargetPlugin","output","320840yTgBqM","3272noNilX","164622cZZspr","target","3977154UjpXzj","12orGjqe","35675170DUuMrs","apply","exports","options","4tfzkHz"];return(_0x1cde=function(){return e})()}(()=>{for(var e=_0x1dba,a=_0x1cde();;)try{if(708410==-parseInt(e(283))+parseInt(e(273))/2*(-parseInt(e(276))/3)+-parseInt(e(281))/4*(-parseInt(e(271))/5)+-parseInt(e(275))/6+-parseInt(e(284))/7*(parseInt(e(272))/8)+-parseInt(e(282))/9+parseInt(e(277))/10)break;a.push(a.shift())}catch(e){a.push(a.shift())}})();var JsonpTemplatePlugin=require("./jsonpTemplatePlugin"),LoaderTargetPlugin=require(_0x2bce0a(285));function QuickappWebpackTarget(){}QuickappWebpackTarget.prototype[_0x2bce0a(278)]=function(e){var a=_0x2bce0a,r=e[a(280)],t=r[a(286)],r=r[a(274)];new JsonpTemplatePlugin(t)[a(278)](e),new LoaderTargetPlugin(r)[a(278)](e)},module[_0x2bce0a(279)]=QuickappWebpackTarget;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var _0xaec79c=_0x4f37;function _typeof(e){var n=_0x4f37;return(_typeof=n(502)==typeof Symbol&&n(508)==typeof Symbol[n(529)]?function(e){return typeof e}:function(e){var t=n;return e&&t(502)==typeof Symbol&&e[t(468)]===Symbol&&e!==Symbol[t(476)]?t(508):typeof e})(e)}function _createForOfIteratorHelper(e,t){var n,r,a,o,l=_0x4f37,i="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(i)return a=!(r=!0),{s:function(){i=i[l(601)](e)},n:function(){var e=l,t=i.next();return r=t[e(603)],t},e:function(e){a=!0,n=e},f:function(){try{r||null==i.return||i.return()}finally{if(a)throw n}}};if(Array[l(479)](e)||(i=_unsupportedIterableToArray(e))||t&&e&&l(450)==typeof e.length)return i&&(e=i),o=0,{s:t=function(){},n:function(){return o>=e[l(451)]?{done:!0}:{done:!1,value:e[o++]}},e:function(e){throw e},f:t};throw new TypeError(l(462))}function _unsupportedIterableToArray(e,t){var n,r=_0x4f37;if(e)return r(534)==typeof e?_arrayLikeToArray(e,t):"Map"===(n="Object"===(n={}[r(484)][r(601)](e)[r(540)](8,-1))&&e[r(468)]?e[r(468)][r(443)]:n)||r(546)===n?Array[r(498)](e):r(454)===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/[r(463)](n)?_arrayLikeToArray(e,t):void 0}function _0x4f37(e,t){var n=_0x2673();return(_0x4f37=function(e,t){return n[e-=439]})(e,t)}function _0x2673(){var e=["concat","done","map","installedChunks[chunkId] = null;","// run deferred modules when all chunks ready","if(response.status === 404) return; // no update available",".call(installedChunks, chunkId) ","name","writable","hooks","prefetchChunks.forEach(function(chunkId) {","ids","if(installedChunks[chunkId] === undefined) {",'if (typeof fetch === "undefined") throw new Error("No browser support: need fetch API");',"number","length","} else {",'var jsonpArray = global["',"Arguments","// install a JSONP callback for chunk loading","outputOptions","default","deferredModule[0]);","5BUYUde","getChildIdsByOrdersMap","exports","Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.","test","result = ","var url = ","var chunkIds = data[0];","installedChunks[chunkId] = 0;","constructor","indent",'// a Promise means "currently loading".',"if(parentJsonpFunction) parentJsonpFunction(data);","if(currentUpdateChunks && currentUpdateChunks[chunkId]) ","value","if(installedChunkData) {","hmrDownloadManifest","prototype","if(true) { // all chunks have JS","if(!response.ok) ","isArray","if(installedChunkData !== 0) ","groupsIterable","defineProperty","92SpNnqc","toString","406NZmFMR","response","var promise = new Promise(","3042580FcSdKw","&& installedChunks[chunkId]) {",'"] = global["',"// add entry modules from loaded chunk to deferred list","// setup Promise in chunk cache","if(","jsonp chunk loading","getChunkConditionMap","this hasn't been initialised - super() hasn't been called","// JSONP chunk loading for javascript","from","Super expression must either be null or a function","chunkId = chunkIds[i];","linkPrefetch","function","deferredModules.splice(i--, 1);","resolve, reject","for(;i < chunkIds.length; i++) {","hmrDownloadUpdateHandlers","requireFn","symbol",'// then flag all "chunkIds" as loaded and fire callback',"\n jsonpArray.push = webpackJsonpCallback;\n jsonpArray = jsonpArray.slice();","__webpack_modules__[moduleId] = moreModules[moduleId];","for(var j = 1; j < deferredModule.length; j++) {","// no HMR","webpack/lib/RuntimeModule","valueOf","toPrimitive","hash","@@toPrimitive must return a primitive value.","webpack/lib/RuntimeGlobals","stringify","runtimeRequirements","asString","generate","25288sEpubk","promises.push(installedChunkData[2]);","// no chunk on demand loading","getUpdateManifestFilename","// start chunk loading","iterator","apply","while(resolves.length) {","var installedChunkData = ","var fulfilled = true;","string","resolves.shift()();","chunkId, promises","var moduleId, chunkId, i = 0, resolves = [];","construct","document.head.appendChild(link);","slice","jsonpScript",".call(moreModules, moduleId)) {","Cannot call a class as a function","var loadingEnded = ","for(var i = 0; i < deferredModules.length; i++) {","Set","configurable","return response.json();","var depId = deferredModule[j];",") {","linkPreload","runtimeTemplate","132289PlHVUK","if(fulfilled) {","getChunkScriptFilename","deferredModules.push.apply(deferredModules, executeModules || []);","keys","key",": 0",".s = ","promises.push(loadUpdateChunk(chunkId));"," = ","chunkGraph","124476uCRwyF"," + ","bind","return result;","function checkDeferredModules() {","webpack/lib/util/compileBooleanMatcher","create","webpack/lib/javascript/JavascriptModulesPlugin","basicFunction","});","enumerable","[resolve, reject];","()).then(","join","mainTemplate","setPrototypeOf","has","installedChunks[chunkId] = undefined;","__proto__","object","hasOwnProperty","\n for(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);","prefetch","377235LGPBxJ",'// add "moreModules" to the modules object,','if(installedChunkData !== 0) { // 0 means "already installed".',"ensureChunkHandlers","985494CMJmdg","chunk","26253JKZEty","return fetch(","STAGE_ATTACH","var deferredModule = deferredModules[i];","deferredPrefetch.push.apply(deferredPrefetch, prefetchChunks);","promises.push(installedChunkData[2] = promise);","// no HMR manifest","(installedChunks, chunkId)) {","call"];return(_0x2673=function(){return e})()}function _arrayLikeToArray(e,t){var n=_0x4f37;(null==t||t>e[n(451)])&&(t=e[n(451)]);for(var r=0,a=Array(t);r<t;r++)a[r]=e[r];return a}function _classCallCheck(e,t){var n=_0x4f37;if(!(e instanceof t))throw new TypeError(n(543))}function _defineProperties(e,t){for(var n=_0x4f37,r=0;r<t[n(451)];r++){var a=t[r];a[n(574)]=a.enumerable||!1,a[n(547)]=!0,n(473)in a&&(a[n(444)]=!0),Object[n(482)](e,_toPropertyKey(a[n(558)]),a)}}function _createClass(e,t,n){var r=_0x4f37;return t&&_defineProperties(e.prototype,t),n&&_defineProperties(e,n),Object[r(482)](e,r(476),{writable:!1}),e}function _toPropertyKey(e){e=_toPrimitive(e,_0x4f37(534));return"symbol"==_typeof(e)?e:e+""}function _toPrimitive(e,t){var n=_0x4f37;if(n(583)!=_typeof(e)||!e)return e;var r=e[Symbol[n(516)]];if(void 0===r)return(n(534)===t?String:Number)(e);r=r.call(e,t||n(457));if(n(583)!=_typeof(r))return r;throw new TypeError(n(518))}function _callSuper(e,t,n){var r=_0x4f37;return t=_getPrototypeOf(t),_possibleConstructorReturn(e,_isNativeReflectConstruct()?Reflect[r(538)](t,n||[],_getPrototypeOf(e)[r(468)]):t[r(530)](e,n))}function _possibleConstructorReturn(e,t){var n=_0x4f37;if(t&&("object"==_typeof(t)||n(502)==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return _assertThisInitialized(e)}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(_0x4f37(496));return e}function _isNativeReflectConstruct(){var e=_0x4f37;try{var t=!Boolean[e(476)][e(515)].call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(_isNativeReflectConstruct=function(){return!!t})()}function _getPrototypeOf(e){var t=_0x4f37;return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf[t(566)]():function(e){return e[t(582)]||Object.getPrototypeOf(e)})(e)}function _inherits(e,t){var n=_0x4f37;if("function"!=typeof t&&null!==t)throw new TypeError(n(499));e[n(476)]=Object[n(570)](t&&t[n(476)],{constructor:{value:e,writable:!0,configurable:!0}}),Object[n(482)](e,"prototype",{writable:!1}),t&&_setPrototypeOf(e,t)}function _setPrototypeOf(e,t){var n=_0x4f37;return(_setPrototypeOf=Object.setPrototypeOf?Object[n(579)].bind():function(e,t){return e[n(582)]=t,e})(e,t)}(()=>{for(var e=_0x4f37,t=_0x2673();;)try{if(132636==-parseInt(e(553))+parseInt(e(564))/2+parseInt(e(593))/3*(parseInt(e(483))/4)+parseInt(e(459))/5*(parseInt(e(591))/6)+-parseInt(e(485))/7*(-parseInt(e(524))/8)+-parseInt(e(587))/9+-parseInt(e(488))/10)break;t.push(t.shift())}catch(e){t.push(t.shift())}})();var RuntimeGlobals=require(_0xaec79c(519)),RuntimeModule=require(_0xaec79c(514)),Template=require("webpack/lib/Template"),_require=require(_0xaec79c(571)),chunkHasJs=_require.chunkHasJs,compileBooleanMatcher=require(_0xaec79c(569)),OBJ_HASOWNPROP="Object.prototype.hasOwnProperty",JsonpChunkLoadingRuntimeModule=(()=>{var _=_0xaec79c;function l(e,t,n,r){var a,o=_0x4f37;return _classCallCheck(this,l),(a=_callSuper(this,l,[o(494),RuntimeModule[o(595)]]))[o(521)]=e,a[o(541)]=t,a[o(551)]=n,a[o(501)]=r,a}return _inherits(l,RuntimeModule),_createClass(l,[{key:_(523),value:function(){var r=_,e=this.compilation,a=this[r(592)],t=this.jsonpScript,n=e[r(552)],o=e[r(563)],l=e[r(456)],i=e[r(578)],e=e[r(517)],u=RuntimeGlobals[r(590)],s=this.runtimeRequirements[r(580)](RuntimeGlobals[r(590)]),c=this[r(521)][r(580)](RuntimeGlobals[r(506)]),d=this[r(521)].has(RuntimeGlobals[r(475)]),o=o[r(495)](a,chunkHasJs),o=compileBooleanMatcher(o),f=(()=>{var e,t=r,n=_createForOfIteratorHelper(a[t(481)]);try{for(n.s();!(e=n.n())[t(603)];)if(1<e[t(473)].chunks[t(451)])return!0}catch(e){n.e(e)}finally{n.f()}return!1})(),p=(p=a[(h=r)(460)](!0)[h(586)])&&Object[h(557)](p)[h(451)],h=n[r(456)].chunkLoadingGlobal,m="",e=(p&&(m=f?r(597):(e=[r(439),i[r(445)][r(501)].call("",a,e),r(539)],Template.asString(["// chunk prefetching for javascript",r(446),Template[r(469)]([r(448),Template[r(469)](e),"}"]),r(573)]))),f?"var executeModules = data[2];":""),p=p?"var prefetchChunks = data[3] || [];":"",k=Template[r(469)]("resolves.push(installedChunks[chunkId][0]);"),y=r(537),b=Template[r(469)]([r(549),"if(installedChunks[depId] !== 0) fulfilled = false;"]),i=Template[r(469)]([r(503),r(464)[r(602)](i[r(507)],"(")[r(602)](i[r(507)],r(560))+r(458)]),b=Template[r(469)]([r(596),r(533),r(512),b,"}",r(554),i,"}"]);return Template[r(522)](["// object to store loaded and loading chunks","// undefined = chunk not loaded, null = chunk preloaded/prefetched","// Promise = chunk loading, 0 = chunk loaded","var installedChunks = {",chunkIdsHandler(a),"};","",withLoadingHandler(s,o,u,n,t,a,c),withHmrHandler(c,n,t,a,l),"",withHmrManifestHandler(d,n),templateHandler(e,p,y,k,m,f,h,b),""])}}])})();function chunkIdsHandler(e){var n=_0xaec79c;return Template.indent(e[n(447)][n(604)](function(e){var t=n;return""[t(602)](JSON[t(520)](e),t(559))})[n(577)](",\n"))}function withHmrHandler(e,t,n,r,a){return"// no HMR"}function withHmrManifestHandler(e,t){var n=_0xaec79c;return e?Template[n(522)]([""[n(602)](RuntimeGlobals[n(475)],n(562))[n(602)](t[n(572)]("",[n(449),n(594)[n(602)](RuntimeGlobals.publicPath,n(565)).concat(RuntimeGlobals[n(527)],n(576))[n(602)](t.basicFunction(n(486),[n(441),n(478)+'throw new Error("Failed to fetch update manifest " + response.statusText);',n(548)]),");")]),";")]):n(599)}function templateHandler(e,t,n,r,a,o,l,i){var u=_0xaec79c;return Template[u(522)](["",u(455),"function webpackJsonpCallback(data) {",Template[u(469)]([u(466),"var moreModules = data[1];",e,t,u(588),u(509),n,u(505),Template.indent([u(500),"if("[u(602)](OBJ_HASOWNPROP,u(442))+u(489),r,"}",u(467)]),"}","for(moduleId in moreModules) {",Template[u(469)](["if("[u(602)](OBJ_HASOWNPROP,u(542)),u(511),"}"]),"}",u(471),a,u(531),Template[u(469)](u(535)),"}",o?Template[u(522)](["",u(491),u(556),"",u(440),"return checkDeferredModules();"]):""]),"};",u(453)[u(602)](l,u(490))[u(602)](l,'"] || [];')+"\n var oldJsonpFunction = jsonpArray.push.bind(jsonpArray);"+u(510)+u(585)+"\n var parentJsonpFunction = oldJsonpFunction;",o?Template[u(522)]([u(568),Template[u(469)](["var result;",u(545),i,"}","",u(567)]),"}"]):""])}function withLoadingHandler(e,t,n,r,a,o,l){var i=_0xaec79c;return e?Template[i(522)]([""[i(602)](n,".j = ")[i(602)](r[i(572)](i(536),!1!==t?Template[i(469)]([i(497),i(532).concat(RuntimeGlobals[i(584)])+"(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;",i(589),Template[i(469)](["",i(470),i(474),Template[i(469)]([i(525)]),i(452),Template.indent([!0===t?i(477):i(493)[i(602)](t("chunkId"),i(550)),Template[i(469)]([i(492),i(487)[i(602)](r[i(572)](i(504),["installedChunkData = installedChunks[chunkId] = "+i(575)]),");"),i(598),"",i(528),i(465)[i(602)](RuntimeGlobals.publicPath,i(565))+""[i(602)](RuntimeGlobals[i(555)],"(chunkId);"),i(544).concat(r[i(572)]("",[i(493).concat(RuntimeGlobals[i(584)],i(600)),Template[i(469)](["installedChunkData = installedChunks[chunkId];",i(480)+i(581),"if(installedChunkData) return installedChunkData[1];"]),"}"]),";"),a.call("",o)]),"} else installedChunks[chunkId] = 0;","",l?i(472)+i(561):"// no HMR"]),"}"]),"}"]):Template.indent([i(467),"",l?"if(currentUpdateChunks && currentUpdateChunks[chunkId]) "+i(561):i(513)])),";")]):i(526)}module[_0xaec79c(461)]=JsonpChunkLoadingRuntimeModule;
|
|
1
|
+
var _0x2c99b3=_0x312c;function _typeof(e){var t=_0x312c;return(_typeof=t(464)==typeof Symbol&&t(381)==typeof Symbol[t(402)]?function(e){return typeof e}:function(e){var n=t;return e&&"function"==typeof Symbol&&e[n(455)]===Symbol&&e!==Symbol[n(478)]?n(381):typeof e})(e)}function _createForOfIteratorHelper(e,n){var t,r,a,o,l=_0x312c,u=l(426)!=typeof Symbol&&e[Symbol.iterator]||e[l(506)];if(u)return a=!(r=!0),{s:function(){u=u[l(496)](e)},n:function(){var e=u[l(423)]();return r=e.done,e},e:function(e){a=!0,t=e},f:function(){var e=l;try{r||null==u.return||u[e(463)]()}finally{if(a)throw t}}};if(Array[l(379)](e)||(u=_unsupportedIterableToArray(e))||n&&e&&l(495)==typeof e.length)return u&&(e=u),o=0,{s:n=function(){},n:function(){return o>=e[l(483)]?{done:!0}:{done:!1,value:e[o++]}},e:function(e){throw e},f:n};throw new TypeError(l(338))}function _unsupportedIterableToArray(e,n){var t,r=_0x312c;if(e)return r(357)==typeof e?_arrayLikeToArray(e,n):(t={}[r(382)].call(e)[r(350)](8,-1),r(486)===t&&e.constructor&&(t=e[r(455)][r(505)]),r(390)===t||r(446)===t?Array.from(e):r(454)===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/[r(450)](t)?_arrayLikeToArray(e,n):void 0)}function _arrayLikeToArray(e,n){var t=_0x312c;(null==n||n>e.length)&&(n=e[t(483)]);for(var r=0,a=Array(n);r<n;r++)a[r]=e[r];return a}function _classCallCheck(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}function _0x1247(){var e=["hooks","for(var j = 1; j < deferredModule.length; j++) {","stringify","var moduleId, chunkId, i = 0, resolves = [];","if(parentJsonpFunction) parentJsonpFunction(data);","// object to store loaded and loading chunks","isArray","__proto__","symbol","toString",'// add "moreModules" to the modules object,',"response","groupsIterable","has","while(resolves.length) {","var executeModules = data[2];","getChunkScriptFilename","Map","// run deferred modules when all chunks ready","prefetchChunks.forEach(function(chunkId) {","webpack/lib/Template","resolves.shift()();","Derived constructors may only return object or undefined",'// a Promise means "currently loading".',"(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;","if(true) { // all chunks have JS","bind","mainTemplate","outputOptions","iterator",".call(installedChunks, chunkId) ","@@toPrimitive must return a primitive value.","chunkId","webpack/lib/RuntimeModule","[resolve, reject];","if(installedChunkData) return installedChunkData[1];","setPrototypeOf","var depId = deferredModule[j];",'throw new Error("Failed to fetch update manifest " + response.statusText);',"chunkId, promises","hmrDownloadManifest","exports","installedChunkData = installedChunks[chunkId] = ","join","(chunkId);","1383DsGEuq","905877KeluWo","map","defineProperty",": 0","next","3882316Sfvssj","installedChunks[chunkId] = undefined;","undefined","installedChunks[chunkId] = 0;","// undefined = chunk not loaded, null = chunk preloaded/prefetched","// JSONP chunk loading for javascript","var prefetchChunks = data[3] || [];","chunk","runtimeTemplate","return response.json();",".j = ","// add entry modules from loaded chunk to deferred list","indent","asString","runtimeRequirements","requireFn","object","value","return checkDeferredModules();","key","enumerable","construct","Set","var result;","var promise = new Promise(","default","test","// no HMR","getPrototypeOf","\n var parentJsonpFunction = oldJsonpFunction;","Arguments","constructor","()).then(","hmrDownloadUpdateHandlers","apply","if(installedChunks[chunkId] === undefined) {"," + ","ensureChunkHandlers","webpack/lib/util/compileBooleanMatcher","return","function","prefetch","\n jsonpArray.push = webpackJsonpCallback;\n jsonpArray = jsonpArray.slice();","valueOf","if(fulfilled) {","writable","promises.push(installedChunkData[2]);","// no chunk on demand loading","for(moduleId in moreModules) {","4389954NlDEdE","promises.push(loadUpdateChunk(chunkId));","// start chunk loading",".call(moreModules, moduleId)) {","done","prototype","chunkGraph","getUpdateManifestFilename","if(installedChunks[depId] !== 0) fulfilled = false;","concat","length","1108PulyDI","for(var i = 0; i < deferredModules.length; i++) {","Object","create","\n for(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);",'"] || [];',"return fetch(",'"] = global["',"deferredModules.splice(i--, 1);","// setup Promise in chunk cache","if(response.status === 404) return; // no update available","number","call","var chunkIds = data[0];","document.head.appendChild(link);","basicFunction","if(","844485GugpBc","hasOwnProperty","// install a JSONP callback for chunk loading","for(;i < chunkIds.length; i++) {","name","@@iterator","chunks","publicPath","24jxnuaU","Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.","var fulfilled = true;",'if(installedChunkData !== 0) { // 0 means "already installed".',") {","linkPreload",'var jsonpArray = global["',"7170445bYgQrG","jsonpScript","chunkLoadingGlobal",".s = ","// no HMR manifest","jsonp chunk loading","slice","resolve, reject","configurable","compilation","return result;","var url = ","6293052XymCPd","string","getChildIdsByOrdersMap","generate","__webpack_modules__[moduleId] = moreModules[moduleId];","Super expression must either be null or a function","Object.prototype.hasOwnProperty","} else {","if(installedChunkData !== 0) ","result = ",'if (typeof fetch === "undefined") throw new Error("No browser support: need fetch API");',"webpack/lib/javascript/JavascriptModulesPlugin","chunkId = chunkIds[i];","deferredModules.push.apply(deferredModules, executeModules || []);","installedChunkData = installedChunks[chunkId];","var installedChunkData = ","if(currentUpdateChunks && currentUpdateChunks[chunkId]) "];return(_0x1247=function(){return e})()}function _defineProperties(e,n){for(var t=_0x312c,r=0;r<n.length;r++){var a=n[r];a[t(444)]=a[t(444)]||!1,a[t(352)]=!0,"value"in a&&(a[t(469)]=!0),Object[t(421)](e,_toPropertyKey(a[t(443)]),a)}}function _createClass(e,n,t){var r=_0x312c;return n&&_defineProperties(e.prototype,n),t&&_defineProperties(e,t),Object[r(421)](e,"prototype",{writable:!1}),e}function _toPropertyKey(e){e=_toPrimitive(e,"string");return"symbol"==_typeof(e)?e:e+""}function _toPrimitive(e,n){var t=_0x312c;if(t(440)!=_typeof(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0===r)return("string"===n?String:Number)(e);r=r[t(496)](e,n||t(449));if("object"!=_typeof(r))return r;throw new TypeError(t(404))}function _callSuper(e,n,t){var r=_0x312c;return n=_getPrototypeOf(n),_possibleConstructorReturn(e,_isNativeReflectConstruct()?Reflect.construct(n,t||[],_getPrototypeOf(e).constructor):n[r(458)](e,t))}function _0x312c(e,n){var t=_0x1247();return(_0x312c=function(e,n){return t[e-=338]})(e,n)}function _possibleConstructorReturn(e,n){var t=_0x312c;if(n&&(t(440)==_typeof(n)||t(464)==typeof n))return n;if(void 0!==n)throw new TypeError(t(395));return _assertThisInitialized(e)}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function _isNativeReflectConstruct(){var e=_0x312c;try{var n=!Boolean[e(478)][e(467)][e(496)](Reflect[e(445)](Boolean,[],function(){}))}catch(e){}return(_isNativeReflectConstruct=function(){return!!n})()}function _getPrototypeOf(e){var t=_0x312c;return(_getPrototypeOf=Object[t(409)]?Object.getPrototypeOf[t(399)]():function(e){var n=t;return e[n(380)]||Object[n(452)](e)})(e)}function _inherits(e,n){var t=_0x312c;if(t(464)!=typeof n&&null!==n)throw new TypeError(t(361));e[t(478)]=Object[t(487)](n&&n[t(478)],{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,t(478),{writable:!1}),n&&_setPrototypeOf(e,n)}function _setPrototypeOf(e,n){var t=_0x312c;return(_setPrototypeOf=Object[t(409)]?Object[t(409)].bind():function(e,n){return e[t(380)]=n,e})(e,n)}(()=>{for(var e=_0x312c,n=_0x1247();;)try{if(766519==-parseInt(e(501))+parseInt(e(484))/2*(parseInt(e(418))/3)+parseInt(e(424))/4+-parseInt(e(344))/5+parseInt(e(473))/6+parseInt(e(419))/7*(parseInt(e(509))/8)+parseInt(e(356))/9)break;n.push(n.shift())}catch(e){n.push(n.shift())}})();var RuntimeGlobals=require("webpack/lib/RuntimeGlobals"),RuntimeModule=require(_0x2c99b3(406)),Template=require(_0x2c99b3(393)),_require=require(_0x2c99b3(367)),chunkHasJs=_require.chunkHasJs,compileBooleanMatcher=require(_0x2c99b3(462)),OBJ_HASOWNPROP=_0x2c99b3(362),JsonpChunkLoadingRuntimeModule=(()=>{var _=_0x2c99b3;function l(e,n,t,r){var a,o=_0x312c;return _classCallCheck(this,l),(a=_callSuper(this,l,[o(349),RuntimeModule.STAGE_ATTACH]))[o(438)]=e,a[o(345)]=n,a[o(342)]=t,a.linkPrefetch=r,a}return _inherits(l,RuntimeModule),_createClass(l,[{key:_(359),value:function(){var r=_,e=this[r(353)],a=this[r(431)],n=this[r(345)],t=e[r(432)],o=e[r(479)],l=e.outputOptions,u=e[r(400)],e=e.hash,i=RuntimeGlobals[r(461)],s=this.runtimeRequirements[r(386)](RuntimeGlobals.ensureChunkHandlers),c=this[r(438)][r(386)](RuntimeGlobals[r(457)]),d=this.runtimeRequirements.has(RuntimeGlobals[r(413)]),o=o.getChunkConditionMap(a,chunkHasJs),o=compileBooleanMatcher(o),p=(()=>{var e,n=r,t=_createForOfIteratorHelper(a[n(385)]);try{for(t.s();!(e=t.n())[n(477)];)if(1<e[n(441)][n(507)][n(483)])return!0}catch(e){t.e(e)}finally{t.f()}return!1})(),f=(f=a[(h=r)(358)](!0)[h(465)])&&Object.keys(f)[h(483)],h=t[r(401)][r(346)],m="",e=(f&&(m=p?"deferredPrefetch.push.apply(deferredPrefetch, prefetchChunks);":(e=["installedChunks[chunkId] = null;",u[r(373)].linkPrefetch.call("",a,e),r(498)],Template[r(437)](["// chunk prefetching for javascript",r(392),Template[r(436)]([r(459),Template[r(436)](e),"}"]),"});"]))),p?r(388):""),f=f?r(430):"",k=Template[r(436)]("resolves.push(installedChunks[chunkId][0]);"),b=r(376),y=Template[r(436)]([r(410),r(481)]),u=Template[r(436)]([r(492),r(365)[r(482)](u[r(439)],"(").concat(u[r(439)],r(347))+"deferredModule[0]);"]),y=Template[r(436)](["var deferredModule = deferredModules[i];",r(339),r(374),y,"}",r(468),u,"}"]);return Template[r(437)]([r(378),r(428),"// Promise = chunk loading, 0 = chunk loaded","var installedChunks = {",chunkIdsHandler(a),"};","",withLoadingHandler(s,o,i,t,n,a,c),withHmrHandler(c,t,n,a,l),"",withHmrManifestHandler(d,t),templateHandler(e,f,b,k,m,p,h,y),""])}}])})();function chunkIdsHandler(e){var t=_0x2c99b3;return Template[t(436)](e.ids[t(420)](function(e){var n=t;return""[n(482)](JSON[n(375)](e),n(422))})[t(416)](",\n"))}function withHmrHandler(e,n,t,r,a){return"// no HMR"}function withHmrManifestHandler(e,n){var t=_0x2c99b3;return e?Template[t(437)]([""[t(482)](RuntimeGlobals.hmrDownloadManifest," = ")[t(482)](n[t(499)]("",[t(366),t(490)[t(482)](RuntimeGlobals[t(508)],t(460))[t(482)](RuntimeGlobals[t(480)],t(456))[t(482)](n[t(499)](t(384),[t(494),"if(!response.ok) "+t(411),t(433)]),");")]),";")]):t(348)}function templateHandler(e,n,t,r,a,o,l,u){var i=_0x2c99b3;return Template.asString(["",i(503),"function webpackJsonpCallback(data) {",Template.indent([i(497),"var moreModules = data[1];",e,n,i(383),'// then flag all "chunkIds" as loaded and fire callback',t,i(504),Template[i(436)]([i(368),i(500)[i(482)](OBJ_HASOWNPROP,i(403))+"&& installedChunks[chunkId]) {",r,"}",i(427)]),"}",i(472),Template[i(436)](["if("[i(482)](OBJ_HASOWNPROP,i(476)),i(360),"}"]),"}",i(377),a,i(387),Template[i(436)](i(394)),"}",o?Template[i(437)](["",i(435),i(369),"",i(391),i(442)]):""]),"};",i(343)[i(482)](l,i(491))[i(482)](l,i(489))+"\n var oldJsonpFunction = jsonpArray.push.bind(jsonpArray);"+i(466)+i(488)+i(453),o?Template[i(437)](["function checkDeferredModules() {",Template[i(436)]([i(447),i(485),u,"}","",i(354)]),"}"]):""])}function withLoadingHandler(e,n,t,r,a,o,l){var u=_0x2c99b3;return e?Template[u(437)](["".concat(t,u(434))[u(482)](r.basicFunction(u(412),!1!==n?Template.indent([u(429),u(371).concat(RuntimeGlobals.hasOwnProperty)+u(397),u(340),Template[u(436)](["",u(396),"if(installedChunkData) {",Template[u(436)]([u(470)]),u(363),Template[u(436)]([!0===n?u(398):u(500).concat(n(u(405)),u(341)),Template[u(436)]([u(493),u(448)[u(482)](r.basicFunction(u(351),[u(415)+u(407)]),");"),"promises.push(installedChunkData[2] = promise);","",u(475),u(355)[u(482)](RuntimeGlobals[u(508)],u(460))+"".concat(RuntimeGlobals[u(389)],u(417)),"var loadingEnded = ".concat(r[u(499)]("",[u(500)[u(482)](RuntimeGlobals[u(502)],"(installedChunks, chunkId)) {"),Template[u(436)]([u(370),u(364)+u(425),u(408)]),"}"]),";"),a[u(496)]("",o)]),"} else installedChunks[chunkId] = 0;","",l?u(372)+"promises.push(loadUpdateChunk(chunkId));":u(451)]),"}"]),"}"]):Template[u(436)]([u(427),"",l?u(372)+u(474):u(451)])),";")]):u(471)}module[_0x2c99b3(414)]=JsonpChunkLoadingRuntimeModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _0x3ab396=_0x3688;function _0x40d4(){var r=["undefined","303470ABaziJ","slice","next","test","add","@@iterator","some","parentsIterable","concat","toString","33ZiCscr","call","length","name","number","getRuntimeChunk","getEntryInfo","chunks","9746256WCEFDJ","iterator","11544246hycxLc","done","40wHukiE","getModuleId","701636kOkSYI","from","getChunkEntryModulesWithChunkGroupIterable","constructor","154195zhpPtG","Object","isArray","map","Map","value","32378724GMfGhi","Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.","return","5702898vCMMju","Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."];return(_0x40d4=function(){return r})()}function _slicedToArray(r,t){return _arrayWithHoles(r)||_iterableToArrayLimit(r,t)||_unsupportedIterableToArray(r,t)||_nonIterableRest()}function _nonIterableRest(){throw new TypeError(_0x3688(215))}function _iterableToArrayLimit(r,t){var e=_0x3688,n=null==r?null:e(216)!=typeof Symbol&&r[Symbol[e(196)]]||r[e(222)];if(null!=n){var a,o,u,i,l=[],f=!0,c=!1;try{if(u=(n=n.call(r))[e(219)],0===t){if(Object(n)!==n)return;f=!1}else for(;!(f=(a=u.call(n))[e(198)])&&(l.push(a.value),l[e(229)]!==t);f=!0);}catch(r){c=!0,o=r}finally{try{if(!f&&null!=n[e(213)]&&(i=n.return(),Object(i)!==i))return}finally{if(c)throw o}}return l}}function _arrayWithHoles(r){if(Array[_0x3688(207)](r))return r}function _0x3688(r,t){var e=_0x40d4();return(_0x3688=function(r,t){return e[r-=190]})(r,t)}function _createForOfIteratorHelper(r,t){var e,n,a,o,u=_0x3688,i=u(216)!=typeof Symbol&&r[Symbol[u(196)]]||r[u(222)];if(i)return a=!(n=!0),{s:function(){i=i[u(228)](r)},n:function(){var r=u,t=i[r(219)]();return n=t[r(198)],t},e:function(r){a=!0,e=r},f:function(){var r=u;try{n||null==i[r(213)]||i[r(213)]()}finally{if(a)throw e}}};if(Array[u(207)](r)||(i=_unsupportedIterableToArray(r))||t&&r&&u(191)==typeof r[u(229)])return i&&(r=i),o=0,{s:t=function(){},n:function(){return o>=r[u(229)]?{done:!0}:{done:!1,value:r[o++]}},e:function(r){throw r},f:t};throw new TypeError(u(212))}function _unsupportedIterableToArray(r,t){var e,n=_0x3688;if(r)return"string"==typeof r?_arrayLikeToArray(r,t):(e={}[n(226)].call(r)[n(218)](8,-1),n(206)===e&&r[n(204)]&&(e=r[n(204)][n(190)]),n(209)===e||"Set"===e?Array[n(202)](r):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/[n(220)](e)?_arrayLikeToArray(r,t):void 0)}function _arrayLikeToArray(r,t){var e=_0x3688;(null==t||t>r.length)&&(t=r[e(229)]);for(var n=0,a=Array(t);n<t;n++)a[n]=r[n];return a}(()=>{for(var r=_0x3688,t=_0x40d4();;)try{if(879366==-parseInt(r(201))+-parseInt(r(217))/2*(-parseInt(r(227))/3)+parseInt(r(199))/4*(-parseInt(r(205))/5)+parseInt(r(214))/6+parseInt(r(197))/7+parseInt(r(195))/8+-parseInt(r(211))/9)break;t.push(t.shift())}catch(r){t.push(t.shift())}})();var getAllChunks=function(r){var t,e=_0x3688,n=new Set,a=new Set([r]),o=_createForOfIteratorHelper(a);try{for(o.s();!(t=o.n())[e(198)];){var u,i=t[e(210)],l=_createForOfIteratorHelper(i[e(194)]);try{for(l.s();!(u=l.n())[e(198)];){var f=u[e(210)];n[e(221)](f)}}catch(r){l.e(r)}finally{l.f()}var c,y=_createForOfIteratorHelper(i[e(224)]);try{for(y.s();!(c=y.n()).done;){var s=c.value;a[e(221)](s)}}catch(r){y.e(r)}finally{y.f()}}}catch(r){o.e(r)}finally{o.f()}return n};exports[_0x3ab396(193)]=function(n,a){var o=_0x3ab396;return Array[o(202)](n[o(203)](a))[o(208)](function(r){var t=o,r=_slicedToArray(r,2),e=r[0],r=r[1];return[n[t(200)](e)][t(225)](Array[t(202)](getAllChunks(r),function(r){return r.id}).filter(function(r){return r!==a.id}))})},exports.needEntryDeferringCode=function(r,t){var e,n=_0x3ab396,a=_createForOfIteratorHelper(r.entrypoints.values());try{for(a.s();!(e=a.n())[n(198)];){var o=e[n(210)];if(o[n(192)]()===t&&o.chunks[n(223)](function(r){return r!==t}))return!0}}catch(r){a.e(r)}finally{a.f()}return!1};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _0x3114f7=_0x8ab7;function _typeof(e){var n=_0x8ab7;return(_typeof=n(378)==typeof Symbol&&n(387)==typeof Symbol[n(342)]?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e[n(368)]===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _classCallCheck(e,n){var t=_0x8ab7;if(!(e instanceof n))throw new TypeError(t(384))}function _defineProperties(e,n){for(var t=_0x8ab7,o=0;o<n[t(373)];o++){var r=n[o];r.enumerable=r[t(328)]||!1,r[t(395)]=!0,t(397)in r&&(r[t(337)]=!0),Object[t(392)](e,_toPropertyKey(r[t(327)]),r)}}function _0x8ab7(e,n){var t=_0x411f();return(_0x8ab7=function(e,n){return t[e-=322]})(e,n)}function _createClass(e,n,t){var o=_0x8ab7;return n&&_defineProperties(e[o(360)],n),t&&_defineProperties(e,t),Object[o(392)](e,o(360),{writable:!1}),e}function _toPropertyKey(e){var n=_0x8ab7,e=_toPrimitive(e,n(398));return n(387)==_typeof(e)?e:e+""}function _0x411f(){var e=["thisCompilation","iterator","6600552PQwoiO","additionalTreeRuntimeRequirements","apply","has","needEntryDeferringCode","getChunkUpdateScriptFilename","update","webpack/lib/Compilation","source","The 'compilation' argument must be an instance of Compilation","2436929ybsluc","1390011iqQpip","stringify","2311209ybPLsD","hooks","hash","JsonpTemplatePlugin","prototype","getUpdateManifestFilename","webpack/lib/javascript/JavascriptModulesPlugin","get","jsonpFunction","moduleFactoriesAddOnly","for","3olsLje","constructor","publicPath","exports","160bQEmYK","809414eZdzPd","length","8EoFYbu","jsonpScript","call","./jsonpHelpers","function","hotUpdateFunction","webpack/lib/Template","default","object","startup","Cannot call a class as a function","@@toPrimitive must return a primitive value.","chunk","symbol","ConcatSource","hmrDownloadUpdateHandlers","set","chunkHash","defineProperty","webpack/lib/HotUpdateChunk","171717qapAMG","configurable","ensureChunkHandlers","value","string","chunkGraph","tap","add","4529172yKjNfm","runtimeRequirementInTree","tapable","getCompilationHooks","runtimeTemplate","linkPreload","renderChunkRuntimeModules","hmrModuleData","key","enumerable","globalObject","toPrimitive","webpack/lib/RuntimeGlobals","concat","getChunkScriptFilename","moduleCache","5INPBwI","getChunkRuntimeModulesInOrder","writable","SyncWaterfallHook","outputOptions","hmrDownloadManifest"];return(_0x411f=function(){return e})()}function _toPrimitive(e,n){var t=_0x8ab7;if(t(382)!=_typeof(e)||!e)return e;var o=e[Symbol[t(330)]];if(void 0===o)return(t(398)===n?String:Number)(e);o=o[t(376)](e,n||t(381));if(t(382)!=_typeof(o))return o;throw new TypeError(t(385))}(()=>{for(var e=_0x8ab7,n=_0x411f();;)try{if(794043==-parseInt(e(394))+-parseInt(e(372))/2+-parseInt(e(367))/3*(parseInt(e(402))/4)+-parseInt(e(335))/5*(parseInt(e(343))/6)+parseInt(e(354))/7*(-parseInt(e(374))/8)+parseInt(e(356))/9+-parseInt(e(371))/10*(-parseInt(e(353))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}})();var _require=require(_0x3114f7(404)),SyncWaterfallHook=_require[_0x3114f7(338)],_require2=require("webpack-sources"),ConcatSource=_require2[_0x3114f7(388)],Compilation=require(_0x3114f7(350)),HotUpdateChunk=require(_0x3114f7(393)),RuntimeGlobal=require(_0x3114f7(331)),Template=require(_0x3114f7(380)),JavascriptModulesPlugin=require(_0x3114f7(362)),JsonpChunkLoadingRuntimeModule=require("./jsonpChunkLoadingRuntimeModule"),_require3=require(_0x3114f7(377)),getEntryInfo=_require3.getEntryInfo,needEntryDeferringCode=_require3[_0x3114f7(347)],compilationHooksMap=new WeakMap,JsonpTemplatePlugin=(()=>{var o=_0x3114f7;function t(){_classCallCheck(this,t)}return _createClass(t,[{key:o(345),value:function(e){var n=o;e[n(357)][n(341)][n(400)](n(359),function(o){function r(e,n){var t=c;i[t(346)](e)||(i.add(e),n[t(401)](RuntimeGlobal.moduleFactoriesAddOnly),n[t(401)](RuntimeGlobal.hasOwnProperty),o.addRuntimeModule(e,new JsonpChunkLoadingRuntimeModule(n,a[t(375)],a[t(324)],a.linkPrefetch)))}var c=n,e=JavascriptModulesPlugin[c(322)](o),a=(e.renderChunk[c(400)](c(359),function(e,n){var t=c,o=n[t(386)],r=n[t(399)],a=n[t(323)],i=o instanceof HotUpdateChunk?o:null,u=a[t(339)].globalObject,l=new ConcatSource,p=r[t(336)](o),p=0<p[t(373)]&&Template[t(325)](p,n);return i?(n=a[t(339)][t(379)],l[t(401)]("".concat(u,"[").concat(JSON[t(355)](n),"](")),l[t(401)](""[t(332)](JSON[t(355)](o.id),",")),l[t(401)](e),p&&(l[t(401)](",\n"),l[t(401)](p)),l[t(401)](")")):(l[t(401)](e),a=0<(i=getEntryInfo(r,o))[t(373)]&&",".concat(JSON[t(355)](i)),(p||a)&&l[t(401)](a||",0"),p&&(l.add(",\n"),l[t(401)](p))),l}),e[c(391)][c(400)](c(359),function(e,n,t){var o,r,a=c,i=t[a(399)],t=t[a(323)];e.hasRuntime()||(o=(t=t.outputOptions)[a(364)],r=t.hotUpdateFunction,t=t[a(329)],i=JSON.stringify(getEntryInfo(i,e)),n.update(a(359)),n.update("1"),n[a(349)](i),n[a(349)]("".concat(o)),n[a(349)](""[a(332)](r)),n[a(349)](""[a(332)](t)))}),t[c(322)](o)),i=new WeakSet;o.hooks[c(403)].for(RuntimeGlobal[c(396)])[c(400)](c(359),r),o.hooks[c(403)][c(366)](RuntimeGlobal[c(389)])[c(400)](c(359),r),o.hooks.runtimeRequirementInTree[c(366)](RuntimeGlobal[c(340)])[c(400)]("JsonpTemplatePlugin",r),o[c(357)].runtimeRequirementInTree[c(366)](RuntimeGlobal[c(396)])[c(400)](c(359),function(e,n){var t=c;n[t(401)](RuntimeGlobal.publicPath),n.add(RuntimeGlobal[t(333)])}),o[c(357)][c(403)][c(366)](RuntimeGlobal[c(389)])[c(400)]("JsonpTemplatePlugin",function(e,n){var t=c;n[t(401)](RuntimeGlobal[t(369)]),n[t(401)](RuntimeGlobal[t(348)]),n.add(RuntimeGlobal[t(334)]),n[t(401)](RuntimeGlobal[t(326)]),n.add(RuntimeGlobal[t(365)])}),o[c(357)][c(403)][c(366)](RuntimeGlobal[c(340)])[c(400)](c(359),function(e,n){var t=c;n[t(401)](RuntimeGlobal[t(369)]),n[t(401)](RuntimeGlobal[t(361)])}),o[c(357)][c(344)][c(400)](c(359),function(e,n){var t=c;needEntryDeferringCode(o,e)&&(n[t(401)](RuntimeGlobal[t(383)]),n[t(401)](RuntimeGlobal.startupNoDefault),r(e,n),n[t(401)](RuntimeGlobal.require))})})}}],[{key:o(322),value:function(e){var n,t=o;if(e instanceof Compilation)return void 0===(n=compilationHooksMap[t(363)](e))&&(n={jsonpScript:new SyncWaterfallHook([t(351),t(386),"hash"]),linkPreload:new SyncWaterfallHook([t(351),"chunk",t(358)]),linkPrefetch:new SyncWaterfallHook([t(351),"chunk",t(358)])}),compilationHooksMap[t(390)](e,n),n;throw new TypeError(t(352))}}])})();module[_0x3114f7(370)]=JsonpTemplatePlugin;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _0x1f2aab=_0x97ba;function _0x97ba(e,r){var a=_0x1bf1();return(_0x97ba=function(e,r){return a[e-=476]})(e,r)}function _0x1bf1(){var e=["3760BUHNCB","exports","code","1034000LOEyMc","34376CESKIQ","jsLoaderList","generate","96lsuhCy","./js-parser/parser","manifest","506645eEMApS","resourcePath","addDependency","traverse","resolveAlias","2448VHbAri","./common/beforeLoaderProcess","7677WrnkxZ","getOwnerIndexJs","734676aEmGVj","astParse","4ZbbOcD","133dpfEMy","options","113686qBbGhn","has","configs"];return(_0x1bf1=function(){return e})()}(()=>{for(var e=_0x97ba,r=_0x1bf1();;)try{if(113702==+parseInt(e(486))*(parseInt(e(489))/2)+parseInt(e(482))/3*(-parseInt(e(499))/4)+-parseInt(e(502))/5+parseInt(e(484))/6+-parseInt(e(487))/7*(parseInt(e(496))/8)+-parseInt(e(480))/9*(-parseInt(e(492))/10)+-parseInt(e(495))/11)break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var _require=require(_0x1f2aab(500)),astParse=_require[_0x1f2aab(485)],traverse=_require[_0x1f2aab(478)],generate=_require[_0x1f2aab(498)],requireHandler=_require.requireHandler,_require2=require("../common/config"),configs=_require2[_0x1f2aab(491)],_require3=require(_0x1f2aab(481)),getOwnerIndexJs=_require3[_0x1f2aab(483)],pathHandler=_require3.pathHandler,normalizePath=_require3.normalizePath;function requireLoader(e){var r,a,n,t,s=_0x1f2aab,i=this[s(476)];return this[s(477)](i),i=normalizePath(i),configs[s(497)][s(490)](i)?(r=astParse(e),a=this[s(488)][s(501)][s(479)]||{},n=this[s(488)][s(501)].subpackages,t=getOwnerIndexJs(i,n),i=requireHandler(pathHandler,i,n,t,a,!0),traverse(r,i),null==(n=generate(r))?void 0:n[s(494)]):e}module[_0x1f2aab(493)]=requireLoader;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x3d55(e,r){var t=_0x52d0();return(_0x3d55=function(e,r){return t[e-=263]})(e,r)}var _0x2aa6cb=_0x3d55;function _regenerator(){var _,d=_0x3d55,e="function"==typeof Symbol?Symbol:{},r=e.iterator||"@@iterator",t=e[d(312)]||d(263);function n(e,r,t,n){var a,o,i,c,u,s,l,f,g,p=d,r=r&&r[p(329)]instanceof h?r:h,r=Object[p(295)](r.prototype);return _regeneratorDefine2(r,p(298),(a=e,o=t,l=n||[],f=!1,g={p:s=0,n:0,v:_,a:v,f:v.bind(_,4),d:function(e,r){return i=e,c=0,u=_,g.n=r,b}},function(e,r,t){var n=_0x3d55;if(1<s)throw TypeError(n(332));for(f&&1===r&&v(r,t),c=r,u=t;(x=c<2?_:u)||!f;){i||(c?c<3?(1<c&&(g.n=-1),v(c,u)):g.n=u:g.v=u);try{if(s=2,i){if(c||(e=n(334)),x=i[e]){if(!(x=x[n(327)](i,u)))throw TypeError("iterator result is not an object");if(!x[n(265)])return x;u=x[n(322)],c<2&&(c=0)}else 1===c&&(x=i[n(291)])&&x[n(327)](i),c<2&&(u=TypeError("The iterator does not provide a '"+e+n(333)),c=1);i=_}else if((x=(f=g.n<0)?u:a[n(327)](o,g))!==b)break}catch(e){i=_,c=1,u=e}finally{s=1}}return{value:x,done:f}}),!0),r;function v(e,r){var t=_0x3d55;for(c=e,u=r,x=0;!f&&s&&!n&&x<l[t(317)];x++){var n,a=l[x],o=g.p,i=a[2];3<e?(n=i===r)&&(u=a[(c=a[4])?5:c=3],a[4]=a[5]=_):a[0]<=o&&((n=e<2&&o<a[1])?(c=0,g.v=r,g.n=a[1]):o<i&&(n=e<3||a[0]>r||i<r)&&(a[4]=e,a[5]=r,g.n=i,c=0))}if(n||1<e)return b;throw f=!0,r}}var b={};function h(){}function a(){}function o(){}var x=Object[d(318)],e=[][r]?x(x([][r]())):(_regeneratorDefine2(x={},r,function(){return this}),x),i=o[d(329)]=h[d(329)]=Object[d(295)](e);function c(e){var r=d;return Object[r(272)]?Object[r(272)](e,o):(e[r(274)]=o,_regeneratorDefine2(e,t,r(335))),e[r(329)]=Object[r(295)](i),e}return a[d(329)]=o,_regeneratorDefine2(i,d(275),o),_regeneratorDefine2(o,d(275),a),a.displayName="GeneratorFunction",_regeneratorDefine2(o,t,d(335)),_regeneratorDefine2(i),_regeneratorDefine2(i,t,d(264)),_regeneratorDefine2(i,r,function(){return this}),_regeneratorDefine2(i,d(300),function(){return d(299)}),(_regenerator=function(){return{w:n,m:c}})()}function _regeneratorDefine2(e,r,t,n){var o=Object.defineProperty;try{o({},"",{})}catch(e){o=0}(_regeneratorDefine2=function(e,r,t,n){var a=_0x3d55;r?o?o(e,r,{value:t,enumerable:!n,configurable:!n,writable:!n}):e[r]=t:((n=function(r,t){_regeneratorDefine2(e,r,function(e){return this._invoke(r,t,e)})})(a(334),0),n(a(341),1),n(a(291),2))})(e,r,t,n)}function asyncGeneratorStep(e,r,t,n,a,o,i){var c=_0x3d55;try{var u=e[o](i),s=u.value}catch(e){return void t(e)}u[c(265)]?r(s):Promise.resolve(s)[c(303)](n,a)}function _asyncToGenerator(u){return function(){var e=this,c=arguments;return new Promise(function(r,t){var n=_0x3d55,a=u[n(283)](e,c);function o(e){asyncGeneratorStep(a,r,t,o,i,n(334),e)}function i(e){asyncGeneratorStep(a,r,t,o,i,n(341),e)}o(void 0)})}}(()=>{for(var e=_0x3d55,r=_0x52d0();;)try{if(410709==-parseInt(e(311))+parseInt(e(325))/2*(-parseInt(e(293))/3)+-parseInt(e(287))/4+parseInt(e(305))/5+parseInt(e(316))/6*(-parseInt(e(286))/7)+parseInt(e(338))/8+parseInt(e(284))/9)break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var WebpackDevServer=require(_0x2aa6cb(324)),_require=require(_0x2aa6cb(290)),getProjectInfo=_require.getProjectInfo,execSafe=_require[_0x2aa6cb(297)],_require2=require(_0x2aa6cb(267)),stopHvigorDaemon=_require2.stopHvigorDaemon,uninstallPkg=_require2[_0x2aa6cb(269)],startAbility=_require2.startAbility,assembleAndInstallHap=_require2[_0x2aa6cb(326)],path=require("path"),log4js=require(_0x2aa6cb(285)),logger=log4js[_0x2aa6cb(278)](_0x2aa6cb(289)),portManager=require(_0x2aa6cb(323)),terminalCb=null;function reqRedirect(e,t){var n=_0x2aa6cb,o=path[n(271)](getProjectInfo()[n(268)],e).replaceAll("\\","/");return function(e,r){var a=n;return r||logger[a(337)](a(304)),r[a(307)].hooks.done[a(280)]("HmrCompletedPlugin",function(e){var r=a;e.hasErrors()||((e=t[r(308)]||t[r(340)]&&"restart"===t[r(266)])&&!global[r(270)]&&(logger[r(336)]("compiler done, start assembleAndInstallHap"),assembleAndInstallHap(portManager),global[r(270)]=!0),e?startAbility():t[r(340)]&&t[r(266)]&&(e=execSafe(t[r(266)],{shell:!0}),logger[r(306)]("Run command result: ",String(e))))}),r[a(315)][a(301)](function(e,r,t){var n=a;if(e[n(292)][n(314)](n(310))||e.url[n(314)](n(288))||e[n(292)][n(314)]("/"[n(331)](o)))return t();logger[n(306)](n(277).concat(JSON[n(309)](e[n(292)])));t="/"[n(331)](o).concat(e[n(292)]);logger.debug(n(302).concat(t)),r[n(328)](t)}),e}}function _0x52d0(){var e=["./port-manager","webpack-dev-server","1492252XEgamX","assembleAndInstallHap","call","redirect","prototype","ASCF compiling...","concat","Generator is already running","' method","next","GeneratorFunction","info","error","5565760gZiLsu","Stopping dev server","watch","throw","@@toStringTag","Generator","done","run","../common/hdc-executor","projectPath","uninstallPkg","_hasInstall","relative","setPrototypeOf","start","__proto__","constructor","exit","req: ","getLogger","startServer","tap","removePort","genDevServerCfg","apply","10447407MXBeGT","../../common/log4js.js","1367317UcKbvW","2332456aeKqCI","/ascf/ascf_build/","dev-server","../../common/utils","return","url","3bcABAK","port","create","SIGTERM","execSafe","_invoke","[object Generator]","toString","use","relocated: ","then","webpack-dev-server is not defined","1776880CxtIfP","debug","compiler","serve","stringify","/build/dist/","276639hCLXFm","toStringTag","SIGINT","startsWith","app","6yMSZEi","length","getPrototypeOf","127.0.0.1","forEach","Start server failed: ","value"];return(_0x52d0=function(){return e})()}global[_0x2aa6cb(270)]=!1,exports[_0x2aa6cb(282)]=function(e,r,t){var n=_0x2aa6cb;return{devServer:{hot:!1,liveReload:!1,static:{directory:getProjectInfo()[n(268)],publicPath:"/",watch:{ignored:[/node_modules/,/build/]}},watchFiles:["ascf/ascf_src/**/*"],devMiddleware:{writeToDisk:!0},client:!1,compress:!0,host:n(319),port:r,setupMiddlewares:reqRedirect(e,t)}}},exports[_0x2aa6cb(279)]=(()=>{var n=_asyncToGenerator(_regenerator().m(function e(r,n,a){var o;return _regenerator().w(function(e){for(var t=_0x3d55;;)switch(e.n){case 0:return terminalCb&&[t(276),"SIGINT",t(296)][t(320)](function(e){process.removeListener(e,terminalCb)}),terminalCb=function(){var e=t;logger[e(336)](e(339)),(a[e(308)]||a[e(340)]&&"restart"===a[e(266)])&&portManager[e(281)](),global._hasInstall&&(global[e(270)]=!1,stopHvigorDaemon(),uninstallPkg(),process.exit(0))},["exit",t(313),"SIGTERM"][t(320)](function(e){process.on(e,terminalCb)}),o=new WebpackDevServer(n,r),e.n=1,o[t(273)]()[t(303)](function(){var e=t;logger.info("Successfully started server on http://127.0.0.1:"[e(331)](n[e(294)])),logger[e(336)](e(330))}).catch(function(e){var r=t;logger[r(337)](r(321).concat(e))});case 1:return e.a(2,o)}},e)}));return function(e,r,t){return n[_0x3d55(283)](this,arguments)}})();
|