@atomicservice/ascf-toolkit 1.0.8 → 1.0.9

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.
Files changed (101) hide show
  1. package/lib/ascf-base/index.js +1 -1
  2. package/lib/ascf-common/index.js +1 -1
  3. package/lib/ascf-compiler/appjson-loader.js +1 -1
  4. package/lib/ascf-compiler/common/appjson-validator.js +1 -1
  5. package/lib/ascf-compiler/common/ascf-define.js +1 -1
  6. package/lib/ascf-compiler/common/beforeLoaderProcess.js +1 -1
  7. package/lib/ascf-compiler/common/css-runtime-api.js +1 -1
  8. package/lib/ascf-compiler/common/eventHappenHjs.js +1 -1
  9. package/lib/ascf-compiler/common/exp-utils.js +1 -1
  10. package/lib/ascf-compiler/common/hash-sum.js +1 -1
  11. package/lib/ascf-compiler/common/hdc-executor.js +1 -1
  12. package/lib/ascf-compiler/common/hjs-utils.js +1 -1
  13. package/lib/ascf-compiler/common/hxml-validator.js +1 -1
  14. package/lib/ascf-compiler/common/logUndefined.js +1 -1
  15. package/lib/ascf-compiler/common/manifest-handler.js +1 -1
  16. package/lib/ascf-compiler/common/manifest-manager.js +1 -1
  17. package/lib/ascf-compiler/common/merge-tpl-cmps.js +1 -1
  18. package/lib/ascf-compiler/common/packoptions-utils.js +1 -1
  19. package/lib/ascf-compiler/common/quick-generate-subpackage.js +1 -1
  20. package/lib/ascf-compiler/common/utils.js +1 -1
  21. package/lib/ascf-compiler/css-process-loader.js +1 -1
  22. package/lib/ascf-compiler/extract-loader.js +1 -1
  23. package/lib/ascf-compiler/hcss-loader.js +1 -1
  24. package/lib/ascf-compiler/hjs-loader.js +1 -1
  25. package/lib/ascf-compiler/hxml-loader.js +1 -1
  26. package/lib/ascf-compiler/js-parser/parser-babel.js +1 -1
  27. package/lib/ascf-compiler/js-parser/parser-swc.js +1 -1
  28. package/lib/ascf-compiler/js-parser/parser.js +1 -1
  29. package/lib/ascf-compiler/loader-utils.js +1 -1
  30. package/lib/ascf-compiler/path-process-loader.js +1 -1
  31. package/lib/ascf-compiler/plugin/before-loader-plugin.js +1 -1
  32. package/lib/ascf-compiler/plugin/copy-bundle-plugin.js +1 -1
  33. package/lib/ascf-compiler/plugin/dynamic-entry-plugin.js +1 -1
  34. package/lib/ascf-compiler/plugin/extConfig-plugin.js +1 -1
  35. package/lib/ascf-compiler/plugin/html-generator-plugin.js +1 -1
  36. package/lib/ascf-compiler/plugin/i18n-transform-plugin.js +1 -1
  37. package/lib/ascf-compiler/plugin/manifest-generator-plugin.js +1 -1
  38. package/lib/ascf-compiler/plugin/quick-service-build-plugin.js +1 -1
  39. package/lib/ascf-compiler/plugin/replace-module-id-plugin.js +1 -1
  40. package/lib/ascf-compiler/plugin/resource-plugin.js +1 -1
  41. package/lib/ascf-compiler/plugin/webpack-target/index.js +1 -1
  42. package/lib/ascf-compiler/plugin/webpack-target/jsonpChunkLoadingRuntimeModule.js +1 -1
  43. package/lib/ascf-compiler/plugin/webpack-target/jsonpHelpers.js +1 -1
  44. package/lib/ascf-compiler/plugin/webpack-target/jsonpTemplatePlugin.js +1 -1
  45. package/lib/ascf-compiler/require-loader.js +1 -1
  46. package/lib/ascf-compiler/server/dev-server.js +1 -1
  47. package/lib/ascf-compiler/server/port-manager.js +1 -1
  48. package/lib/ascf-compiler/swc-loader.js +1 -1
  49. package/lib/ascf-compiler/template/attr-utils.js +1 -1
  50. package/lib/ascf-compiler/template/implicit-model-config.js +1 -1
  51. package/lib/ascf-compiler/template/node-name-utils.js +1 -1
  52. package/lib/ascf-compiler/template-compiler/index.js +1 -0
  53. package/lib/ascf-compiler/trustlist-hxml-verify-loader.js +1 -1
  54. package/lib/ascf-compiler/trustlist-js-verify-loader.js +1 -1
  55. package/lib/ascf-compiler/trustlist-verify/config.js +1 -1
  56. package/lib/ascf-compiler/trustlist-verify/utils.js +1 -1
  57. package/lib/ascf-compiler/trustlist-verify/verify-ignore-files.js +1 -1
  58. package/lib/ascf-compiler/vue-compiler/vue-compiler.d.ts +8 -0
  59. package/lib/ascf-compiler/vue-compiler/vue-compiler.js +1 -0
  60. package/lib/ascf-compiler/vue-compiler/vue.bundle.js +1 -1
  61. package/lib/ascf-compiler/web.webpack.config.js +1 -1
  62. package/lib/ascf-converter/ascfApisDiff.json +1 -1
  63. package/lib/ascf-converter/common/commonConfig.js +1 -1
  64. package/lib/ascf-converter/common/commonUtils.js +1 -1
  65. package/lib/ascf-converter/common/path-validator.js +1 -1
  66. package/lib/ascf-converter/common/textDocument.js +1 -1
  67. package/lib/ascf-converter/compiler-utils/parse5.bundle.js +1 -1
  68. package/lib/ascf-converter/convertManager.js +1 -1
  69. package/lib/ascf-converter/features/converter.js +1 -1
  70. package/lib/ascf-converter/features/fileHandle.js +1 -1
  71. package/lib/ascf-converter/features/transformReport.js +1 -1
  72. package/lib/ascf-converter/lib/apiadapter4alipay.js +1 -1
  73. package/lib/ascf-converter/parse/babelParser.js +1 -1
  74. package/lib/ascf-converter/parse/importVisitor.js +1 -1
  75. package/lib/ascf-converter/parse/wxssParser.js +1 -1
  76. package/lib/ascf-converter/report/js/index.js +1 -1
  77. package/lib/ascf-sign-tools/cli.js +1 -1
  78. package/lib/ascf-sign-tools/index.js +1 -1
  79. package/lib/bin/ascf.js +1 -1
  80. package/lib/commands/ascfbuild/index.js +1 -1
  81. package/lib/commands/build-npm/index.js +1 -1
  82. package/lib/commands/compile.js +1 -1
  83. package/lib/commands/convert.js +1 -1
  84. package/lib/commands/debugger/index.js +1 -1
  85. package/lib/commands/quickservice/index.js +1 -1
  86. package/lib/common/config.js +1 -1
  87. package/lib/common/constants.js +1 -1
  88. package/lib/common/log4js.js +1 -1
  89. package/lib/common/logger-plugin.js +1 -1
  90. package/lib/common/remove-strict-mode-plugin.js +1 -1
  91. package/lib/common/string-utils.js +1 -1
  92. package/lib/common/utils.js +1 -1
  93. package/lib/common/version-check.js +1 -1
  94. package/lib/index.d.ts +1 -1
  95. package/lib/index.js +1 -1
  96. package/lib/tools/platform-tools-darwin/adb +0 -0
  97. package/lib/tools/platform-tools-windows/AdbWinApi.dll +0 -0
  98. package/lib/tools/platform-tools-windows/AdbWinUsbApi.dll +0 -0
  99. package/lib/tools/platform-tools-windows/adb.exe +0 -0
  100. package/package.json +7 -2
  101. package/lib/ascf-base/index.d.ts +0 -79
@@ -1 +1 @@
1
- var _0x5d0e95=_0x4895;function _0x42db(){var e=["call","configurable","symbol","863011TytkEk","iterator","writable","string","hooks","toPrimitive","debug","getLogger","push","4899774xeQFqI","defineProperty","constructor","options","@@toPrimitive must return a primitive value.","readJsonFile","ExtConfigPlugin","value","errors","entryDir","15qxBPnK","exports","projectPath","resolve","ext.json","concat","apply","extConfig-plugin","enumerable","2755hQtkof","16YsMNNM","337348xYsrnx","5142025SoLiOX","ERROR: Generate extConfig.json failed : ","12490047UGZqAY","object","ExtConfigPlugin completed","ExtConfigPlugin start","function","10IIaPZr","ext","extConfig.json","478190LkbUoP","../../common/log4js.js","prototype","existsSync","afterEmit","12846XYnaSF"];return(_0x42db=function(){return e})()}function _0x4895(e,r){var t=_0x42db();return(_0x4895=function(e,r){return t[e-=466]})(e,r)}function _typeof(e){var t=_0x4895;return(_typeof=t(502)==typeof Symbol&&t(514)==typeof Symbol[t(466)]?function(e){return typeof e}:function(e){var r=t;return e&&r(502)==typeof Symbol&&e[r(476)]===Symbol&&e!==Symbol[r(508)]?r(514):typeof e})(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=_0x4895,n=0;n<r.length;n++){var o=r[n];o.enumerable=o[t(492)]||!1,o[t(513)]=!0,t(481)in o&&(o[t(467)]=!0),Object[t(475)](e,_toPropertyKey(o.key),o)}}function _createClass(e,r,t){var n=_0x4895;return r&&_defineProperties(e[n(508)],r),t&&_defineProperties(e,t),Object[n(475)](e,n(508),{writable:!1}),e}function _toPropertyKey(e){var r=_0x4895,e=_toPrimitive(e,r(468));return r(514)==_typeof(e)?e:e+""}function _toPrimitive(e,r){var t=_0x4895;if(t(499)!=_typeof(e)||!e)return e;var n=e[Symbol[t(470)]];if(void 0===n)return(t(468)===r?String:Number)(e);n=n[t(512)](e,r||"default");if(t(499)!=_typeof(n))return n;throw new TypeError(t(478))}(()=>{for(var e=_0x4895,r=_0x42db();;)try{if(742341==+parseInt(e(515))+parseInt(e(506))/2*(parseInt(e(484))/3)+-parseInt(e(495))/4+-parseInt(e(493))/5*(-parseInt(e(511))/6)+parseInt(e(496))/7*(-parseInt(e(494))/8)+-parseInt(e(498))/9*(parseInt(e(503))/10)+parseInt(e(474))/11)break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var fs=require("fs"),path=require("path"),_require=require("../../common/utils"),readJsonFile=_require[_0x5d0e95(479)],writeJsonFile=_require.writeJsonFile,log4js=require(_0x5d0e95(507)),logger=log4js[_0x5d0e95(472)](_0x5d0e95(491)),ExtConfigPlugin=(()=>{var r=_0x5d0e95;return _createClass(function e(r){var t=_0x4895;_classCallCheck(this,e),this[t(477)]=r},[{key:r(490),value:function(e){var u=r,f=this;e[u(469)][u(510)].tapAsync(u(480),function(r,t){var n=u;try{logger[n(471)](n(501));var e,o=path[n(487)](f[n(477)][n(486)],n(488)),i=path.resolve(f.options.projectPath,"extConfig.json"),a=path.resolve(f[n(477)][n(483)],n(505)),s={};fs.existsSync(i)?(s=readJsonFile(i),writeJsonFile(a,s)):fs[n(509)](o)&&((e=readJsonFile(o))[n(504)]&&(s=e[n(504)]),writeJsonFile(a,s)),logger.debug(n(500)),t()}catch(e){return r[n(482)][n(473)]({message:n(497).concat(e,"\n")+"@ "[n(489)](f[n(477)].projectPath,"\n")}),t(e)}})}}])})();module[_0x5d0e95(485)]=ExtConfigPlugin;
1
+ var _0xb82e88=_0x1531;function _typeof(e){var r=_0x1531;return(_typeof=r(379)==typeof Symbol&&r(372)==typeof Symbol[r(383)]?function(e){return typeof e}:function(e){var t=r;return e&&t(379)==typeof Symbol&&e[t(412)]===Symbol&&e!==Symbol[t(396)]?t(372):typeof e})(e)}function _classCallCheck(e,t){var r=_0x1531;if(!(e instanceof t))throw new TypeError(r(376))}function _0x1531(e,t){var r=_0x16ac();return(_0x1531=function(e,t){return r[e-=372]})(e,t)}function _0x16ac(){var e=["exports","128858itKgoS","27lIcMKa","ExtConfigPlugin completed","ext.json","resolve","constructor","existsSync","value","1304376XjxIBo","key","7918210gJLflz","apply","debug","symbol","string","enumerable","default","Cannot call a class as a function","../../common/log4js.js","182107HlgMcr","function","27ujvNqB","261124jygOIl","getLogger","iterator","2166VlKFdJ","4170wlHOEq","afterEmit","readJsonFile","entryDir","ExtConfigPlugin","length","../../common/utils","push","concat","options","tapAsync","prototype","defineProperty","call","path","6583969lpXpwg","ExtConfigPlugin start","object","writeJsonFile","extConfig.json","hooks"];return(_0x16ac=function(){return e})()}function _defineProperties(e,t){for(var r=_0x1531,n=0;n<t[r(390)];n++){var o=t[n];o[r(374)]=o[r(374)]||!1,o.configurable=!0,r(414)in o&&(o.writable=!0),Object[r(397)](e,_toPropertyKey(o[r(416)]),o)}}function _createClass(e,t,r){var n=_0x1531;return t&&_defineProperties(e[n(396)],t),r&&_defineProperties(e,r),Object[n(397)](e,n(396),{writable:!1}),e}function _toPropertyKey(e){e=_toPrimitive(e,"string");return"symbol"==_typeof(e)?e:e+""}function _toPrimitive(e,t){var r=_0x1531;if("object"!=_typeof(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0===n)return(r(373)===t?String:Number)(e);n=n[r(398)](e,t||r(375));if(r(402)!=_typeof(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}(()=>{for(var e=_0x1531,t=_0x16ac();;)try{if(591662==-parseInt(e(378))+parseInt(e(407))/2+-parseInt(e(380))/3*(parseInt(e(381))/4)+parseInt(e(385))/5*(-parseInt(e(384))/6)+-parseInt(e(400))/7+parseInt(e(415))/8+-parseInt(e(408))/9*(-parseInt(e(417))/10))break;t.push(t.shift())}catch(e){t.push(t.shift())}})();var fs=require("fs"),path=require(_0xb82e88(399)),_require=require(_0xb82e88(391)),readJsonFile=_require[_0xb82e88(387)],writeJsonFile=_require[_0xb82e88(403)],log4js=require(_0xb82e88(377)),logger=log4js[_0xb82e88(382)]("extConfig-plugin"),ExtConfigPlugin=(()=>{var t=_0xb82e88;return _createClass(function e(t){var r=_0x1531;_classCallCheck(this,e),this[r(394)]=t},[{key:t(418),value:function(e){var l=t,u=this;e[l(405)][l(386)][l(395)](l(389),function(t,r){var n=l;try{logger.debug(n(401));var e,o=path[n(411)](u[n(394)].projectPath,n(410)),i=path[n(411)](u[n(394)].projectPath,n(404)),a=path[n(411)](u[n(394)][n(388)],n(404)),s={};fs[n(413)](i)?(s=readJsonFile(i),writeJsonFile(a,s)):fs[n(413)](o)&&((e=readJsonFile(o)).ext&&(s=e.ext),writeJsonFile(a,s)),logger[n(419)](n(409)),r()}catch(e){return t.errors[n(392)]({message:"ERROR: Generate extConfig.json failed : "[n(393)](e,"\n")+"@ "[n(393)](u.options.projectPath,"\n")}),r(e)}})}}])})();module[_0xb82e88(406)]=ExtConfigPlugin;
@@ -1 +1 @@
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
+ var _0x2c61fe=_0x3915;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 t=_0x3915;if(t(547)!=typeof Symbol&&null!=e[Symbol[t(560)]]||null!=e[t(487)])return Array[t(568)](e)}function _arrayWithoutHoles(e){if(Array.isArray(e))return _arrayLikeToArray(e)}function _createForOfIteratorHelper(e,t){var r,n,a,o,i=_0x3915,s=i(547)!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(s)return a=!(n=!0),{s:function(){s=s.call(e)},n:function(){var e=i,t=s.next();return n=t[e(509)],t},e:function(e){a=!0,r=e},f:function(){var e=i;try{n||null==s[e(546)]||s[e(546)]()}finally{if(a)throw r}}};if(Array[i(537)](e)||(s=_unsupportedIterableToArray(e))||t&&e&&"number"==typeof e[i(475)])return s&&(e=s),o=0,{s:t=function(){},n:function(){return o>=e[i(475)]?{done:!0}:{done:!1,value:e[o++]}},e:function(e){throw e},f:t};throw new TypeError(i(495))}function _0x3cb3(){var e=["map","exports",'minimum-scale=1.0, viewport-fit=cover" />\n',"getIsOpenLazyCodeLoad",' <script type="text/javascript" src="/',"170211dCSfjO","subpackage"," </body>\n","1139831YlPgNp","prototype","endsWith","needAsync",' <link rel="stylesheet" href="assets://base.css" type="text/css" media="screen" charset="utf-8" />\n',"<html>\n","7CEzBxi","concat","34kSluAi","buildPath","components",' <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0,',"has","root","independentList","compJsonPath","filter","tapAsync","isArray","page","error","join","constructor","1487UNcxCS",'.pack.js" ',"componentList","../common/manifest-manager","return","undefined","HtmlGeneratorPlugin","useCustomTabBar"," <script src='assets://renderer.js'><\/script>\n","ERROR: Can not resolve file:"," </head>\n","slice",' <script type="text/javascript" src="/custom-tab-bar/index.pack.js"><\/script>\n',"add","forEach","async","name",'.pack.js"><\/script>\n',"iterator","indexOf","872504hsOzrs","200JUYbFH","startsWith","Object"," <body>\n"," <head>\n","from"," <script type=\"text/javascript\" src='/app.css.js'><\/script>\n","1843080XlFsgS","options","</html>","values","get","stringify","pagePath","value","watch","length","<!DOCTYPE html>\n","apply","existsSync","flat","serve","manifestManager","type","push","><\/script>\n","../../common/log4js","srcPath","@@iterator",".html","writeFileSync","call","39160qZObmi","44020wmmvNf","test","path","Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.","configs","hasOwnProperty","getManifestData","dirname",' <meta charset="UTF-8" />\n',"component","Set","getLogger","usingComponents","Map","parse","Arguments","603LarkeS","done","string"];return(_0x3cb3=function(){return e})()}function _unsupportedIterableToArray(e,t){var r,n=_0x3915;if(e)return n(510)==typeof e?_arrayLikeToArray(e,t):(r={}.toString[n(490)](e)[n(553)](8,-1),n(565)===r&&e.constructor&&(r=e[n(541)][n(558)]),n(505)===r||n(502)===r?Array[n(568)](e):n(507)===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/[n(493)](r)?_arrayLikeToArray(e,t):void 0)}function _arrayLikeToArray(e,t){var r=_0x3915;(null==t||t>e[r(475)])&&(t=e[r(475)]);for(var n=0,a=Array(t);n<t;n++)a[n]=e[n];return a}(()=>{for(var e=_0x3915,t=_0x3cb3();;)try{if(222620==+parseInt(e(542))*(-parseInt(e(527))/2)+parseInt(e(516))/3+parseInt(e(491))/4*(parseInt(e(563))/5)+parseInt(e(570))/6+parseInt(e(525))/7*(-parseInt(e(562))/8)+parseInt(e(508))/9*(-parseInt(e(492))/10)+-parseInt(e(519))/11)break;t.push(t.shift())}catch(e){t.push(t.shift())}})();var path=require(_0x2c61fe(494)),fs=require("fs"),utils=require("../common/utils"),_require=require(_0x2c61fe(545)),manifestManager=_require[_0x2c61fe(481)],_require2=require("../../common/config"),configs=_require2[_0x2c61fe(496)],log4js=require(_0x2c61fe(485)),logger=log4js[_0x2c61fe(503)]("manifest-handler"),HTML_HEAD=_0x2c61fe(476)+_0x2c61fe(524)+_0x2c61fe(567)+_0x2c61fe(500)+_0x2c61fe(530)+_0x2c61fe(513)+_0x2c61fe(523)+_0x2c61fe(552),HTML_BODY=_0x2c61fe(566)+' <div id="holder"></div>\n'+_0x2c61fe(550),SCRIPT_APP_CSS=_0x2c61fe(569),HTML_BODY_END=_0x2c61fe(518),HTML_HTML_END=_0x2c61fe(572),GLOBAL_COMPONENTS=[];function HtmlGeneratorPlugin(e){this[_0x2c61fe(571)]=e}function generateHtmlFile(e,t,r,n,a,o){var i=_0x2c61fe,s=HTML_HEAD;if(s+=HTML_BODY,r||(s+=SCRIPT_APP_CSS),o)n[i(535)](function(e){return"component"!==e[i(482)]})[i(556)](function(e){var t=i,e=e[t(494)];return s+=t(515)[t(526)](e,t(559))});else if(e[t][i(549)]&&(s+=i(554)),n&&0<n[i(475)]){var c,f=_createForOfIteratorHelper(n);try{for(f.s();!(c=f.n())[i(509)];){var u=c[i(473)],l=u[i(494)],p=u[i(522)];s+=i(515).concat(l,i(543))[i(526)](p?i(557):"",i(484))}}catch(e){f.e(e)}finally{f.f()}}s=s+HTML_BODY_END+HTML_HTML_END,r=path[i(540)](a,"".concat(t,i(488)));utils.mkdirsSync(path[i(499)](r)),fs[i(489)](r,s,"utf8")}function getSubpackageData(e,t,r){var n=_0x2c61fe,t=JSON[n(506)](JSON[n(471)]((null==t?void 0:t.subpackages)||[]));return null!=t&&t[n(556)](function(e){var t=n;e.root[t(521)]("/")||(e[t(532)]+="/")}),{subpackage:t,pagePath:e,srcPath:r}}function _0x3915(e,t){var r=_0x3cb3();return(_0x3915=function(e,t){return r[e-=469]})(e,t)}function deduplicate(e){var r=new Set;return e.filter(function(e){var t=_0x3915,e=""[t(526)](e[t(494)],"-")[t(526)](e[t(522)]);return!r[t(531)](e)&&(r[t(555)](e),!0)})}function getPageJSList(e,t,r,n){var a=_0x2c61fe,n=getSubpackageData(e,n,r),r=[];return getUsingComponents(t[a(470)](e),e,r,t,"page",n),r=_toConsumableArray(new Set(utils[a(479)](r,1/0))),_toConsumableArray(deduplicate(r)).filter(function(e){return"custom-tab-bar/index"!==e[a(494)]})[a(526)]({path:e,needAsync:!1,type:a(538)})}function getUsingComponents(e,o,i,s){var c=_0x2c61fe,t=4<arguments.length&&void 0!==arguments[4]?arguments[4]:c(501),f=5<arguments[c(475)]?arguments[5]:void 0,e=e[c(544)]||[];t===c(538)&&e[c(483)][c(477)](e,_toConsumableArray(GLOBAL_COMPONENTS)),e.forEach(function(e){var t=c,r=e[t(534)],e=e[t(494)],n=[],a=isAsyncNeeded(e,f[t(517)],f[t(472)],f.srcPath);if(n.unshift({path:e,needAsync:a,type:t(501)}),i.unshift(n),o!==e)if(fs[t(478)](r))s[t(531)](e)&&getUsingComponents(s[t(470)](e),e,n,s,t(501),f);else{a=t(551)[t(526)](r);if(logger[t(539)](a),!configs[t(480)]&&!configs[t(474)])throw a}})}function isAsyncNeeded(r,e,n,t){var a=_0x2c61fe,o="",i="",s=!0,c=!0;return null!=e&&e[a(556)](function(e){var t=a;n[t(564)](e[t(532)])&&(o=e[t(532)],s=!1),r[t(564)](e.root)&&(i=e[t(532)],c=!1)}),!(c||!s&&o===i)}HtmlGeneratorPlugin[_0x2c61fe(520)][_0x2c61fe(477)]=function(e){var p=_0x2c61fe,_=this[p(571)];e.hooks.emit[p(536)](p(548),function(e,t){var r,n,a=p,o=manifestManager[a(498)](),i=_[a(486)],s=_[a(528)],c=o.manifest,f=o[a(529)],u=c.page,l=(GLOBAL_COMPONENTS=Object[a(469)](c[a(504)]||{})[a(511)](function(e){var t=a;return f.has(e)&&f[t(470)](e)}),manifestManager[a(514)]());for(r in u)Object.prototype[a(497)][a(490)](u,r)&&(n=getPageJSList(r,f,i,c),generateHtmlFile(u,r,-1!==c[a(533)][a(561)](r),n,s,l));t()})},module[_0x2c61fe(512)]=HtmlGeneratorPlugin;
@@ -1 +1 @@
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
+ var _0x1c559b=_0x442c;function _0x1f28(){var r=["defineProperty","Map","7708080cWGPoi","Arguments","constructor","value","return","forEach",", Use ","checkJsonDupKey","toPrimitive","1127963fZCwec","function",".json","string","toString","apply","push","7889750sPWjpx","24SjdNRx","159876iXIqod","call","I18NTransformPlugin","i18n/","tapAsync","../js-parser/parser","10uHGazY","object","length","default","test","2GWLfKr","@@toPrimitive must return a primitive value.","name","configurable","entries","extname","filter","writable","key","assign","@@iterator","assets","iterator","prototype","concat","slice","ERROR: Illegal JSON file name: ","hooks","Set","enumerable","errors","symbol","Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.","join","keys","3553TmzJGH","Cannot call a class as a function"," instead.\n@ ","59964hBXYvA","emit","path","split","map","done","452142aOjZoh","undefined","replace","9004005XSlDJw","133LSZUoC","isArray"];return(_0x1f28=function(){return r})()}function _0x442c(r,e){var t=_0x1f28();return(_0x442c=function(r,e){return t[r-=326]})(r,e)}function _typeof(r){var t=_0x442c;return(_typeof="function"==typeof Symbol&&t(350)==typeof Symbol[t(341)]?function(r){return typeof r}:function(r){var e=t;return r&&e(381)==typeof Symbol&&r[e(373)]===Symbol&&r!==Symbol[e(342)]?e(350):typeof r})(r)}function _slicedToArray(r,e){return _arrayWithHoles(r)||_iterableToArrayLimit(r,e)||_unsupportedIterableToArray(r,e)||_nonIterableRest()}function _nonIterableRest(){throw new TypeError(_0x442c(351))}function _unsupportedIterableToArray(r,e){var t,n=_0x442c;if(r)return"string"==typeof r?_arrayLikeToArray(r,e):("Object"===(t={}[n(384)][n(390)](r)[n(344)](8,-1))&&r[n(373)]&&(t=r.constructor[n(331)]),n(370)===t||n(347)===t?Array.from(r):n(372)===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/[n(328)](t)?_arrayLikeToArray(r,e):void 0)}function _arrayLikeToArray(r,e){var t=_0x442c;(null==e||e>r[t(326)])&&(e=r[t(326)]);for(var n=0,a=Array(e);n<e;n++)a[n]=r[n];return a}function _iterableToArrayLimit(r,e){var t=_0x442c,n=null==r?null:t(364)!=typeof Symbol&&r[Symbol[t(341)]]||r[t(339)];if(null!=n){var a,o,i,c,u=[],s=!0,f=!1;try{if(i=(n=n[t(390)](r)).next,0===e){if(Object(n)!==n)return;s=!1}else for(;!(s=(a=i[t(390)](n))[t(362)])&&(u[t(386)](a.value),u[t(326)]!==e);s=!0);}catch(r){f=!0,o=r}finally{try{if(!s&&null!=n[t(375)]&&(c=n.return(),Object(c)!==c))return}finally{if(f)throw o}}return u}}function _arrayWithHoles(r){if(Array[_0x442c(368)](r))return r}function _classCallCheck(r,e){var t=_0x442c;if(!(r instanceof e))throw new TypeError(t(355))}function _defineProperties(r,e){for(var t=_0x442c,n=0;n<e[t(326)];n++){var a=e[n];a[t(348)]=a[t(348)]||!1,a[t(332)]=!0,t(374)in a&&(a[t(336)]=!0),Object[t(369)](r,_toPropertyKey(a[t(337)]),a)}}function _createClass(r,e,t){var n=_0x442c;return e&&_defineProperties(r[n(342)],e),t&&_defineProperties(r,t),Object[n(369)](r,n(342),{writable:!1}),r}function _toPropertyKey(r){var e=_0x442c,r=_toPrimitive(r,e(383));return e(350)==_typeof(r)?r:r+""}function _toPrimitive(r,e){var t=_0x442c;if(t(396)!=_typeof(r)||!r)return r;var n=r[Symbol[t(379)]];if(void 0===n)return(t(383)===e?String:Number)(r);n=n[t(390)](r,e||t(327));if(t(396)!=_typeof(n))return n;throw new TypeError(t(330))}(()=>{for(var r=_0x442c,e=_0x1f28();;)try{if(951624==-parseInt(r(380))*(-parseInt(r(329))/2)+-parseInt(r(388))/3*(-parseInt(r(389))/4)+-parseInt(r(387))/5+-parseInt(r(363))/6*(-parseInt(r(367))/7)+-parseInt(r(371))/8+-parseInt(r(366))/9*(parseInt(r(395))/10)+-parseInt(r(354))/11*(-parseInt(r(357))/12))break;e.push(e.shift())}catch(r){e.push(e.shift())}})();var fs=require("fs"),_require=require(_0x1c559b(394)),checkJsonDupKey=_require[_0x1c559b(378)],path=require(_0x1c559b(359)),illegalRE=/(\w+)_(\w+)/,I18N=(()=>{var n=_0x1c559b;return _createClass(function r(e){_classCallCheck(this,r),this.options=e},[{key:n(385),value:function(r){var e=n,t=this;r[e(346)][e(358)][e(393)](e(391),function(i,r){var a=e,n=t.options[a(333)],c={};Object[a(353)](n)[a(376)](function(t){var o=a;fs.readdirSync(""[o(343)](n[t]))[o(335)](function(r){return".json"===path[o(334)](r)})[o(361)](function(r){var e=o;return path[e(352)](""[e(343)](n[t]),r)})[o(376)](function(r){var e,t,n=o,r=r[n(365)](/\\/g,"/"),a=r[n(360)]("/"),a=a[a.length-1];illegalRE[n(328)](a)?(e=(t=_slicedToArray(a.match(illegalRE)[n(344)](1),2))[0],t=t[1],i[n(349)][n(386)]({message:n(345)+"".concat(a[n(365)](n(382),""),n(377)).concat(e,"-")[n(343)](t,n(356))[n(343)](r,"\n")})):c[a]=(c[a]||[]).concat(r)})}),Object[a(353)](c).forEach(function(r){var e=a,t=c[r].reduce(function(r,e){var t=_0x442c,e=checkJsonDupKey(r,e,function(r){var e=_0x442c;return i.warnings[e(386)](r)});return Object[t(338)]({},r,e)},{}),n=JSON.stringify(t,null,4);i[e(340)][e(392)[e(343)](r)]={source:function(){return n},size:function(){return n[e(326)]}}}),r()})}}])})();module.exports=I18N;
@@ -1 +1 @@
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
+ var _0x5a5c20=_0x3a84;function _0x269a(){var e=["forEach","tapAsync","deviceList","replace","some","concat","root","132894hmwJqk","add","isArray","ASCF_DEVICE_LIST","keys","9640PyenSf","options","features","exports","map","manifestManager","4824jrsTbz","4336450PXUXUF","versionType","component","resolve","1345746FsfxEi","pkg","manifest","build","app.json","getManifestData","mkdirsSync","router","_supportLegacyHos","join","push","page","apply","getResource","pages","manifest.json","debug","getSubRootMap","call","3MvIMDS","stringify","6327153ZZZIiD","ManifestGeneratorPlugin","window","23908dhgYXC","isProd","subpackages","assign","writeFileSync","../../common/config","release","3499588iZQbKS","env","hasOwnProperty","../common/manifest-manager"];return(_0x269a=function(){return e})()}(()=>{for(var e=_0x3a84,r=_0x269a();;)try{if(483119==-parseInt(e(430))*(parseInt(e(435))/2)+parseInt(e(453))/3+-parseInt(e(442))/4+parseInt(e(465))/5+parseInt(e(469))/6+parseInt(e(432))/7+parseInt(e(458))/8*(-parseInt(e(464))/9))break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var fs=require("fs"),path=require("path"),utils=require("../common/utils"),_require=require(_0x5a5c20(440)),configs=_require.configs,_require2=require(_0x5a5c20(445)),manifestManager=_require2[_0x5a5c20(463)],getResource=_require2[_0x5a5c20(424)],getSubRootMap=_require2[_0x5a5c20(428)];function _0x3a84(e,r){var a=_0x269a();return(_0x3a84=function(e,r){return a[e-=421]})(e,r)}function ManifestGeneratorPlugin(e){this.options=e}function genRouter(a){var t,n=_0x5a5c20,e=Object[n(457)](a[n(422)]),o=[],r=a.entryPagePath||a[n(425)][0]||"",r=(a[n(476)]&&a.router[n(425)]?(t=a[n(476)][n(425)],Object.keys(t)[n(446)](function(e){var r=n,a=t[e];o[r(421)](path.join(e,a[r(467)])[r(449)](/\\/g,"/"))}),a[n(476)].entry=r):a.router={entry:r,pages:{}},e[n(446)](function(r){var e=n;o[e(450)](function(e){return e===r})||(a.router.pages[r]={component:"",info:a[e(422)][r]})}),e[n(462)](function(e){return e+".json"}));return r.push(n(473)),r}ManifestGeneratorPlugin.prototype[_0x5a5c20(423)]=function(e){var s=_0x5a5c20,r=this[s(459)],i=r.srcPath,u=r[s(472)];e.hooks.emit[s(447)](s(433),function(a,e){var o=s,r=manifestManager[o(474)](),r=Object[o(438)]({},r[o(471)]),t=path[o(478)](u,o(426));configs[o(436)]()?r[o(466)]=o(441):(r[o(466)]=o(427),r[o(427)]=!0,r.debugable=!0,global[o(477)]&&(n=configs[o(448)]||process[o(443)][o(456)]||[],r.deviceList=Array[o(455)](n)?n[o(478)](","):n)),r.global={};manifestManager.getIsOpenLazyCodeLoad()&&(r[o(460)]={lazyCode:"v2"}),r[o(434)]&&(r.global.window=r[o(434)],delete r[o(434)]);var n=genRouter(r);null!=n&&n.forEach(function(e){var r=o;return a.fileDependencies[r(454)](path[r(468)](i,e))}),delete r[o(425)],delete r[o(422)],Object.prototype[o(444)][o(429)](r,o(437))&&(r[o(437)]=r.subpackages[o(462)](function(e,r){var a=o,t=e[a(452)],n=e.name,e=e.pages;return{resource:getResource(t),name:n||a(470)[a(451)](r+1),pages:e,root:t}})),utils[o(475)](u),fs[o(439)](t,JSON[o(431)](r,null,4),"utf8"),e()})},module[_0x5a5c20(461)]=ManifestGeneratorPlugin,module[_0x5a5c20(461)].getSubRootMap=getSubRootMap;
@@ -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
+ var _0xd2a726=_0x2510;function _regenerator(){var h,y=_0x2510,e=y(498)==typeof Symbol?Symbol:{},r=e[y(455)]||y(473),n=e.toStringTag||y(503);function t(e,r,n,t){var o,a,i,u,c,f,s,l,g,_,p=y,r=r&&r[p(495)]instanceof d?r:d,r=Object[p(475)](r[p(495)]);return _regeneratorDefine2(r,p(491),(o=e,a=n,l=t||[],g=!1,_={p:s=0,n:0,v:h,a:v,f:v[(f=p)(468)](h,4),d:function(e,r){return i=e,u=0,c=h,_.n=r,x}},function(e,r,n){var t=f;if(1<s)throw TypeError(t(487));for(g&&1===r&&v(r,n),u=r,c=n;(b=u<2?h:c)||!g;){i||(u?u<3?(1<u&&(_.n=-1),v(u,c)):_.n=c:_.v=c);try{if(s=2,i){if(u||(e=t(466)),b=i[e]){if(!(b=b[t(501)](i,c)))throw TypeError("iterator result is not an object");if(!b[t(481)])return b;c=b[t(476)],u<2&&(u=0)}else 1===u&&(b=i[t(456)])&&b[t(501)](i),u<2&&(c=TypeError(t(486)+e+t(500)),u=1);i=h}else if((b=(g=_.n<0)?c:o[t(501)](a,_))!==x)break}catch(e){i=h,u=1,c=e}finally{s=1}}return{value:b,done:g}}),!0),r;function v(e,r){var n=f;for(u=e,c=r,b=0;!g&&s&&!t&&b<l[n(492)];b++){var t,o=l[b],a=_.p,i=o[2];3<e?(t=i===r)&&(c=o[(u=o[4])?5:u=3],o[4]=o[5]=h):o[0]<=a&&((t=e<2&&a<o[1])?(u=0,_.v=r,_.n=o[1]):a<i&&(t=e<3||o[0]>r||i<r)&&(o[4]=e,o[5]=r,_.n=i,u=0))}if(t||1<e)return x;throw g=!0,r}}var x={};function d(){}function o(){}function a(){}var b=Object[y(461)],e=[][r]?b(b([][r]())):(_regeneratorDefine2(b={},r,function(){return this}),b),i=a[y(495)]=d.prototype=Object[y(475)](e);function u(e){var r=y;return Object[r(462)]?Object[r(462)](e,a):(e[r(505)]=a,_regeneratorDefine2(e,n,"GeneratorFunction")),e[r(495)]=Object[r(475)](i),e}return o[y(495)]=a,_regeneratorDefine2(i,y(490),a),_regeneratorDefine2(a,y(490),o),o[y(477)]=y(506),_regeneratorDefine2(a,n,y(506)),_regeneratorDefine2(i),_regeneratorDefine2(i,n,y(465)),_regeneratorDefine2(i,r,function(){return this}),_regeneratorDefine2(i,y(471),function(){return y(482)}),(_regenerator=function(){return{w:t,m:u}})()}function _0xf8c5(){var e=["6213272HLRexy","bind","1251106UFhllO","quick-service-plugin","toString","7412690neisAx","@@iterator","10709006rYRrTZ","create","value","displayName","defineProperty","options","exports","done","[object Generator]","9tAClaw","env","fatal","The iterator does not provide a '","Generator is already running","ASCF_QS_BUILT_PATH","resolve","constructor","_invoke","length","30Rtnhmx","3nvHFAS","prototype","getLogger","quick service build fail:","function","538840HIGixE","' method","call","then","@@toStringTag","2416888iDnOyg","__proto__","GeneratorFunction","projectRoot","iterator","return","afterEmit","tapAsync","signPkg","1IQpHVR","getPrototypeOf","setPrototypeOf","1786813GEvjoE","24BvpRUQ","Generator","next"];return(_0xf8c5=function(){return e})()}function _regeneratorDefine2(e,r,n,t){var i=_0x2510,u=Object[i(478)];try{u({},"",{})}catch(e){u=0}(_regeneratorDefine2=function(e,r,n,t){var o=i;function a(r,n){_regeneratorDefine2(e,r,function(e){return this._invoke(r,n,e)})}r?u?u(e,r,{value:n,enumerable:!t,configurable:!t,writable:!t}):e[r]=n:(a(o(466),0),a("throw",1),a(o(456),2))})(e,r,n,t)}function asyncGeneratorStep(e,r,n,t,o,a,i){var u=_0x2510;try{var c=e[a](i),f=c[u(476)]}catch(e){return void n(e)}c[u(481)]?r(f):Promise[u(489)](f)[u(502)](t,o)}function _asyncToGenerator(u){return function(){var e=this,i=arguments;return new Promise(function(r,n){var t=u.apply(e,i);function o(e){asyncGeneratorStep(t,r,n,o,a,"next",e)}function a(e){asyncGeneratorStep(t,r,n,o,a,"throw",e)}o(void 0)})}}(()=>{for(var e=_0x2510,r=_0xf8c5();;)try{if(894180==-parseInt(e(460))*(-parseInt(e(469))/2)+parseInt(e(494))/3*(-parseInt(e(467))/4)+parseInt(e(499))/5+-parseInt(e(493))/6*(parseInt(e(463))/7)+parseInt(e(504))/8*(parseInt(e(483))/9)+parseInt(e(472))/10+parseInt(e(474))/11*(parseInt(e(464))/12))break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var _require=require("../../ascf-sign-tools"),signPkg=_require[_0xd2a726(459)],log4js=require("../../common/log4js.js"),logger=log4js[_0xd2a726(496)](_0xd2a726(470));function _0x2510(e,r){var n=_0xf8c5();return(_0x2510=function(e,r){return n[e-=454]})(e,r)}function QuickServiceBuildPlugin(e){this[_0xd2a726(479)]=e}QuickServiceBuildPlugin[_0xd2a726(495)].apply=function(e){var n,r=_0xd2a726,o=this;e.hooks[r(457)][r(458)]("QuickServiceBuildPlugin",(n=_asyncToGenerator(_regenerator().m(function e(r,n){var t;return _regenerator().w(function(e){for(var r=_0x2510;;)switch(e.p=e.n){case 0:if(e.p=0,global._hasInstall){e.n=2;break}return e.n=1,signPkg(process[r(484)][r(454)],o[r(479)]);case 1:t=e.v,global[r(488)]=t;case 2:n(),e.n=4;break;case 3:return e.p=3,t=e.v,global[r(488)]=null,logger[r(485)](r(497),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[_0xd2a726(480)]=QuickServiceBuildPlugin;
@@ -1 +1 @@
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
+ var _0x349c62=_0x3500;function _typeof(e){var t=_0x3500;return(_typeof="function"==typeof Symbol&&t(402)==typeof Symbol[t(407)]?function(e){return typeof e}:function(e){var r=t;return e&&r(389)==typeof Symbol&&e.constructor===Symbol&&e!==Symbol[r(414)]?r(402):typeof e})(e)}function _classCallCheck(e,r){var t=_0x3500;if(!(e instanceof r))throw new TypeError(t(408))}function _defineProperties(e,r){for(var t=_0x3500,n=0;n<r[t(377)];n++){var o=r[n];o[t(376)]=o.enumerable||!1,o.configurable=!0,t(397)in o&&(o[t(398)]=!0),Object.defineProperty(e,_toPropertyKey(o.key),o)}}function _createClass(e,r,t){var n=_0x3500;return r&&_defineProperties(e[n(414)],r),t&&_defineProperties(e,t),Object[n(380)](e,n(414),{writable:!1}),e}function _0x3d50(){var e=["iterator","Cannot call a class as a function","forEach","3465006XYAXMK","../common/utils","1251oisUpJ","string","prototype","tap","@@toPrimitive must return a primitive value.","hooks","53170clNDhA","keys","concat","../../common/config","ReplaceModulePathsWithIdsPlugin","normalizedAbsPath","toPrimitive","__webpack_require__\\(\\\\?['\"]","enumerable","length","20nvAAVH","sort","defineProperty","exports","toString","38424szoKZK","endsWith","replace","sources","1260vSsPBU","425203wWVUOC","function","\\\\?['\"]\\)","default","2619879IAlhyi","427035gPNsCs","ascfLazyImportFiles","hasOwnProperty","compilation","value","writable","call","object","RawSource","symbol","rawRequest","optimizeAssets","279538miooPc","webpack"];return(_0x3d50=function(){return e})()}function _toPropertyKey(e){var r=_0x3500,e=_toPrimitive(e,r(413));return r(402)==_typeof(e)?e:e+""}function _0x3500(e,r){var t=_0x3d50();return(_0x3500=function(e,r){return t[e-=368]})(e,r)}function _toPrimitive(e,r){var t=_0x3500;if("object"!=_typeof(e)||!e)return e;var n=e[Symbol[t(374)]];if(void 0===n)return(t(413)===r?String:Number)(e);n=n.call(e,r||t(391));if(t(400)!=_typeof(n))return n;throw new TypeError(t(416))}(()=>{for(var e=_0x3500,r=_0x3d50();;)try{if(570738==+parseInt(e(388))+parseInt(e(405))/2+-parseInt(e(392))/3+parseInt(e(378))/4*(parseInt(e(393))/5)+parseInt(e(410))/6+parseInt(e(387))/7*(-parseInt(e(383))/8)+-parseInt(e(412))/9*(-parseInt(e(368))/10))break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var _require=require(_0x349c62(411)),normalizedAbsPath=_require[_0x349c62(373)],_require2=require(_0x349c62(371)),configs=_require2.configs,webpack=require(_0x349c62(406)),ReplaceModulePathsWithIdsPlugin=_createClass(function e(){_classCallCheck(this,e)},[{key:"apply",value:function(e){var r=_0x3500;e[r(417)][r(396)].tap(r(372),function(c){var e=r;c[e(417)][e(404)][e(415)](e(372),function(t){var i=e,a=new Map;c.modules.forEach(function(e){var r=_0x3500,t=e.userRequest||e[r(403)]&&typeof e[r(403)]===r(413)?e.rawRequest:null;null!=t&&t[r(384)](".js")&&(r=normalizedAbsPath(t),a.set(r,e.id))}),Object[i(369)](t)[i(409)](function(e){var n,o=i,r=normalizedAbsPath(e);Object.prototype[o(395)][o(399)](configs[o(394)],r)&&(r=Array.from(configs[o(394)][r])[o(379)](function(e,r){var t=o;return r[t(377)]-e[t(377)]}),n=t[e].source()[o(382)](),r[o(409)](function(e){var r=o,t=a.get(e);void 0!==t&&(e=new RegExp(r(375)[r(370)](e,r(390)),"g"),n=n[r(385)](e,"__webpack_require__('"[r(370)](t,"')")))}),c.updateAsset(e,new webpack[o(386)][o(401)](n)))})})})}}]);module[_0x349c62(381)]=ReplaceModulePathsWithIdsPlugin;
@@ -1 +1 @@
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)])&&copyFile(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
+ var _0x2affaf=_0x3ad3;function _createForOfIteratorHelper(e,r){var n,t,a,f,o=_0x3ad3,i=o(367)!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(i)return a=!(t=!0),{s:function(){i=i[o(353)](e)},n:function(){var e=o,r=i[e(282)]();return t=r[e(360)],r},e:function(e){a=!0,n=e},f:function(){var e=o;try{t||null==i[e(330)]||i[e(330)]()}finally{if(a)throw n}}};if(Array[o(273)](e)||(i=_unsupportedIterableToArray(e))||r&&e&&"number"==typeof e.length)return i&&(e=i),f=0,{s:r=function(){},n:function(){return f>=e[o(354)]?{done:!0}:{done:!1,value:e[f++]}},e:function(e){throw e},f:r};throw new TypeError(o(329))}function _0x3ad3(e,r){var n=_0x36d7();return(_0x3ad3=function(e,r){return n[e-=265]})(e,r)}function _unsupportedIterableToArray(e,r){var n,t=_0x3ad3;if(e)return t(344)==typeof e?_arrayLikeToArray(e,r):(n={}[t(327)][t(353)](e)[t(306)](8,-1),t(335)===n&&e[t(289)]&&(n=e.constructor.name),t(302)===n||t(284)===n?Array.from(e):t(269)===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/[t(358)](n)?_arrayLikeToArray(e,r):void 0)}function _arrayLikeToArray(e,r){var n=_0x3ad3;(null==r||r>e.length)&&(r=e[n(354)]);for(var t=0,a=Array(r);t<r;t++)a[t]=e[t];return a}function _regenerator(){var y,d=_0x3ad3,e=d(338)==typeof Symbol?Symbol:{},r=e[d(339)]||"@@iterator",n=e[d(296)]||d(332);function t(e,r,n,t){var a,f,o,i,s,c,u,_,p,l,x=d,r=r&&r[x(285)]instanceof g?r:g,r=Object[x(349)](r[x(285)]);return _regeneratorDefine2(r,x(301),(a=e,f=n,_=t||[],p=!1,l={p:u=0,n:0,v:y,a:h,f:h[(c=x)(362)](y,4),d:function(e,r){return o=e,i=0,s=y,l.n=r,v}},function(e,r,n){var t=c;if(1<u)throw TypeError(t(317));for(p&&1===r&&h(r,n),i=r,s=n;(m=i<2?y:s)||!p;){o||(i?i<3?(1<i&&(l.n=-1),h(i,s)):l.n=s:l.v=s);try{if(u=2,o){if(i||(e=t(282)),m=o[e]){if(!(m=m[t(353)](o,s)))throw TypeError(t(308));if(!m.done)return m;s=m[t(340)],i<2&&(i=0)}else 1===i&&(m=o[t(330)])&&m[t(353)](o),i<2&&(s=TypeError(t(357)+e+t(369)),i=1);o=y}else if((m=(p=l.n<0)?s:a[t(353)](f,l))!==v)break}catch(e){o=y,i=1,s=e}finally{u=1}}return{value:m,done:p}}),!0),r;function h(e,r){var n=c;for(i=e,s=r,m=0;!p&&u&&!t&&m<_[n(354)];m++){var t,a=_[m],f=l.p,o=a[2];3<e?(t=o===r)&&(s=a[(i=a[4])?5:i=3],a[4]=a[5]=y):a[0]<=f&&((t=e<2&&f<a[1])?(i=0,l.v=r,l.n=a[1]):f<o&&(t=e<3||a[0]>r||o<r)&&(a[4]=e,a[5]=r,l.n=o,i=0))}if(t||1<e)return v;throw p=!0,r}}var v={};function g(){}function a(){}function f(){}var m=Object[d(286)],e=[][r]?m(m([][r]())):(_regeneratorDefine2(m={},r,function(){return this}),m),o=f[d(285)]=g[d(285)]=Object[d(349)](e);function i(e){var r=d;return Object.setPrototypeOf?Object.setPrototypeOf(e,f):(e[r(272)]=f,_regeneratorDefine2(e,n,r(290))),e.prototype=Object[r(349)](o),e}return a[d(285)]=f,_regeneratorDefine2(o,d(289),f),_regeneratorDefine2(f,"constructor",a),a[d(280)]="GeneratorFunction",_regeneratorDefine2(f,n,d(290)),_regeneratorDefine2(o),_regeneratorDefine2(o,n,d(346)),_regeneratorDefine2(o,r,function(){return this}),_regeneratorDefine2(o,d(327),function(){return"[object Generator]"}),(_regenerator=function(){return{w:t,m:i}})()}function _regeneratorDefine2(e,r,n,t){var o=Object.defineProperty;try{o({},"",{})}catch(e){o=0}(_regeneratorDefine2=function(e,r,n,t){var a=_0x3ad3;function f(r,n){_regeneratorDefine2(e,r,function(e){return this[_0x3ad3(301)](r,n,e)})}r?o?o(e,r,{value:n,enumerable:!t,configurable:!t,writable:!t}):e[r]=n:(f("next",0),f(a(294),1),f(a(330),2))})(e,r,n,t)}function asyncGeneratorStep(e,r,n,t,a,f,o){var i=_0x3ad3;try{var s=e[f](o),c=s[i(340)]}catch(e){return void n(e)}s.done?r(c):Promise[i(348)](c)[i(266)](t,a)}function _0x36d7(){var e=[".md","match","isIgnoreFile","then","parse","apply","Arguments","basename",".styl","__proto__","isArray",".DS_Store",".js",".ux",".npmignore","../common/manifest-manager","43516zwWTAo","displayName","trim","next","hooks","Set","prototype","getPrototypeOf","copyFileSync",".coffee","constructor","GeneratorFunction","includes","folder","LICENSE","throw","5394891UYebsv","toStringTag","715aMpaSx","build","16101dFxmHC","reduce","_invoke","Map","6248077vJEchL","utf8",".editorconfig","slice","split","iterator result is not an object",".hxml",".wxs","../common/utils","manifest",".css","ignoreRules","existsSync",".sass","Generator is already running",".fecsignore",".pem","i18n",".tsx","readdirSync","manifestManager","5384AdaEMV","isDirectory","isFile","toString",".sh","Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.","return","icon","@@toStringTag",".jsx","src","Object",".ts",".frameworkinfo","function","iterator","value","forEach",".fecsrc","statSync","string","tapAsync","Generator","98JDdGIX","resolve","create",".log","emit",".scss","call","length","push","join","The iterator does not provide a '","test","size","done","relative","bind","424812usYOLi","readFileSync","19282030AOPkcx","7172ZcWfOV","undefined","344USVYKW","' method",".qcss"];return(_0x36d7=function(){return e})()}function _asyncToGenerator(s){return function(){var e=this,i=arguments;return new Promise(function(r,n){var t=_0x3ad3,a=s[t(268)](e,i);function f(e){asyncGeneratorStep(a,r,n,f,o,t(282),e)}function o(e){asyncGeneratorStep(a,r,n,f,o,"throw",e)}f(void 0)})}}(()=>{for(var e=_0x3ad3,r=_0x36d7();;)try{if(972983==+parseInt(e(366))*(-parseInt(e(368))/2)+parseInt(e(295))/3+parseInt(e(279))/4*(parseInt(e(297))/5)+parseInt(e(363))/6*(-parseInt(e(347))/7)+-parseInt(e(324))/8*(-parseInt(e(299))/9)+-parseInt(e(365))/10+parseInt(e(303))/11)break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var _path=require("path"),_fs=require("fs"),_utils=require(_0x2affaf(311)),_require=require(_0x2affaf(278)),manifestManager=_require[_0x2affaf(323)],_packOptions=require("../common/packoptions-utils"),FILE_EXT_NAME=[_0x2affaf(350),".flow",_0x2affaf(328),_0x2affaf(275),_0x2affaf(313),_0x2affaf(333),_0x2affaf(288),_0x2affaf(336),_0x2affaf(321),".vue",".less",_0x2affaf(316),_0x2affaf(352),_0x2affaf(271),".html",_0x2affaf(371),".json",_0x2affaf(274),_0x2affaf(319),_0x2affaf(370),_0x2affaf(309),_0x2affaf(310),".hjs",_0x2affaf(276)],IGNORE_FILES=[_0x2affaf(293),_0x2affaf(277),_0x2affaf(274),_0x2affaf(318),_0x2affaf(342),_0x2affaf(337),_0x2affaf(305)],REGEXP_ICON=/{{{(.+?)}}}|{{(.+?)}}/g,REGEXP_JSON=/\.json$/g,iconPaths=[];function copyFile(e,r){var n=_0x2affaf;if(_fs.existsSync(e)){_utils.mkdirsSync(_path[n(356)](r,".."));n=_fs[n(287)](e,r);if(n)throw n}}function transFile(e,r,n,t){return _transFile[_0x2affaf(268)](this,arguments)}function _transFile(){var e=_0x2affaf;return(_transFile=_asyncToGenerator(_regenerator().m(function e(n,t,a,f){var o,i,s,c,u,_,p,l;return _regenerator().w(function(e){for(var r=_0x3ad3;;)switch(e.p=e.n){case 0:o=void 0,i=_path.join(n,a),s=_fs[r(322)](i),s=_createForOfIteratorHelper(s),e.p=1,s.s();case 2:(p=s.n())[r(360)]?e.n=6:(c=p[r(340)],u=_path[r(356)](i,c),(_=_fs[r(343)](u)).isFile()?(p=_path.basename(u),l=_path.extname(u),FILE_EXT_NAME.indexOf(l)<0&&!IGNORE_FILES[r(291)](p)&&!_packOptions[r(265)](_path[r(361)](n,u),f)&&(o=_path[r(356)](t,a,_path[r(270)](c)),!_fs[r(315)](o)||(l=_fs.statSync(o)).isFile()&&l[r(359)]!==_.size)&&copyFile(u,o),e.n=5):e.n=3);break;case 3:if(_[r(325)]()){if(_packOptions[r(265)](_path[r(361)](n,u),f,r(292)))return e.a(3,5);e.n=4}else e.n=5;break;case 4:return p=_path[r(356)](a,c),e.n=5,transFile(n,t,p,f);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(268)](this,arguments)}function getIconPaths(e){var n,a,f=_0x2affaf,t=[],o=e[f(334)],e=(manifestManager.getManifestData()[f(312)][f(331)]||"")[f(327)]()[f(281)]();return e[f(372)](REGEXP_ICON)?(n=e[f(307)]("'")[1],a=_path[f(356)](o,f(320)),_fs[f(322)](a)[f(300)](function(e,r){var n=f,t=_path[n(356)](a,r);return _fs[n(343)](t)[n(326)]()&&r[n(372)](REGEXP_JSON)&&e[n(355)](t),e},[])[f(341)](function(e){var r=f,e=_fs[r(364)](e,r(304)).toString()||"{}",e=JSON[r(267)](e);e[n]&&t.push(_path[r(356)](o,e[n]))})):t[f(355)](_path[f(356)](o,e)),t}function ResourcePlugin(e){this.options=e}ResourcePlugin[_0x2affaf(285)][_0x2affaf(268)]=function(e){var n,r=_0x2affaf,t=this.options;e[r(283)][r(351)][r(345)]("ResourcePlugin",(n=_asyncToGenerator(_regenerator().m(function e(r,n){return _regenerator().w(function(e){for(var r=_0x3ad3;;)switch(e.n){case 0:return e.n=1,transFile(t[r(334)],t[r(298)],"",t[r(314)]);case 1:n();case 2:return e.a(2)}},e)})),function(e,r){return n[_0x3ad3(268)](this,arguments)}))},module.exports=ResourcePlugin;
@@ -1 +1 @@
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
+ var _0x1fa69c=_0x2567,JsonpTemplatePlugin=((()=>{for(var a=_0x2567,e=_0xc441();;)try{if(636127==-parseInt(a(131))+parseInt(a(128))/2*(-parseInt(a(119))/3)+parseInt(a(121))/4+-parseInt(a(130))/5*(parseInt(a(125))/6)+parseInt(a(129))/7*(parseInt(a(123))/8)+parseInt(a(122))/9+parseInt(a(118))/10)break;e.push(e.shift())}catch(a){e.push(e.shift())}})(),require(_0x1fa69c(135))),LoaderTargetPlugin=require(_0x1fa69c(132));function QuickappWebpackTarget(){}function _0xc441(){var a=["prototype","apply","152JHXEEE","7oBbyEa","2333465UyedhR","1151869YlSOHt","webpack/lib/LoaderTargetPlugin","options","exports","./jsonpTemplatePlugin","8612500pbGfQJ","15783XqfoTo","target","1136312LwFLXA","4949532bscHrJ","7673992gsaJXx","output","6tjJzCr"];return(_0xc441=function(){return a})()}function _0x2567(a,e){var r=_0xc441();return(_0x2567=function(a,e){return r[a-=118]})(a,e)}QuickappWebpackTarget[_0x1fa69c(126)][_0x1fa69c(127)]=function(a){var e=_0x1fa69c,r=a[e(133)],t=r[e(124)],r=r[e(120)];new JsonpTemplatePlugin(t)[e(127)](a),new LoaderTargetPlugin(r)[e(127)](a)},module[_0x1fa69c(134)]=QuickappWebpackTarget;
@@ -1 +1 @@
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
+ var _0x424ae2=_0x3e35;function _0x5a20(){var e=["deferredModules.push.apply(deferredModules, executeModules || []);","configurable","enumerable","name","has","Arguments","promises.push(installedChunkData[2] = promise);","// object to store loaded and loading chunks",'"] || [];',"var moduleId, chunkId, i = 0, resolves = [];","getChildIdsByOrdersMap","Map","runtimeTemplate","for(var i = 0; i < deferredModules.length; i++) {","installedChunkData = installedChunks[chunkId];","getChunkConditionMap","\n var oldJsonpFunction = jsonpArray.push.bind(jsonpArray);","document.head.appendChild(link);","toString","\n for(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);","indent","if(installedChunks[chunkId] === undefined) {","object","basicFunction","toPrimitive","while(resolves.length) {","resolves.shift()();","Derived constructors may only return object or undefined","911312CsIjEE","()).then(","var deferredModule = deferredModules[i];","21882bmDfEI","if(currentUpdateChunks && currentUpdateChunks[chunkId]) ","join","symbol","setPrototypeOf","concat","deferredPrefetch.push.apply(deferredPrefetch, prefetchChunks);","chunkId, promises","length","construct","getPrototypeOf","test","create","string","Object.prototype.hasOwnProperty","value","webpack/lib/javascript/JavascriptModulesPlugin","installedChunks[chunkId] = 0;",".j = ",'if (typeof fetch === "undefined") throw new Error("No browser support: need fetch API");',"for(moduleId in moreModules) {","this hasn't been initialised - super() hasn't been called","&& installedChunks[chunkId]) {","exports","webpack/lib/util/compileBooleanMatcher","return checkDeferredModules();","jsonp chunk loading","linkPreload","prefetchChunks.forEach(function(chunkId) {"," = ","runtimeRequirements","});","webpack/lib/RuntimeModule","done","var loadingEnded = ","getChunkScriptFilename","compilation","8262099YiCgpS","8118960PweExi",'// add "moreModules" to the modules object,',"Super expression must either be null or a function","} else installedChunks[chunkId] = 0;","promises.push(loadUpdateChunk(chunkId));","if(true) { // all chunks have JS"," + ","[resolve, reject];","331592OELlHq","apply",'throw new Error("Failed to fetch update manifest " + response.statusText);',"prototype","ensureChunkHandlers","var fulfilled = true;","30zfoOHM","// setup Promise in chunk cache","generate","hooks","@@iterator","stringify","// no HMR manifest","var prefetchChunks = data[3] || [];","webpack/lib/Template","var executeModules = data[2];","next","3AchNxx",'"] = global["',"var moreModules = data[1];","default","bind","chunkId = chunkIds[i];","// install a JSONP callback for chunk loading","deferredModule[0]);","if(!response.ok) ","var depId = deferredModule[j];","groupsIterable","chunkId","// undefined = chunk not loaded, null = chunk preloaded/prefetched","iterator","defineProperty","if(installedChunkData !== 0) ","var installedChunks = {","valueOf","resolves.push(installedChunks[chunkId][0]);","return","// start chunk loading","hmrDownloadManifest","asString","chunkGraph","jsonpScript","function","number","if(","var promise = new Promise(","Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.","3047390WpnIQe","function checkDeferredModules() {","chunkLoadingGlobal","response","deferredModules.splice(i--, 1);","prefetch","Set","2424648ntIMRm","call","__proto__","chunks","// no HMR","requireFn","return result;","undefined","(installedChunks, chunkId)) {","return response.json();","webpack/lib/RuntimeGlobals","linkPrefetch","if(parentJsonpFunction) parentJsonpFunction(data);","// chunk prefetching for javascript","return fetch(","var installedChunkData = ","outputOptions",") {","(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;","hmrDownloadUpdateHandlers","installedChunks[chunkId] = undefined;","77qMMTnJ","// Promise = chunk loading, 0 = chunk loaded","if(fulfilled) {",".s = ","if(installedChunks[depId] !== 0) fulfilled = false;","constructor","if(response.status === 404) return; // no update available","key","keys","var url = "];return(_0x5a20=function(){return e})()}function _typeof(e){var n=_0x3e35;return(_typeof=n(377)==typeof Symbol&&n(454)==typeof Symbol[n(527)]?function(e){return typeof e}:function(e){var t=n;return e&&t(377)==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?t(454):typeof e})(e)}function _createForOfIteratorHelper(e,t){var n,r,a,o,i=_0x3e35,l=i(396)!=typeof Symbol&&e[Symbol.iterator]||e[i(507)];if(l)return a=!(r=!0),{s:function(){l=l[i(390)](e)},n:function(){var e=i,t=l[e(513)]();return r=t[e(484)],t},e:function(e){a=!0,n=e},f:function(){var e=i;try{r||null==l.return||l[e(533)]()}finally{if(a)throw n}}};if(Array.isArray(e)||(l=_unsupportedIterableToArray(e))||t&&e&&i(378)==typeof e.length)return l&&(e=l),o=0,{s:t=function(){},n:function(){return o>=e[i(459)]?{done:!0}:{done:!1,value:e[o++]}},e:function(e){throw e},f:t};throw new TypeError(i(381))}function _unsupportedIterableToArray(e,t){var n,r=_0x3e35;if(e)return r(464)==typeof e?_arrayLikeToArray(e,t):("Object"===(n={}[r(438)][r(390)](e).slice(8,-1))&&e[r(415)]&&(n=e[r(415)][r(423)]),r(431)===n||r(388)===n?Array.from(e):r(425)===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/[r(462)](n)?_arrayLikeToArray(e,t):void 0)}function _arrayLikeToArray(e,t){var n=_0x3e35;(null==t||t>e[n(459)])&&(t=e[n(459)]);for(var r=0,a=Array(t);r<t;r++)a[r]=e[r];return a}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=_0x3e35,r=0;r<t[n(459)];r++){var a=t[r];a.enumerable=a[n(422)]||!1,a[n(421)]=!0,n(466)in a&&(a.writable=!0),Object[n(528)](e,_toPropertyKey(a[n(417)]),a)}}function _createClass(e,t,n){var r=_0x3e35;return t&&_defineProperties(e[r(500)],t),n&&_defineProperties(e,n),Object.defineProperty(e,r(500),{writable:!1}),e}function _toPropertyKey(e){e=_toPrimitive(e,"string");return"symbol"==_typeof(e)?e:e+""}function _toPrimitive(e,t){var n=_0x3e35;if(n(442)!=_typeof(e)||!e)return e;var r=e[Symbol[n(444)]];if(void 0===r)return(n(464)===t?String:Number)(e);r=r[n(390)](e,t||n(517));if(n(442)!=_typeof(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}function _callSuper(e,t,n){var r=_0x3e35;return t=_getPrototypeOf(t),_possibleConstructorReturn(e,_isNativeReflectConstruct()?Reflect.construct(t,n||[],_getPrototypeOf(e)[r(415)]):t[r(498)](e,n))}function _possibleConstructorReturn(e,t){var n=_0x3e35;if(t&&(n(442)==_typeof(t)||n(377)==typeof t))return t;if(void 0!==t)throw new TypeError(n(447));return _assertThisInitialized(e)}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(_0x3e35(472));return e}function _isNativeReflectConstruct(){var e=_0x3e35;try{var t=!Boolean.prototype[e(531)][e(390)](Reflect[e(460)](Boolean,[],function(){}))}catch(e){}return(_isNativeReflectConstruct=function(){return!!t})()}function _getPrototypeOf(e){var n=_0x3e35;return(_getPrototypeOf=Object[n(455)]?Object[n(461)][n(518)]():function(e){var t=n;return e.__proto__||Object[t(461)](e)})(e)}function _inherits(e,t){var n=_0x3e35;if(n(377)!=typeof t&&null!==t)throw new TypeError(n(491));e.prototype=Object[n(463)](t&&t[n(500)],{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&_setPrototypeOf(e,t)}function _setPrototypeOf(e,t){var n=_0x3e35;return(_setPrototypeOf=Object.setPrototypeOf?Object[n(455)][n(518)]():function(e,t){return e[n(391)]=t,e})(e,t)}(()=>{for(var e=_0x3e35,t=_0x5a20();;)try{if(713381==+parseInt(e(497))+parseInt(e(389))/2*(parseInt(e(514))/3)+-parseInt(e(448))/4*(-parseInt(e(503))/5)+-parseInt(e(451))/6*(-parseInt(e(410))/7)+-parseInt(e(489))/8+-parseInt(e(488))/9+-parseInt(e(382))/10)break;t.push(t.shift())}catch(e){t.push(t.shift())}})();var RuntimeGlobals=require(_0x424ae2(399)),RuntimeModule=require(_0x424ae2(483)),Template=require(_0x424ae2(511)),_require=require(_0x424ae2(467)),chunkHasJs=_require.chunkHasJs,compileBooleanMatcher=require(_0x424ae2(475)),OBJ_HASOWNPROP=_0x424ae2(465),JsonpChunkLoadingRuntimeModule=(()=>{var b=_0x424ae2;function i(e,t,n,r){var a,o=_0x3e35;return _classCallCheck(this,i),(a=_callSuper(this,i,[o(477),RuntimeModule.STAGE_ATTACH])).runtimeRequirements=e,a.jsonpScript=t,a[o(478)]=n,a[o(400)]=r,a}return _inherits(i,RuntimeModule),_createClass(i,[{key:b(505),value:function(){var r=b,e=this[r(487)],a=this.chunk,t=this[r(376)],n=e[r(432)],o=e[r(375)],i=e[r(405)],l=e.mainTemplate,e=e.hash,u=RuntimeGlobals[r(501)],s=this.runtimeRequirements[r(424)](RuntimeGlobals[r(501)]),d=this[r(481)][r(424)](RuntimeGlobals[r(408)]),c=this[r(481)][r(424)](RuntimeGlobals[r(373)]),o=o[r(435)](a,chunkHasJs),o=compileBooleanMatcher(o),p=(()=>{var e,t=r,n=_createForOfIteratorHelper(a[t(524)]);try{for(n.s();!(e=n.n())[t(484)];)if(1<e[t(466)][t(392)][t(459)])return!0}catch(e){n.e(e)}finally{n.f()}return!1})(),f=(f=a[(h=r)(430)](!0)[h(387)])&&Object[h(418)](f)[h(459)],h=n.outputOptions[r(384)],m="",e=(f&&(m=p?r(457):(e=["installedChunks[chunkId] = null;",l[r(506)][r(400)][r(390)]("",a,e),r(437)],Template.asString([r(402),r(479),Template[r(440)]([r(441),Template[r(440)](e),"}"]),r(482)]))),p?r(512):""),f=f?r(510):"",k=Template[r(440)](r(532)),y=r(429),_=Template[r(440)]([r(523),r(414)]),l=Template[r(440)]([r(386),"result = "[r(456)](l[r(394)],"(")[r(456)](l.requireFn,r(413))+r(521)]),_=Template[r(440)]([r(450),r(502),"for(var j = 1; j < deferredModule.length; j++) {",_,"}",r(412),l,"}"]);return Template[r(374)]([r(427),r(526),r(411),r(530),chunkIdsHandler(a),"};","",withLoadingHandler(s,o,u,n,t,a,d),withHmrHandler(d,n,t,a,i),"",withHmrManifestHandler(c,n),templateHandler(e,f,y,k,m,p,h,_),""])}}])})();function chunkIdsHandler(e){var t=_0x424ae2;return Template.indent(e.ids.map(function(e){var t=_0x3e35;return""[t(456)](JSON[t(508)](e),": 0")})[t(453)](",\n"))}function withHmrHandler(e,t,n,r,a){return _0x424ae2(393)}function withHmrManifestHandler(e,t){var n=_0x424ae2;return e?Template[n(374)]([""[n(456)](RuntimeGlobals[n(373)],n(480))[n(456)](t[n(443)]("",[n(470),n(403)[n(456)](RuntimeGlobals.publicPath,n(495))[n(456)](RuntimeGlobals.getUpdateManifestFilename,n(449))[n(456)](t[n(443)](n(385),[n(416),n(522)+n(499),n(398)]),");")]),";")]):n(509)}function templateHandler(e,t,n,r,a,o,i,l){var u=_0x424ae2;return Template[u(374)](["",u(520),"function webpackJsonpCallback(data) {",Template[u(440)](["var chunkIds = data[0];",u(516),e,t,u(490),'// then flag all "chunkIds" as loaded and fire callback',n,"for(;i < chunkIds.length; i++) {",Template[u(440)]([u(519),u(379)[u(456)](OBJ_HASOWNPROP,".call(installedChunks, chunkId) ")+u(473),r,"}",u(468)]),"}",u(471),Template[u(440)](["if("[u(456)](OBJ_HASOWNPROP,".call(moreModules, moduleId)) {"),"__webpack_modules__[moduleId] = moreModules[moduleId];","}"]),"}",u(401),a,u(445),Template[u(440)](u(446)),"}",o?Template[u(374)](["","// add entry modules from loaded chunk to deferred list",u(420),"","// run deferred modules when all chunks ready",u(476)]):""]),"};",'var jsonpArray = global["'[u(456)](i,u(515))[u(456)](i,u(428))+u(436)+"\n jsonpArray.push = webpackJsonpCallback;\n jsonpArray = jsonpArray.slice();"+u(439)+"\n var parentJsonpFunction = oldJsonpFunction;",o?Template[u(374)]([u(383),Template[u(440)](["var result;",u(433),l,"}","",u(395)]),"}"]):""])}function _0x3e35(e,t){var n=_0x5a20();return(_0x3e35=function(e,t){return n[e-=373]})(e,t)}function withLoadingHandler(e,t,n,r,a,o,i){var l=_0x424ae2;return e?Template.asString([""[l(456)](n,l(469))[l(456)](r[l(443)](l(458),!1!==t?Template.indent(["// JSONP chunk loading for javascript",l(404).concat(RuntimeGlobals.hasOwnProperty)+l(407),'if(installedChunkData !== 0) { // 0 means "already installed".',Template[l(440)](["",'// a Promise means "currently loading".',"if(installedChunkData) {",Template[l(440)](["promises.push(installedChunkData[2]);"]),"} else {",Template[l(440)]([!0===t?l(494):l(379).concat(t(l(525)),l(406)),Template[l(440)]([l(504),l(380)[l(456)](r[l(443)]("resolve, reject",["installedChunkData = installedChunks[chunkId] = "+l(496)]),");"),l(426),"",l(534),l(419)[l(456)](RuntimeGlobals.publicPath," + ")+""[l(456)](RuntimeGlobals[l(486)],"(chunkId);"),l(485)[l(456)](r[l(443)]("",[l(379)[l(456)](RuntimeGlobals.hasOwnProperty,l(397)),Template[l(440)]([l(434),l(529)+l(409),"if(installedChunkData) return installedChunkData[1];"]),"}"]),";"),a[l(390)]("",o)]),l(492),"",i?l(452)+l(493):l(393)]),"}"]),"}"]):Template[l(440)]([l(468),"",i?l(452)+l(493):l(393)])),";")]):"// no chunk on demand loading"}module[_0x424ae2(474)]=JsonpChunkLoadingRuntimeModule;
@@ -1 +1 @@
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
+ var _0x39c66c=_0x13ed;function _slicedToArray(r,e){return _arrayWithHoles(r)||_iterableToArrayLimit(r,e)||_unsupportedIterableToArray(r,e)||_nonIterableRest()}function _nonIterableRest(){throw new TypeError(_0x13ed(486))}function _0x13ed(r,e){var t=_0x4dd3();return(_0x13ed=function(r,e){return t[r-=480]})(r,e)}function _iterableToArrayLimit(r,e){var t=_0x13ed,n=null==r?null:t(495)!=typeof Symbol&&r[Symbol[t(504)]]||r[t(509)];if(null!=n){var a,o,u,i,l=[],f=!0,c=!1;try{if(u=(n=n[t(494)](r)).next,0===e){if(Object(n)!==n)return;f=!1}else for(;!(f=(a=u[t(494)](n))[t(487)])&&(l.push(a.value),l[t(517)]!==e);f=!0);}catch(r){c=!0,o=r}finally{try{if(!f&&null!=n[t(507)]&&(i=n.return(),Object(i)!==i))return}finally{if(c)throw o}}return l}}function _arrayWithHoles(r){if(Array.isArray(r))return r}function _createForOfIteratorHelper(r,e){var t,n,a,o,u=_0x13ed,i="undefined"!=typeof Symbol&&r[Symbol.iterator]||r[u(509)];if(i)return a=!(n=!0),{s:function(){i=i.call(r)},n:function(){var r=i[u(512)]();return n=r.done,r},e:function(r){a=!0,t=r},f:function(){try{n||null==i.return||i.return()}finally{if(a)throw t}}};if(Array.isArray(r)||(i=_unsupportedIterableToArray(r))||e&&r&&u(497)==typeof r.length)return i&&(r=i),o=0,{s:e=function(){},n:function(){return o>=r[u(517)]?{done:!0}:{done:!1,value:r[o++]}},e:function(r){throw r},f:e};throw new TypeError(u(508))}function _unsupportedIterableToArray(r,e){var t,n=_0x13ed;if(r)return n(502)==typeof r?_arrayLikeToArray(r,e):("Object"===(t={}[n(500)][n(494)](r)[n(485)](8,-1))&&r[n(499)]&&(t=r[n(499)][n(481)]),n(503)===t||n(501)===t?Array[n(510)](r):n(516)===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/[n(493)](t)?_arrayLikeToArray(r,e):void 0)}function _arrayLikeToArray(r,e){var t=_0x13ed;(null==e||e>r.length)&&(e=r[t(517)]);for(var n=0,a=Array(e);n<e;n++)a[n]=r[n];return a}(()=>{for(var r=_0x13ed,e=_0x4dd3();;)try{if(270127==-parseInt(r(498))+-parseInt(r(506))/2+-parseInt(r(480))/3+parseInt(r(484))/4+parseInt(r(515))/5+parseInt(r(496))/6+parseInt(r(482))/7)break;e.push(e.shift())}catch(r){e.push(e.shift())}})();var getAllChunks=function(r){var e,t=_0x13ed,n=new Set,a=new Set([r]),o=_createForOfIteratorHelper(a);try{for(o.s();!(e=o.n()).done;){var u,i=e.value,l=_createForOfIteratorHelper(i[t(489)]);try{for(l.s();!(u=l.n()).done;){var f=u.value;n[t(513)](f)}}catch(r){l.e(r)}finally{l.f()}var c,y=_createForOfIteratorHelper(i[t(490)]);try{for(y.s();!(c=y.n())[t(487)];){var s=c[t(491)];a[t(513)](s)}}catch(r){y.e(r)}finally{y.f()}}}catch(r){o.e(r)}finally{o.f()}return n};function _0x4dd3(){var r=["entrypoints","399272jMpoow","slice","Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.","done","getEntryInfo","chunks","parentsIterable","value","needEntryDeferringCode","test","call","undefined","2141370LbZifY","number","134959LghOHz","constructor","toString","Set","string","Map","iterator","getRuntimeChunk","948850quCNTt","return","Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.","@@iterator","from","values","next","add","map","1373535qjgrUS","Arguments","length","1169115YLcXID","name","3764572gmMqMq"];return(_0x4dd3=function(){return r})()}exports[_0x39c66c(488)]=function(n,a){var o=_0x39c66c;return Array[o(510)](n.getChunkEntryModulesWithChunkGroupIterable(a))[o(514)](function(r){var e=o,r=_slicedToArray(r,2),t=r[0],r=r[1];return[n.getModuleId(t)].concat(Array[e(510)](getAllChunks(r),function(r){return r.id}).filter(function(r){return r!==a.id}))})},exports[_0x39c66c(492)]=function(r,e){var t,n=_0x39c66c,a=_createForOfIteratorHelper(r[n(483)][n(511)]());try{for(a.s();!(t=a.n())[n(487)];){var o=t.value;if(o[n(505)]()===e&&o[n(489)].some(function(r){return r!==e}))return!0}}catch(r){a.e(r)}finally{a.f()}return!1};
@@ -1 +1 @@
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
+ var _0x331afa=_0xcd26;function _0xcd26(e,n){var t=_0x2b35();return(_0xcd26=function(e,n){return t[e-=106]})(e,n)}function _typeof(e){var t=_0xcd26;return(_typeof=t(173)==typeof Symbol&&"symbol"==typeof Symbol[t(172)]?function(e){return typeof e}:function(e){var n=t;return e&&n(173)==typeof Symbol&&e[n(177)]===Symbol&&e!==Symbol[n(121)]?n(146):typeof e})(e)}function _classCallCheck(e,n){var t=_0xcd26;if(!(e instanceof n))throw new TypeError(t(170))}function _defineProperties(e,n){for(var t=_0xcd26,r=0;r<n[t(176)];r++){var a=n[r];a.enumerable=a[t(123)]||!1,a.configurable=!0,"value"in a&&(a[t(168)]=!0),Object.defineProperty(e,_toPropertyKey(a.key),a)}}function _createClass(e,n,t){var r=_0xcd26;return n&&_defineProperties(e.prototype,n),t&&_defineProperties(e,t),Object[r(171)](e,r(121),{writable:!1}),e}function _0x2b35(){var e=["runtimeTemplate","1028956MiuaoU","moduleFactoriesAddOnly","thisCompilation","apply","set","moduleCache","startup","needEntryDeferringCode","chunk","hmrDownloadUpdateHandlers","object","98lnpWro","symbol","chunkGraph","getEntryInfo","linkPrefetch","stringify","236819DFdKHx","5399YxoIDo","4218012TZFmpx","SyncWaterfallHook","webpack/lib/Compilation","ensureChunkHandlers","update","910JSIodR","add","startupNoDefault","source","@@toPrimitive must return a primitive value.","renderChunk","ConcatSource","chunkHash","hmrModuleData","require","writable","concat","Cannot call a class as a function","defineProperty","iterator","function","for","additionalTreeRuntimeRequirements","length","constructor","hotUpdateFunction","runtimeRequirementInTree","getChunkUpdateScriptFilename","88cvuTmO","globalObject","publicPath","outputOptions","webpack/lib/HotUpdateChunk","hooks","tapable","getChunkRuntimeModulesInOrder","webpack/lib/Template","call","9Uzrbza","JsonpTemplatePlugin","2262180tQjVAv","tap","184709LUrLKR","hmrDownloadManifest","getCompilationHooks","prototype","toPrimitive","enumerable","getUpdateManifestFilename","./jsonpChunkLoadingRuntimeModule","webpack/lib/javascript/JavascriptModulesPlugin","hash","webpack/lib/RuntimeGlobals","./jsonpHelpers","getChunkScriptFilename","jsonpScript","896166cEFKdL"];return(_0x2b35=function(){return e})()}function _toPropertyKey(e){var n=_0xcd26,e=_toPrimitive(e,"string");return n(146)==_typeof(e)?e:e+""}function _toPrimitive(e,n){var t=_0xcd26;if(t(144)!=_typeof(e)||!e)return e;var r=e[Symbol[t(122)]];if(void 0===r)return("string"===n?String:Number)(e);r=r[t(113)](e,n||"default");if("object"!=_typeof(r))return r;throw new TypeError(t(162))}(()=>{for(var e=_0xcd26,n=_0x2b35();;)try{if(437851==-parseInt(e(152))*(-parseInt(e(145))/2)+-parseInt(e(114))/3*(-parseInt(e(134))/4)+parseInt(e(116))/5+parseInt(e(132))/6+-parseInt(e(118))/7*(-parseInt(e(181))/8)+parseInt(e(153))/9+parseInt(e(158))/10*(-parseInt(e(151))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}})();var _require=require(_0x331afa(110)),SyncWaterfallHook=_require[_0x331afa(154)],_require2=require("webpack-sources"),ConcatSource=_require2[_0x331afa(164)],Compilation=require(_0x331afa(155)),HotUpdateChunk=require(_0x331afa(108)),RuntimeGlobal=require(_0x331afa(128)),Template=require(_0x331afa(112)),JavascriptModulesPlugin=require(_0x331afa(126)),JsonpChunkLoadingRuntimeModule=require(_0x331afa(125)),_require3=require(_0x331afa(129)),getEntryInfo=_require3[_0x331afa(148)],needEntryDeferringCode=_require3[_0x331afa(141)],compilationHooksMap=new WeakMap,JsonpTemplatePlugin=(()=>{var r=_0x331afa;function t(){_classCallCheck(this,t)}return _createClass(t,[{key:r(137),value:function(e){var n=r;e.hooks[n(136)][n(117)](n(115),function(r){function a(e,n){var t=c;i.has(e)||(i[t(159)](e),n[t(159)](RuntimeGlobal[t(135)]),n.add(RuntimeGlobal.hasOwnProperty),r.addRuntimeModule(e,new JsonpChunkLoadingRuntimeModule(n,o[t(131)],o.linkPreload,o[t(149)])))}var c=n,e=JavascriptModulesPlugin.getCompilationHooks(r),o=(e[c(163)][c(117)](c(115),function(e,n){var t=c,r=n[t(142)],a=n[t(147)],o=n[t(133)],i=r instanceof HotUpdateChunk?r:null,u=o[t(107)].globalObject,l=new ConcatSource,p=a[t(111)](r),p=0<p[t(176)]&&Template.renderChunkRuntimeModules(p,n);return i?(n=o[t(107)].hotUpdateFunction,l[t(159)](""[t(169)](u,"[")[t(169)](JSON[t(150)](n),"](")),l[t(159)](""[t(169)](JSON[t(150)](r.id),",")),l[t(159)](e),p&&(l[t(159)](",\n"),l[t(159)](p)),l.add(")")):(l[t(159)](e),o=0<(i=getEntryInfo(a,r))[t(176)]&&","[t(169)](JSON[t(150)](i)),(p||o)&&l.add(o||",0"),p&&(l[t(159)](",\n"),l[t(159)](p))),l}),e[c(165)].tap(c(115),function(e,n,t){var r,a,o=c,i=t[o(147)],t=t[o(133)];e.hasRuntime()||(r=(t=t[o(107)]).jsonpFunction,a=t[o(178)],t=t[o(182)],i=JSON.stringify(getEntryInfo(i,e)),n[o(157)](o(115)),n[o(157)]("1"),n[o(157)](i),n[o(157)](""[o(169)](r)),n.update(""[o(169)](a)),n[o(157)](""[o(169)](t)))}),t[c(120)](r)),i=new WeakSet;r[c(109)].runtimeRequirementInTree.for(RuntimeGlobal[c(156)])[c(117)](c(115),a),r[c(109)].runtimeRequirementInTree.for(RuntimeGlobal[c(143)])[c(117)](c(115),a),r.hooks[c(179)][c(174)](RuntimeGlobal.hmrDownloadManifest)[c(117)](c(115),a),r[c(109)][c(179)][c(174)](RuntimeGlobal[c(156)])[c(117)](c(115),function(e,n){var t=c;n.add(RuntimeGlobal.publicPath),n.add(RuntimeGlobal[t(130)])}),r[c(109)].runtimeRequirementInTree.for(RuntimeGlobal[c(143)])[c(117)](c(115),function(e,n){var t=c;n[t(159)](RuntimeGlobal[t(106)]),n[t(159)](RuntimeGlobal[t(180)]),n[t(159)](RuntimeGlobal[t(139)]),n[t(159)](RuntimeGlobal[t(166)]),n[t(159)](RuntimeGlobal[t(135)])}),r[c(109)].runtimeRequirementInTree.for(RuntimeGlobal[c(119)])[c(117)](c(115),function(e,n){var t=c;n[t(159)](RuntimeGlobal[t(106)]),n.add(RuntimeGlobal[t(124)])}),r.hooks[c(175)][c(117)](c(115),function(e,n){var t=c;needEntryDeferringCode(r,e)&&(n[t(159)](RuntimeGlobal[t(140)]),n.add(RuntimeGlobal[t(160)]),a(e,n),n[t(159)](RuntimeGlobal[t(167)]))})})}}],[{key:r(120),value:function(e){var n,t=r;if(e instanceof Compilation)return void 0===(n=compilationHooksMap.get(e))&&(n={jsonpScript:new SyncWaterfallHook([t(161),t(142),t(127)]),linkPreload:new SyncWaterfallHook([t(161),t(142),t(127)]),linkPrefetch:new SyncWaterfallHook([t(161),t(142),t(127)])}),compilationHooksMap[t(138)](e,n),n;throw new TypeError("The 'compilation' argument must be an instance of Compilation")}}])})();module.exports=JsonpTemplatePlugin;
@@ -1 +1 @@
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
+ var _0x32dc5e=_0x3503;function _0x3503(e,r){var a=_0x4772();return(_0x3503=function(e,r){return a[e-=408]})(e,r)}function _0x4772(){var e=["4275691QfMEwK","./common/beforeLoaderProcess","6411RjLJLN","exports","113892SmxgIA","3505491MuvrMr","resolveAlias","astParse","normalizePath","resourcePath","20ESpnKb","./js-parser/parser","subpackages","9175690YQWShs","pathHandler","options","24oJwoYB","configs","5861236LpriVx","90wrfXev","code","has","traverse","manifest","1329966Wdbybf"];return(_0x4772=function(){return e})()}(()=>{for(var e=_0x3503,r=_0x4772();;)try{if(834323==+parseInt(e(416))*(-parseInt(e(408))/2)+parseInt(e(413))/3+parseInt(e(432))/4+parseInt(e(424))/5*(parseInt(e(418))/6)+-parseInt(e(414))/7+-parseInt(e(430))/8*(parseInt(e(419))/9)+parseInt(e(427))/10)break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var _require=require(_0x32dc5e(425)),astParse=_require[_0x32dc5e(421)],traverse=_require[_0x32dc5e(411)],generate=_require.generate,requireHandler=_require.requireHandler,_require2=require("../common/config"),configs=_require2[_0x32dc5e(431)],_require3=require(_0x32dc5e(415)),getOwnerIndexJs=_require3.getOwnerIndexJs,pathHandler=_require3[_0x32dc5e(428)],normalizePath=_require3[_0x32dc5e(422)];function requireLoader(e){var r,a,n,t,s=_0x32dc5e,i=this[s(423)];return this.addDependency(i),i=normalizePath(i),configs.jsLoaderList[s(410)](i)?(r=astParse(e),a=this[s(429)][s(412)][s(420)]||{},n=this[s(429)][s(412)][s(426)],t=getOwnerIndexJs(i,n),i=requireHandler(pathHandler,i,n,t,a,!0),traverse(r,i),null==(n=generate(r))?void 0:n[s(409)]):e}module[_0x32dc5e(417)]=requireLoader;
@@ -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)}})();
1
+ var _0x157045=_0x3507;function _0x3507(e,r){var t=_0x23cf();return(_0x3507=function(e,r){return t[e-=498]})(e,r)}function _regenerator(){var d,h=_0x3507,e=h(571)==typeof Symbol?Symbol:{},r=e[h(545)]||"@@iterator",t=e.toStringTag||h(543);function n(e,r,t,n){var o,a,i,c,s,u,l,f,g,p,v=h,r=r&&r[v(512)]instanceof b?r:b,r=Object[v(518)](r[v(512)]);return _regeneratorDefine2(r,v(551),(o=e,a=t,f=n||[],g=!1,p={p:l=0,n:0,v:d,a:_,f:_[(u=v)(549)](d,4),d:function(e,r){return i=e,c=0,s=d,p.n=r,x}},function(e,r,t){var n=u;if(1<l)throw TypeError(n(556));for(g&&1===r&&_(r,t),c=r,s=t;(m=c<2?d:s)||!g;){i||(c?c<3?(1<c&&(p.n=-1),_(c,s)):p.n=s:p.v=s);try{if(l=2,i){if(m=i[e=c?e:"next"]){if(!(m=m[n(559)](i,s)))throw TypeError(n(514));if(!m[n(563)])return m;s=m[n(538)],c<2&&(c=0)}else 1===c&&(m=i[n(565)])&&m[n(559)](i),c<2&&(s=TypeError("The iterator does not provide a '"+e+n(527)),c=1);i=d}else if((m=(g=p.n<0)?s:o[n(559)](a,p))!==x)break}catch(e){i=d,c=1,s=e}finally{l=1}}return{value:m,done:g}}),!0),r;function _(e,r){var t=u;for(c=e,s=r,m=0;!g&&l&&!n&&m<f[t(570)];m++){var n,o=f[m],a=p.p,i=o[2];3<e?(n=i===r)&&(s=o[(c=o[4])?5:c=3],o[4]=o[5]=d):o[0]<=a&&((n=e<2&&a<o[1])?(c=0,p.v=r,p.n=o[1]):a<i&&(n=e<3||o[0]>r||i<r)&&(o[4]=e,o[5]=r,p.n=i,c=0))}if(n||1<e)return x;throw g=!0,r}}var x={};function b(){}function o(){}function a(){}var m=Object[h(567)],e=[][r]?m(m([][r]())):(_regeneratorDefine2(m={},r,function(){return this}),m),i=a[h(512)]=b[h(512)]=Object[h(518)](e);function c(e){var r=h;return Object.setPrototypeOf?Object[r(582)](e,a):(e[r(544)]=a,_regeneratorDefine2(e,t,r(511))),e[r(512)]=Object[r(518)](i),e}return o.prototype=a,_regeneratorDefine2(i,h(550),a),_regeneratorDefine2(a,"constructor",o),o.displayName="GeneratorFunction",_regeneratorDefine2(a,t,h(511)),_regeneratorDefine2(i),_regeneratorDefine2(i,t,h(532)),_regeneratorDefine2(i,r,function(){return this}),_regeneratorDefine2(i,h(566),function(){return h(525)}),(_regenerator=function(){return{w:n,m:c}})()}function _regeneratorDefine2(e,r,t,n){var i=_0x3507,c=Object[i(564)];try{c({},"",{})}catch(e){c=0}(_regeneratorDefine2=function(e,r,t,n){var o=i;function a(r,t){_regeneratorDefine2(e,r,function(e){return this[_0x3507(551)](r,t,e)})}r?c?c(e,r,{value:t,enumerable:!n,configurable:!n,writable:!n}):e[r]=t:(a("next",0),a(o(580),1),a(o(565),2))})(e,r,t,n)}function asyncGeneratorStep(e,r,t,n,o,a,i){var c=_0x3507;try{var s=e[a](i),u=s[c(538)]}catch(e){return void t(e)}s.done?r(u):Promise[c(502)](u)[c(546)](n,o)}function _asyncToGenerator(s){return function(){var e=this,c=arguments;return new Promise(function(r,t){var n=_0x3507,o=s[n(508)](e,c);function a(e){asyncGeneratorStep(o,r,t,a,i,n(547),e)}function i(e){asyncGeneratorStep(o,r,t,a,i,n(580),e)}a(void 0)})}}(()=>{for(var e=_0x3507,r=_0x23cf();;)try{if(582443==+parseInt(e(528))*(parseInt(e(521))/2)+parseInt(e(523))/3+-parseInt(e(579))/4+-parseInt(e(526))/5+-parseInt(e(530))/6+parseInt(e(498))/7*(parseInt(e(507))/8)+parseInt(e(539))/9)break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var WebpackDevServer=require(_0x157045(522)),_require=require(_0x157045(517)),getProjectInfo=_require[_0x157045(542)],execSafe=_require[_0x157045(534)],_require2=require("../common/hdc-executor"),stopHvigorDaemon=_require2.stopHvigorDaemon,uninstallPkg=_require2[_0x157045(554)],startAbility=_require2[_0x157045(501)],assembleAndInstallHap=_require2[_0x157045(569)],path=require("path"),log4js=require(_0x157045(533)),logger=log4js[_0x157045(515)](_0x157045(558)),portManager=require("./port-manager"),terminalCb=null;function reqRedirect(e,t){var n=_0x157045,a=path.relative(getProjectInfo()[n(540)],e).replaceAll("\\","/");return function(e,r){var o=n;return r||logger[o(500)](o(575)),r[o(577)].hooks.done[o(506)](o(574),function(e){var r=o;e[r(505)]()||((e=t[r(553)]||t[r(504)]&&t.run===r(520))&&!global[r(552)]&&(logger[r(509)]("compiler done, start assembleAndInstallHap"),assembleAndInstallHap(portManager),global._hasInstall=!0),e?startAbility():t.watch&&t[r(513)]&&(e=execSafe(t[r(513)],{shell:!0}),logger[r(499)](r(510),String(e))))}),r[o(535)][o(555)](function(e,r,t){var n=o;if(e[n(537)][n(581)](n(531))||e[n(537)][n(581)](n(529))||e[n(537)][n(581)]("/"[n(578)](a)))return t();logger[n(499)](n(572).concat(JSON[n(503)](e[n(537)])));t="/"[n(578)](a)[n(578)](e[n(537)]);logger[n(499)](n(573)[n(578)](t)),r[n(557)](t)}),e}}function _0x23cf(){var e=["startServer","../../common/utils","create","removeListener","restart","219486ZTqZaW","webpack-dev-server","3253383oFzloC","Successfully started server on http://127.0.0.1:","[object Generator]","2201325xlwzxT","' method","1YuOdQn","/ascf/ascf_build/","5706264gXoOhe","/build/dist/","Generator","../../common/log4js.js","execSafe","app","127.0.0.1","url","value","14897880OrDBYl","projectPath","removePort","getProjectInfo","@@toStringTag","__proto__","iterator","then","next","port","bind","constructor","_invoke","_hasInstall","serve","uninstallPkg","use","Generator is already running","redirect","dev-server","call","start","ASCF compiling...","genDevServerCfg","done","defineProperty","return","toString","getPrototypeOf","SIGTERM","assembleAndInstallHap","length","function","req: ","relocated: ","HmrCompletedPlugin","webpack-dev-server is not defined","Stopping dev server","compiler","concat","3519764RfOsCl","throw","startsWith","setPrototypeOf","ascf/ascf_src/**/*","exit","SIGINT","29183EOttam","debug","error","startAbility","resolve","stringify","watch","hasErrors","tap","8QypjZG","apply","info","Run command result: ","GeneratorFunction","prototype","run","iterator result is not an object","getLogger"];return(_0x23cf=function(){return e})()}global[_0x157045(552)]=!1,exports[_0x157045(562)]=function(e,r,t){var n=_0x157045;return{devServer:{hot:!1,liveReload:!1,static:{directory:getProjectInfo()[n(540)],publicPath:"/",watch:{ignored:[/node_modules/,/build/]}},watchFiles:[n(583)],devMiddleware:{writeToDisk:!0},client:!1,compress:!0,host:n(536),port:r,setupMiddlewares:reqRedirect(e,t)}}},exports[_0x157045(516)]=(()=>{var n=_asyncToGenerator(_regenerator().m(function e(r,n,o){var a;return _regenerator().w(function(e){for(var t=_0x3507;;)switch(e.n){case 0:return terminalCb&&["exit",t(585),t(568)].forEach(function(e){process[t(519)](e,terminalCb)}),terminalCb=function(){var e=t;logger[e(509)](e(576)),(o[e(553)]||o.watch&&o[e(513)]===e(520))&&portManager[e(541)](),global[e(552)]&&(global[e(552)]=!1,stopHvigorDaemon(),uninstallPkg(),process[e(584)](0))},["exit",t(585),t(568)].forEach(function(e){process.on(e,terminalCb)}),a=new WebpackDevServer(n,r),e.n=1,a[t(560)]()[t(546)](function(){var e=t;logger.info(e(524)[e(578)](n[e(548)])),logger[e(509)](e(561))}).catch(function(e){var r=t;logger.error("Start server failed: "[r(578)](e))});case 1:return e.a(2,a)}},e)}));return function(e,r,t){return n.apply(this,arguments)}})();