@atomicservice/ascf-toolkit 1.0.4-beta.0 → 1.0.5-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/ascf-base/index.d.ts +68 -0
- package/lib/ascf-base/index.js +1 -0
- package/lib/ascf-compiler/appjson-loader.js +1 -1
- package/lib/ascf-compiler/common/appjson-validator.js +1 -1
- package/lib/ascf-compiler/common/css-runtime-api.js +1 -1
- package/lib/ascf-compiler/common/eventHappenHjs.js +1 -1
- package/lib/ascf-compiler/common/exp-utils.js +1 -1
- package/lib/ascf-compiler/common/hash-sum.js +1 -1
- package/lib/ascf-compiler/common/hdc-executor.js +1 -0
- package/lib/ascf-compiler/common/hjs-utils.js +1 -1
- package/lib/ascf-compiler/common/hxml-validator.js +1 -1
- package/lib/ascf-compiler/common/logUndefined.js +1 -1
- package/lib/ascf-compiler/common/manifest-handler.js +1 -0
- package/lib/ascf-compiler/common/manifest-manager.js +1 -0
- package/lib/ascf-compiler/common/merge-tpl-cmps.js +1 -1
- package/lib/ascf-compiler/common/packoptions-utils.js +1 -1
- package/lib/ascf-compiler/common/quick-generate-subpackage.js +1 -1
- package/lib/ascf-compiler/common/utils.js +1 -1
- package/lib/ascf-compiler/css-process-loader.js +1 -1
- package/lib/ascf-compiler/extract-loader.js +1 -1
- package/lib/ascf-compiler/hcss-loader.js +1 -1
- package/lib/ascf-compiler/hjs-loader.js +1 -1
- package/lib/ascf-compiler/hxml-loader.js +1 -1
- package/lib/ascf-compiler/js-parser/parser-babel.js +1 -1
- package/lib/ascf-compiler/js-parser/parser-swc.js +1 -1
- package/lib/ascf-compiler/js-parser/parser.js +1 -1
- package/lib/ascf-compiler/loader-utils.js +1 -1
- package/lib/ascf-compiler/path-process-loader.js +1 -1
- package/lib/ascf-compiler/plugin/copy-bundle-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/dynamic-entry-plugin.js +1 -0
- package/lib/ascf-compiler/plugin/extConfig-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/html-generator-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/i18n-transform-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/manifest-generator-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/replace-module-id-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/resource-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/webpack-target/index.js +1 -1
- package/lib/ascf-compiler/plugin/webpack-target/jsonpChunkLoadingRuntimeModule.js +1 -1
- package/lib/ascf-compiler/plugin/webpack-target/jsonpHelpers.js +1 -1
- package/lib/ascf-compiler/plugin/webpack-target/jsonpTemplatePlugin.js +1 -1
- package/lib/ascf-compiler/require-loader.js +1 -1
- package/lib/ascf-compiler/server/dev-server.js +1 -0
- package/lib/ascf-compiler/server/port-manager.js +1 -0
- package/lib/ascf-compiler/swc-loader.js +1 -1
- package/lib/ascf-compiler/template/attr-utils.js +1 -1
- package/lib/ascf-compiler/template/implicit-model-config.js +1 -1
- package/lib/ascf-compiler/template/node-name-utils.js +1 -1
- package/lib/ascf-compiler/trustlist-hxml-verify-loader.js +1 -1
- package/lib/ascf-compiler/trustlist-js-verify-loader.js +1 -1
- package/lib/ascf-compiler/trustlist-verify/config.js +1 -1
- package/lib/ascf-compiler/trustlist-verify/utils.js +1 -1
- package/lib/ascf-compiler/trustlist-verify/verify-ignore-files.js +1 -1
- package/lib/ascf-compiler/vue-compiler/vue.bundle.js +1 -1
- package/lib/ascf-compiler/watch/watch.js +1 -1
- package/lib/ascf-compiler/web.webpack.config.js +1 -1
- package/lib/ascf-converter/ascfApisDiff.json +1979 -0
- package/lib/ascf-converter/common/commonConfig.js +1 -1
- package/lib/ascf-converter/common/commonUtils.js +1 -1
- package/lib/ascf-converter/common/path-validator.js +1 -1
- package/lib/ascf-converter/common/textDocument.js +1 -1
- package/lib/ascf-converter/compiler-utils/parse5.bundle.js +1 -1
- package/lib/ascf-converter/convertManager.js +1 -0
- package/lib/ascf-converter/features/converter.js +1 -1
- package/lib/ascf-converter/features/fileHandle.js +1 -1
- package/lib/ascf-converter/features/transformReport.js +1 -1
- package/lib/ascf-converter/lib/apiadapter4alipay.js +1 -1
- package/lib/ascf-converter/parse/babelParser.js +1 -1
- package/lib/ascf-converter/parse/importVisitor.js +1 -1
- package/lib/ascf-converter/parse/wxssParser.js +1 -1
- package/lib/ascf-converter/report/icons/completely.png +0 -0
- package/lib/ascf-converter/report/icons/failed.png +0 -0
- package/lib/ascf-converter/report/icons/portion.png +0 -0
- package/lib/ascf-converter/report/index.html +718 -0
- package/lib/ascf-converter/report/js/index.js +1 -0
- package/lib/bin/ascf.js +1 -1
- package/lib/commands/ascfbuild/index.js +1 -0
- package/lib/commands/build-npm/index.js +1 -0
- package/lib/commands/debugger/index.js +1 -0
- package/lib/common/config.js +1 -1
- package/lib/common/log4js.js +1 -1
- package/lib/common/logger-plugin.js +1 -1
- package/lib/common/remove-strict-mode-plugin.js +1 -1
- package/lib/common/string-utils.js +1 -1
- package/lib/common/utils.js +1 -1
- package/lib/common/version-check.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +9 -8
- package/lib/ascf-build-npm/build-npm.js +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _0x294780=_0x1e76;function _toConsumableArray(t){return _arrayWithoutHoles(t)||_iterableToArray(t)||_unsupportedIterableToArray(t)||_nonIterableSpread()}function _nonIterableSpread(){throw new TypeError(_0x1e76(279))}function _iterableToArray(t){var e=_0x1e76;if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t[e(229)])return Array[e(261)](t)}function _arrayWithoutHoles(t){if(Array[_0x1e76(258)](t))return _arrayLikeToArray(t)}function _createForOfIteratorHelper(t,e){var r,n,a,o,i=_0x1e76,s=i(294)!=typeof Symbol&&t[Symbol[i(283)]]||t[i(229)];if(s)return a=!(n=!0),{s:function(){s=s[i(298)](t)},n:function(){var t=i,e=s.next();return n=e[t(290)],e},e:function(t){a=!0,r=t},f:function(){var t=i;try{n||null==s[t(256)]||s[t(256)]()}finally{if(a)throw r}}};if(Array[i(258)](t)||(s=_unsupportedIterableToArray(t))||e&&t&&i(237)==typeof t[i(300)])return s&&(t=s),o=0,{s:e=function(){},n:function(){return o>=t.length?{done:!0}:{done:!1,value:t[o++]}},e:function(t){throw t},f:e};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(t,e){var r,n=_0x1e76;if(t)return"string"==typeof t?_arrayLikeToArray(t,e):(r={}[n(305)][n(298)](t)[n(264)](8,-1),"Map"===(r=n(306)===r&&t.constructor?t.constructor[n(269)]:r)||"Set"===r?Array.from(t):n(287)===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/[n(268)](r)?_arrayLikeToArray(t,e):void 0)}function _arrayLikeToArray(t,e){(null==e||e>t[_0x1e76(300)])&&(e=t.length);for(var r=0,n=Array(e);r<e;r++)n[r]=t[r];return n}(()=>{for(var t=_0x1e76,e=_0x190b();;)try{if(761069==-parseInt(t(276))*(parseInt(t(250))/2)+-parseInt(t(239))/3+-parseInt(t(314))/4*(-parseInt(t(235))/5)+parseInt(t(277))/6+-parseInt(t(248))/7*(parseInt(t(299))/8)+-parseInt(t(301))/9*(-parseInt(t(228))/10)+parseInt(t(291))/11*(parseInt(t(257))/12))break;e.push(e.shift())}catch(t){e.push(e.shift())}})();var path=require(_0x294780(236)),fs=require("fs"),utils=require(_0x294780(259)),_require=require(_0x294780(271)),manifestManager=_require.manifestManager,HTML_HEAD=_0x294780(263)+'<html>\n <head>\n <meta charset="UTF-8" />\n <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0,minimum-scale=1.0, viewport-fit=cover" />\n'+_0x294780(315)+_0x294780(262),HTML_BODY=_0x294780(238)+' <div id="holder"></div>\n'+_0x294780(254),SCRIPT_APP_CSS=_0x294780(280),HTML_BODY_END=_0x294780(240),HTML_HTML_END=_0x294780(303),GLOBAL_COMPONENTS=[];function _0x190b(){var t=["apply","../common/manifest-manager","useCustomTabBar","tapAsync","writeFileSync","lazyCodeLoading","35897yqNwrk","7989078HspqOu","get","Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."," <script type=\"text/javascript\" src='/app.css.js'><\/script>\n","has","existsSync","iterator",'.pack.js" ',"type","flat","Arguments","endsWith","startsWith","done","14088723AXsZlz","custom-tab-bar/index","root","undefined","page","hasOwnProperty","indexOf","call","64OXTpAK","length","4041fNTBGc","ERROR: Can not resolve file:","</html>","srcPath","toString","Object","unshift","exports","component","components","subpackage","stringify","add","4376mHTIkX",' <link rel="stylesheet" href="assets://base.css" type="text/css" media="screen" charset="utf-8" />\n',"buildPath","forEach","32020KAOgIO","@@iterator","options","><\/script>\n","mkdirsSync","values","emit","695rQxiuF","path","number"," <body>\n","3476616djsGON"," </body>\n","filter","concat","join",' <script type="text/javascript" src="/',"async","prototype","independentList","960337AtUbQh",".html","66tRCUem","map","hooks","needAsync"," <script src='assets://renderer.js'><\/script>\n","value","return","12KAgxHf","isArray","../common/utils","getManifestData","from"," </head>\n","<!DOCTYPE html>\n","slice",' <script type="text/javascript" src="/custom-tab-bar/index.pack.js" ',"requiredComponents","componentList","test","name"];return(_0x190b=function(){return t})()}function HtmlGeneratorPlugin(t){this[_0x294780(230)]=t}function generateHtmlFile(t,e,r,n,a,o){var i=_0x294780,s=HTML_HEAD;if(s+=HTML_BODY,r||(s+=SCRIPT_APP_CSS),t[e][i(272)]&&(s+=i(265).concat(o?i(245):"",i(231))),n&&0<n[i(300)]){var u,c=_createForOfIteratorHelper(n);try{for(c.s();!(u=c.n())[i(290)];){var l=u[i(255)],p=l[i(236)],f=l[i(285)],_=l[i(253)],m=o?f:_;s+=i(244).concat(p,i(284))[i(242)](m?i(245):"",i(231))}}catch(t){c.e(t)}finally{c.f()}}s=s+HTML_BODY_END+HTML_HTML_END,r=path[i(243)](a,""[i(242)](e,i(249)));utils[i(232)](path.dirname(r)),fs[i(274)](r,s,"utf8")}function getSubpackageData(t,e,r){var n=_0x294780,e=JSON.parse(JSON[n(312)]((null==e?void 0:e.subpackages)||[]));return null!=e&&e[n(227)](function(t){var e=n;t.root[e(288)]("/")||(t.root+="/")}),{subpackage:e,pagePath:t,srcPath:r}}function deduplicate(t){var r=_0x294780,n=new Set;return t[r(241)](function(t){var e=r,t=""[e(242)](t[e(236)],"-")[e(242)](t[e(253)]);return!n[e(281)](t)&&(n[e(313)](t),!0)})}function getPageJSList(t,e,r,n){var a=_0x294780,n=getSubpackageData(t,n,r),r=[];return getUsingComponents(e[a(278)](t),t,r,e,a(295),n),r=_toConsumableArray(new Set(utils[a(286)](r,1/0))),_toConsumableArray(deduplicate(r)).filter(function(t){var e=a;return t[e(236)]!==e(292)})[a(242)]({path:t,needAsync:!1})}function getUsingComponents(t,o,i,s){var u=_0x294780,c=4<arguments[u(300)]&&void 0!==arguments[4]?arguments[4]:u(309),l=5<arguments[u(300)]?arguments[5]:void 0,t=t[u(267)]||[];"page"===c&&t.push[u(270)](t,_toConsumableArray(GLOBAL_COMPONENTS)),t[u(227)](function(t){var e=u,r=t.compJsonPath,t=t[e(236)],n=[],a=isAsyncNeeded(t,l[e(311)],l.pagePath,l[e(304)]);if(n[e(307)]({path:t,needAsync:a,type:c}),i.unshift(n),o!==t){if(!fs[e(282)](r))throw e(302).concat(r);s.has(t)&&getUsingComponents(s.get(t),t,n,s,e(309),l)}})}function _0x1e76(t,e){var r=_0x190b();return(_0x1e76=function(t,e){return r[t-=227]})(t,e)}function isAsyncNeeded(r,t,n,e){var a=_0x294780,o="",i="",s=!0,u=!0;return null!=t&&t[a(227)](function(t){var e=a;n[e(289)](t[e(293)])&&(o=t[e(293)],s=!1),r.startsWith(t[e(293)])&&(i=t.root,u=!1)}),!(u||!s&&o===i)}HtmlGeneratorPlugin[_0x294780(246)].apply=function(t){var f=_0x294780,_=this[f(230)];t[f(252)][f(234)][f(273)]("HtmlGeneratorPlugin",function(t,e){var r,n,a=f,o=manifestManager[a(260)](),i=_[a(304)],s=_[a(316)],u=o.manifest,c=o[a(310)],l=u[a(295)],p=(GLOBAL_COMPONENTS=Object[a(233)](u.usingComponents||{})[a(251)](function(t){var e=a;return c[e(281)](t)&&c[e(278)](t)}),u[a(275)]===a(266));for(r in l)Object[a(246)][a(296)].call(l,r)&&(n=getPageJSList(r,c,i,u),generateHtmlFile(l,r,-1!==u[a(247)][a(297)](r),n,s,p));e()})},module[_0x294780(308)]=HtmlGeneratorPlugin;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _0x3e0592=_0x4d86;function _typeof(r){var t=_0x4d86;return(_typeof=t(175)==typeof Symbol&&t(150)==typeof Symbol[t(191)]?function(r){return typeof r}:function(r){var e=t;return r&&"function"==typeof Symbol&&r[e(161)]===Symbol&&r!==Symbol.prototype?e(150):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=_0x4d86;if(r)return n(186)==typeof r?_arrayLikeToArray(r,e):(t={}.toString[n(141)](r).slice(8,-1),n(159)===t&&r[n(161)]&&(t=r.constructor[n(172)]),n(193)===t||n(183)===t?Array[n(173)](r):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/[n(179)](t)?_arrayLikeToArray(r,e):void 0)}function _arrayLikeToArray(r,e){var t=_0x4d86;(null==e||e>r[t(204)])&&(e=r[t(204)]);for(var n=0,a=Array(e);n<e;n++)a[n]=r[n];return a}function _iterableToArrayLimit(r,e){var t=_0x4d86,n=null==r?null:t(144)!=typeof Symbol&&r[Symbol[t(191)]]||r[t(151)];if(null!=n){var a,o,i,u,s=[],l=!0,c=!1;try{if(i=(n=n[t(141)](r))[t(148)],0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(a=i[t(141)](n))[t(160)])&&(s.push(a.value),s[t(204)]!==e);l=!0);}catch(r){c=!0,o=r}finally{try{if(!l&&null!=n[t(202)]&&(u=n[t(202)](),Object(u)!==u))return}finally{if(c)throw o}}return s}}function _arrayWithHoles(r){if(Array[_0x4d86(165)](r))return r}function _classCallCheck(r,e){if(!(r instanceof e))throw new TypeError("Cannot call a class as a function")}function _0x4d86(r,e){var t=_0x15a9();return(_0x4d86=function(r,e){return t[r-=139]})(r,e)}function _0x15a9(){var r=["object","errors","keys","Object","done","constructor","default","key","i18n/","isArray","configurable","entries","value","warnings","hooks","91085prdoib","name","from","4SIYCgk","function","3028336eaGtrk","I18NTransformPlugin","assign","test","stringify","../js-parser/parser","options","Set"," instead.\n@ ",".json","string","24885HXebBL","889865ZfworW","exports","slice","iterator","reduce","Map","2233437LglcZq","defineProperty","path","enumerable","writable","filter","1019088HLJCnh","match","return","checkJsonDupKey","length",", Use ","apply","170BsKiOo","push","2072SuxnYj","95909SaUATj","map","call","ERROR: Illegal JSON file name: ","prototype","undefined","assets","toPrimitive","concat","next","forEach","symbol","@@iterator","@@toPrimitive must return a primitive value.","30VGSjln","join","readdirSync"];return(_0x15a9=function(){return r})()}function _defineProperties(r,e){for(var t=_0x4d86,n=0;n<e.length;n++){var a=e[n];a[t(197)]=a[t(197)]||!1,a[t(166)]=!0,t(168)in a&&(a[t(198)]=!0),Object[t(195)](r,_toPropertyKey(a[t(163)]),a)}}function _createClass(r,e,t){return e&&_defineProperties(r[_0x4d86(143)],e),t&&_defineProperties(r,t),Object.defineProperty(r,"prototype",{writable:!1}),r}function _toPropertyKey(r){r=_toPrimitive(r,_0x4d86(186));return"symbol"==_typeof(r)?r:r+""}function _toPrimitive(r,e){var t=_0x4d86;if(t(156)!=_typeof(r)||!r)return r;var n=r[Symbol[t(146)]];if(void 0===n)return("string"===e?String:Number)(r);n=n[t(141)](r,e||t(162));if(t(156)!=_typeof(n))return n;throw new TypeError(t(152))}(()=>{for(var r=_0x4d86,e=_0x15a9();;)try{if(849695==+parseInt(r(188))+parseInt(r(176))/2+-parseInt(r(194))/3*(parseInt(r(174))/4)+-parseInt(r(171))/5*(parseInt(r(153))/6)+parseInt(r(200))/7+-parseInt(r(209))/8*(parseInt(r(187))/9)+-parseInt(r(207))/10*(parseInt(r(139))/11))break;e.push(e.shift())}catch(r){e.push(e.shift())}})();var fs=require("fs"),_require=require(_0x3e0592(181)),checkJsonDupKey=_require[_0x3e0592(203)],path=require(_0x3e0592(196)),illegalRE=/(\w+)_(\w+)/,I18N=(()=>{var n=_0x3e0592;return _createClass(function r(e){var t=_0x4d86;_classCallCheck(this,r),this[t(182)]=e},[{key:n(206),value:function(r){var e=n,t=this;r[e(170)].emit.tapAsync(e(177),function(i,r){var a=e,n=t.options[a(167)],u={};Object[a(158)](n)[a(149)](function(t){var o=a;fs[o(155)](""[o(147)](n[t]))[o(199)](function(r){var e=o;return path.extname(r)===e(185)})[o(140)](function(r){var e=o;return path[e(154)](""[e(147)](n[t]),r)}).forEach(function(r){var e,t,n=o,r=r.replace(/\\/g,"/"),a=r.split("/"),a=a[a.length-1];illegalRE[n(179)](a)?(e=(t=_slicedToArray(a[n(201)](illegalRE)[n(190)](1),2))[0],t=t[1],i[n(157)][n(208)]({message:n(142)+""[n(147)](a.replace(".json",""),n(205)).concat(e,"-")[n(147)](t,n(184))[n(147)](r,"\n")})):u[a]=(u[a]||[])[n(147)](r)})}),Object[a(158)](u).forEach(function(r){var n=a,e=u[r][n(192)](function(r,e){var t=n,e=checkJsonDupKey(r,e,function(r){var e=_0x4d86;return i[e(169)][e(208)](r)});return Object[t(178)]({},r,e)},{}),t=JSON[n(180)](e,null,4);i[n(145)][n(164)[n(147)](r)]={source:function(){return t},size:function(){return t[n(204)]}}}),r()})}}])})();module[_0x3e0592(189)]=I18N;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x31d9(e,t){var n=_0x62de();return(_0x31d9=function(e,t){return n[e-=426]})(e,t)}var _0x15bca0=_0x31d9,fs=((()=>{for(var e=_0x31d9,t=_0x62de();;)try{if(237199==-parseInt(e(448))*(parseInt(e(471))/2)+-parseInt(e(474))/3*(-parseInt(e(428))/4)+parseInt(e(473))/5+-parseInt(e(426))/6+-parseInt(e(469))/7*(parseInt(e(433))/8)+parseInt(e(432))/9+-parseInt(e(450))/10*(-parseInt(e(438))/11))break;t.push(t.shift())}catch(e){t.push(t.shift())}})(),require("fs")),path=require("path"),utils=require(_0x15bca0(430)),_require=require(_0x15bca0(472)),configs=_require.configs,_require2=require("../common/manifest-manager"),manifestManager=_require2[_0x15bca0(457)],getResource=_require2[_0x15bca0(460)],getSubRootMap=_require2[_0x15bca0(437)];function ManifestGeneratorPlugin(e){this[_0x15bca0(446)]=e}function _0x62de(){var e=["tapAsync","map","pages","options","assign","231476XHbNwn","utf8","76020BPtVVg","hasOwnProperty","concat","entry","emit","fileDependencies","manifest.json","manifestManager","pkg","debugable","getResource","subpackages","prototype","keys",".json","window","global","forEach","router","2432871qwPqDz","root","2jgMMtm","../../common/config","2016755cUQxLU","3pKBDhC","apply","mkdirsSync","srcPath","83682hYSqpV","name","501932jWXtfo","page","../common/utils","writeFileSync","2438397zEaOBa","8RXlZhq","entryPagePath","build","call","getSubRootMap","44gzlXNP","stringify","hooks","replace","join"];return(_0x62de=function(){return e})()}function genRouter(n){var r,a=_0x15bca0,e=Object.keys(n[a(429)]),o=[],t=n[a(434)]||n[a(445)][0]||"",t=(n[a(468)]&&n[a(468)][a(445)]?(r=n[a(468)][a(445)],Object[a(463)](r)[a(467)](function(e){var t=a,n=r[e];o.push(path[t(442)](e,n.component)[t(441)](/\\/g,"/"))}),n[a(468)][a(453)]=t):n.router={entry:t,pages:{}},e[a(467)](function(t){var e=a;o.some(function(e){return e===t})||(n[e(468)][e(445)][t]={component:"",info:n[e(429)][t]})}),e[a(444)](function(e){return e+a(464)}));return t.push("app.json"),t}ManifestGeneratorPlugin.prototype[_0x15bca0(475)]=function(e){var i=_0x15bca0,t=this.options,s=t[i(477)],u=t[i(435)];e[i(440)][i(454)][i(443)]("ManifestGeneratorPlugin",function(t,e){var o=i,n=manifestManager.getManifestData(),n=Object[o(447)]({},n.manifest),r=path[o(442)](u,o(456)),a=(n.versionType=_versionType,configs.isProd()||(n.debug=!0,n[o(459)]=!0),n[o(466)]={},n.window&&(n.global[o(465)]=n.window,delete n[o(465)]),genRouter(n));null!=a&&a[o(467)](function(e){return t[o(455)].add(path.resolve(s,e))}),delete n[o(445)],delete n[o(429)],Object[o(462)][o(451)][o(436)](n,o(461))&&(n[o(461)]=n[o(461)].map(function(e,t){var n=o,r=e[n(470)],a=e[n(427)],e=e[n(445)];return{resource:getResource(r),name:a||n(458)[n(452)](t+1),pages:e,root:r}})),utils[o(476)](u),fs[o(431)](r,JSON[o(439)](n,null,4),o(449)),e()})},module.exports=ManifestGeneratorPlugin,module.exports.getSubRootMap=getSubRootMap;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _0xb0ab47=_0x5131;function _typeof(e){var t=_0x5131;return(_typeof=t(137)==typeof Symbol&&t(140)==typeof Symbol[t(147)]?function(e){return typeof e}:function(e){var r=t;return e&&"function"==typeof Symbol&&e[r(127)]===Symbol&&e!==Symbol.prototype?r(140):typeof e})(e)}function _classCallCheck(e,r){var t=_0x5131;if(!(e instanceof r))throw new TypeError(t(155))}function _0x5131(e,r){var t=_0x293d();return(_0x5131=function(e,r){return t[e-=110]})(e,r)}function _defineProperties(e,r){for(var t=_0x5131,n=0;n<r[t(156)];n++){var o=r[n];o[t(162)]=o.enumerable||!1,o[t(142)]=!0,"value"in o&&(o[t(160)]=!0),Object[t(121)](e,_toPropertyKey(o[t(130)]),o)}}function _createClass(e,r,t){var n=_0x5131;return r&&_defineProperties(e[n(168)],r),t&&_defineProperties(e,t),Object[n(121)](e,n(168),{writable:!1}),e}function _toPropertyKey(e){e=_toPrimitive(e,_0x5131(129));return"symbol"==_typeof(e)?e:e+""}function _0x293d(){var e=["object","replace","configs","iterator","121594dEVSnE","756eluUne","208JWYQpz","880FhiSEt","5UgmirA","706218VmdCCw","optimizeAssets","Cannot call a class as a function","length","130612viopwX","call","RawSource","writable","set","enumerable","default","112gItsZP","normalizedAbsPath","userRequest","apply","prototype","ReplaceModulePathsWithIdsPlugin","hasOwnProperty","updateAsset","endsWith","tap","../../common/config","543112paIMPg","keys","from","ascfLazyImportFiles","__webpack_require__('","defineProperty","forEach","source","@@toPrimitive must return a primitive value.","hooks","modules","constructor","\\\\?['\"]\\)","string","key","3504Fotbmz","concat","exports","webpack","toPrimitive","compilation","function","get","toString","symbol","2372481cvbKJl","configurable","rawRequest"];return(_0x293d=function(){return e})()}function _toPrimitive(e,r){var t=_0x5131;if(t(144)!=_typeof(e)||!e)return e;var n=e[Symbol[t(135)]];if(void 0===n)return("string"===r?String:Number)(e);n=n[t(158)](e,r||t(163));if("object"!=_typeof(n))return n;throw new TypeError(t(124))}(()=>{for(var e=_0x5131,r=_0x293d();;)try{if(202066==-parseInt(e(157))+parseInt(e(150))/2*(-parseInt(e(131))/3)+-parseInt(e(116))/4+-parseInt(e(152))/5*(parseInt(e(153))/6)+parseInt(e(149))/7*(-parseInt(e(164))/8)+-parseInt(e(141))/9+-parseInt(e(151))/10*(-parseInt(e(148))/11))break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var _require=require("../common/utils"),normalizedAbsPath=_require[_0xb0ab47(165)],_require2=require(_0xb0ab47(115)),configs=_require2[_0xb0ab47(146)],webpack=require(_0xb0ab47(134)),ReplaceModulePathsWithIdsPlugin=(()=>{var t=_0xb0ab47;return _createClass(function e(){_classCallCheck(this,e)},[{key:t(167),value:function(e){var r=t;e[r(125)][r(136)][r(114)](r(110),function(u){var e=r;u.hooks[e(154)][e(114)](e(110),function(t){var a=e,i=new Map;u[a(126)][a(122)](function(e){var r=a,t=e[r(166)]||e[r(143)]&&"string"==typeof e.rawRequest?e[r(143)]:null;null!=t&&t[r(113)](".js")&&(t=normalizedAbsPath(t),i[r(161)](t,e.id))}),Object[a(117)](t).forEach(function(e){var n,o=a,r=normalizedAbsPath(e);Object[o(168)][o(111)][o(158)](configs[o(119)],r)&&(r=Array[o(118)](configs[o(119)][r]).sort(function(e,r){var t=o;return r.length-e[t(156)]}),n=t[e][o(123)]()[o(139)](),r[o(122)](function(e){var r=o,t=i[r(138)](e);void 0!==t&&(e=new RegExp("__webpack_require__\\(\\\\?['\"]"[r(132)](e,r(128)),"g"),n=n[r(145)](e,r(120)[r(132)](t,"')")))}),u[o(112)](e,new webpack.sources[o(159)](n)))})})})}}])})();module[_0xb0ab47(133)]=ReplaceModulePathsWithIdsPlugin;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var _0x4b91da=_0x1f48;function _typeof(t){var e=_0x1f48;return(_typeof="function"==typeof Symbol&&e(503)==typeof Symbol.iterator?function(t){return typeof t}:function(t){var r=e;return t&&r(569)==typeof Symbol&&t[r(487)]===Symbol&&t!==Symbol.prototype?r(503):typeof t})(t)}function _createForOfIteratorHelper(t,r){var e,n,o,a,i=_0x1f48,u=i(467)!=typeof Symbol&&t[Symbol[i(574)]]||t[i(474)];if(u)return o=!(n=!0),{s:function(){u=u[i(552)](t)},n:function(){var t=u[i(527)]();return n=t.done,t},e:function(t){o=!0,e=t},f:function(){var t=i;try{n||null==u[t(445)]||u[t(445)]()}finally{if(o)throw e}}};if(Array[i(516)](t)||(u=_unsupportedIterableToArray(t))||r&&t&&i(584)==typeof t[i(575)])return u&&(t=u),a=0,{s:r=function(){},n:function(){return a>=t[i(575)]?{done:!0}:{done:!1,value:t[a++]}},e:function(t){throw t},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(t,r){var e,n=_0x1f48;if(t)return n(450)==typeof t?_arrayLikeToArray(t,r):("Object"===(e={}[n(547)][n(552)](t).slice(8,-1))&&t.constructor&&(e=t[n(487)][n(561)]),n(589)===e||n(504)===e?Array[n(501)](t):n(498)===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/[n(493)](e)?_arrayLikeToArray(t,r):void 0)}function _arrayLikeToArray(t,r){(null==r||r>t[_0x1f48(575)])&&(r=t.length);for(var e=0,n=Array(r);e<r;e++)n[e]=t[e];return n}function _regeneratorRuntime(){var c=_0x1f48;_regeneratorRuntime=function(){return u};var f,u={},t=Object[c(562)],h=t.hasOwnProperty,l=Object[c(453)]||function(t,r,e){var n=c;t[r]=e[n(519)]},r=c(569)==typeof Symbol?Symbol:{},a=r[c(574)]||c(474),e=r[c(485)]||c(456),n=r[c(591)]||c(529);function o(t,r,e){return Object[c(453)](t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}),t[r]}try{o({},"")}catch(t){o=function(t,r,e){return t[r]=e}}function s(t,r,e,n){var o,a,i,u,s=c,r=r&&r[s(562)]instanceof x?r:x,r=Object[s(586)](r.prototype),n=new O(n||[]);return l(r,s(473),{value:(o=t,a=e,i=n,u=_,function(t,r){var e=_0x1f48;if(u===v)throw Error("Generator is already running");if(u===d){if("throw"===t)throw r;return{value:f,done:!0}}for(i[e(534)]=t,i[e(444)]=r;;){var n=i[e(564)];if(n){n=function t(r,e){var n=c,o=e[n(534)],a=r[n(574)][o];if(a===f)return e[n(564)]=null,"throw"===o&&r[n(574)].return&&(e[n(534)]="return",e.arg=f,t(r,e),n(482)===e[n(534)])||n(445)!==o&&(e[n(534)]=n(482),e.arg=new TypeError(n(549)+o+n(538))),b;o=p(a,r[n(574)],e[n(444)]);if("throw"===o[n(520)])return e.method=n(482),e[n(444)]=o[n(444)],e[n(564)]=null,b;a=o[n(444)];return a?a.done?(e[r[n(506)]]=a[n(519)],e[n(527)]=r[n(525)],n(445)!==e.method&&(e[n(534)]="next",e[n(444)]=f),e.delegate=null,b):a:(e[n(534)]=n(482),e.arg=new TypeError("iterator result is not an object"),e.delegate=null,b)}(n,i);if(n){if(n===b)continue;return n}}if(e(527)===i[e(534)])i[e(488)]=i[e(452)]=i.arg;else if(e(482)===i[e(534)]){if(u===_)throw u=d,i[e(444)];i.dispatchException(i.arg)}else e(445)===i[e(534)]&&i[e(530)](e(445),i.arg);u=v;n=p(o,a,i);if(e(484)===n.type){if(u=i.done?d:y,n[e(444)]===b)continue;return{value:n[e(444)],done:i[e(545)]}}"throw"===n.type&&(u=d,i[e(534)]="throw",i[e(444)]=n[e(444)])}})}),r}function p(t,r,e){var n=c;try{return{type:n(484),arg:t.call(r,e)}}catch(t){return{type:"throw",arg:t}}}u[c(546)]=s;var _=c(533),y=c(462),v="executing",d=c(572),b={};function x(){}function i(){}function m(){}var r={},g=(o(r,a,function(){return this}),Object.getPrototypeOf),g=g&&g(g(j([]))),w=(g&&g!==t&&h[c(552)](g,a)&&(r=g),m[c(562)]=x[c(562)]=Object[c(586)](r));function E(t){var r=c;[r(527),r(482),"return"][r(446)](function(r){o(t,r,function(t){return this[_0x1f48(473)](r,t)})})}function S(u,s){var r,o=c;l(this,o(473),{value:function(e,n){function t(){return new s(function(t,r){!function r(t,e,n,o){var a,i=_0x1f48,t=p(u[t],u,e);if("throw"!==t[i(520)])return(e=(a=t[i(444)])[i(519)])&&"object"==_typeof(e)&&h[i(552)](e,i(495))?s[i(579)](e[i(495)]).then(function(t){r(i(527),t,n,o)},function(t){r(i(482),t,n,o)}):s[i(579)](e)[i(480)](function(t){a[i(519)]=t,n(a)},function(t){return r(i(482),t,n,o)});o(t[i(444)])}(e,n,t,r)})}return r=r?r[o(480)](t,t):t()}})}function I(t){var r=c,e={tryLoc:t[0]};1 in t&&(e[r(578)]=t[1]),2 in t&&(e[r(540)]=t[2],e[r(496)]=t[3]),this[r(459)][r(565)](e)}function k(t){var r=c,e=t[r(502)]||{};e[r(520)]=r(484),delete e[r(444)],t[r(502)]=e}function O(t){var r=c;this[r(459)]=[{tryLoc:r(535)}],t[r(446)](I,this),this[r(466)](!0)}function j(e){var n=c;if(e||""===e){var o,t=e[a];if(t)return t[n(552)](e);if(n(569)==typeof e[n(527)])return e;if(!isNaN(e[n(575)]))return o=-1,(t=function t(){for(var r=n;++o<e[r(575)];)if(h[r(552)](e,o))return t[r(519)]=e[o],t[r(545)]=!1,t;return t.value=f,t.done=!0,t}).next=t}throw new TypeError(_typeof(e)+" is not iterable")}return i.prototype=m,l(w,c(487),{value:m,configurable:!0}),l(m,c(487),{value:i,configurable:!0}),i[c(577)]=o(m,n,"GeneratorFunction"),u[c(585)]=function(t){var r=c,t=r(569)==typeof t&&t[r(487)];return!!t&&(t===i||r(505)===(t.displayName||t.name))},u[c(526)]=function(t){var r=c;return Object[r(544)]?Object[r(544)](t,m):(t[r(590)]=m,o(t,n,r(505))),t[r(562)]=Object[r(586)](w),t},u.awrap=function(t){return{__await:t}},E(S[c(562)]),o(S[c(562)],e,function(){return this}),u[c(508)]=S,u[c(537)]=function(t,r,e,n,o){var a=c,i=(void 0===o&&(o=Promise),new S(s(t,r,e,n),o));return u[a(585)](r)?i:i[a(527)]()[a(480)](function(t){var r=a;return t[r(545)]?t[r(519)]:i[r(527)]()})},E(w),o(w,n,c(457)),o(w,a,function(){return this}),o(w,"toString",function(){return"[object Generator]"}),u[c(532)]=function(t){var r,n=c,o=Object(t),a=[];for(r in o)a.push(r);return a[n(455)](),function t(){for(var r=n;a[r(575)];){var e=a[r(581)]();if(e in o)return t[r(519)]=e,t[r(545)]=!1,t}return t[r(545)]=!0,t}},u.values=j,O[c(562)]={constructor:O,reset:function(t){var r=c;if(this[r(568)]=0,this[r(527)]=0,this[r(488)]=this._sent=f,this.done=!1,this[r(564)]=null,this[r(534)]="next",this[r(444)]=f,this[r(459)].forEach(k),!t)for(var e in this)"t"===e[r(580)](0)&&h.call(this,e)&&!isNaN(+e[r(588)](1))&&(this[e]=f)},stop:function(){var t=c,r=(this[t(545)]=!0,this[t(459)][0][t(502)]);if("throw"===r[t(520)])throw r[t(444)];return this.rval},dispatchException:function(n){var o=c;if(this[o(545)])throw n;var a=this;function t(t,r){var e=o;return i[e(520)]="throw",i[e(444)]=n,a[e(527)]=t,r&&(a.method="next",a[e(444)]=f),!!r}for(var r=this[o(459)].length-1;0<=r;--r){var e=this.tryEntries[r],i=e[o(502)];if(o(535)===e[o(468)])return t("end");if(e.tryLoc<=this[o(568)]){var u=h[o(552)](e,o(578)),s=h.call(e,o(540));if(u&&s){if(this[o(568)]<e[o(578)])return t(e[o(578)],!0);if(this[o(568)]<e[o(540)])return t(e[o(540)])}else if(u){if(this[o(568)]<e.catchLoc)return t(e.catchLoc,!0)}else{if(!s)throw Error("try statement without catch or finally");if(this.prev<e.finallyLoc)return t(e[o(540)])}}}},abrupt:function(t,r){for(var e=c,n=this[e(459)][e(575)]-1;0<=n;--n){var o=this[e(459)][n];if(o[e(468)]<=this[e(568)]&&h.call(o,e(540))&&this[e(568)]<o[e(540)]){var a=o;break}}var i=(a=a&&(e(458)===t||e(543)===t)&&a[e(468)]<=r&&r<=a[e(540)]?null:a)?a[e(502)]:{};return i[e(520)]=t,i.arg=r,a?(this[e(534)]=e(527),this[e(527)]=a[e(540)],b):this[e(494)](i)},complete:function(t,r){var e=c;if("throw"===t[e(520)])throw t[e(444)];return e(458)===t[e(520)]||e(543)===t.type?this[e(527)]=t[e(444)]:e(445)===t.type?(this.rval=this[e(444)]=t[e(444)],this[e(534)]=e(445),this[e(527)]="end"):"normal"===t[e(520)]&&r&&(this.next=r),b},finish:function(t){for(var r=c,e=this.tryEntries[r(575)]-1;0<=e;--e){var n=this[r(459)][e];if(n.finallyLoc===t)return this[r(494)](n[r(502)],n[r(496)]),k(n),b}},catch:function(t){for(var r=c,e=this.tryEntries[r(575)]-1;0<=e;--e){var n,o,a=this[r(459)][e];if(a[r(468)]===t)return n=a[r(502)],r(482)===n.type&&(o=n[r(444)],k(a)),o}throw Error("illegal catch attempt")},delegateYield:function(t,r,e){var n=c;return this[n(564)]={iterator:j(t),resultName:r,nextLoc:e},n(527)===this[n(534)]&&(this[n(444)]=f),b}},u}function asyncGeneratorStep(t,r,e,n,o,a,i){var u=_0x1f48;try{var s=t[a](i),c=s[u(519)]}catch(t){return void e(t)}s[u(545)]?r(c):Promise[u(579)](c)[u(480)](n,o)}function _asyncToGenerator(s){return function(){var t=this,u=arguments;return new Promise(function(r,e){var n=_0x1f48,o=s[n(523)](t,u);function a(t){asyncGeneratorStep(o,r,e,a,i,n(527),t)}function i(t){asyncGeneratorStep(o,r,e,a,i,n(482),t)}a(void 0)})}}(()=>{for(var t=_0x1f48,r=_0x9456();;)try{if(701425==+parseInt(t(476))+-parseInt(t(518))/2*(parseInt(t(511))/3)+-parseInt(t(524))/4*(-parseInt(t(499))/5)+-parseInt(t(460))/6*(-parseInt(t(554))/7)+-parseInt(t(557))/8*(parseInt(t(560))/9)+-parseInt(t(576))/10+parseInt(t(515))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}})();var _path=require("path"),_fs=require("fs"),_utils=require(_0x4b91da(551)),_packOptions=require("../common/packoptions-utils"),FILE_EXT_NAME=[_0x4b91da(478),_0x4b91da(566),_0x4b91da(550),_0x4b91da(517),_0x4b91da(475),_0x4b91da(571),_0x4b91da(509),".ts",_0x4b91da(514),_0x4b91da(522),".less",".sass",_0x4b91da(556),_0x4b91da(500),_0x4b91da(447),".md",_0x4b91da(449),_0x4b91da(593),_0x4b91da(483),_0x4b91da(507),_0x4b91da(555),_0x4b91da(477),_0x4b91da(582),".ux"],IGNORE_FILES=["LICENSE",_0x4b91da(470),_0x4b91da(593),".fecsignore",_0x4b91da(559),".frameworkinfo",_0x4b91da(491)],REGEXP_ICON=/{{{(.+?)}}}|{{(.+?)}}/g,REGEXP_JSON=/\.json$/g,iconPaths=[];function _0x1f48(t,r){var e=_0x9456();return(_0x1f48=function(t,r){return e[t-=444]})(t,r)}function copyFile(t,r){var e=_0x4b91da;if(_fs[e(451)](t)){_utils[e(448)](_path.join(r,".."));e=_fs[e(492)](t,r);if(e)throw e}}function _0x9456(){var t=["extname","14nkxHdK",".hxml",".scss","216xQySyH","hooks",".fecsrc","396738qYHkyq","name","prototype","end","delegate","push",".flow","includes","prev","function","split",".jsx","completed","tapAsync","iterator","length","3728580TGlMmq","displayName","catchLoc","resolve","charAt","pop",".hjs","ignoreRules","number","isGeneratorFunction","create","statSync","slice","Map","__proto__","toStringTag","parse",".DS_Store","catch","arg","return","forEach",".html","mkdirsSync",".json","string","existsSync","_sent","defineProperty","relative","reverse","@@asyncIterator","Generator","break","tryEntries","495678UCbuYi","isFile","suspendedYield","../../common/icon-handler","addWatermark","isIgnoreFile","reset","undefined","tryLoc","size",".npmignore","icon","readFileSync","_invoke","@@iterator",".css","205365bSwtPn",".wxs",".log","stop","then","options","throw",".pem","normal","asyncIterator","exports","constructor","sent","basename","i18n",".editorconfig","copyFileSync","test","complete","__await","afterLoc","utf8","Arguments","27245JRuWpA",".styl","from","completion","symbol","Set","GeneratorFunction","resultName",".qcss","AsyncIterator",".coffee","build","254382xwGWne","manifest","src",".tsx","7354050ZukykA","isArray",".js","4ccNLem","value","type","match",".vue","apply","1024lbDEoy","nextLoc","mark","next","folder","@@toStringTag","abrupt","trim","keys","suspendedStart","method","root","ResourcePlugin","async","' method","beta","finallyLoc","readdirSync","join","continue","setPrototypeOf","done","wrap","toString","indexOf","The iterator does not provide a '",".sh","../common/utils","call"];return(_0x9456=function(){return t})()}function transFile(t,r,e,n){return _transFile[_0x4b91da(523)](this,arguments)}function _transFile(){var r=_0x4b91da;return(_transFile=_asyncToGenerator(_regeneratorRuntime()[r(526)](function t(e,n,o,a){var i,u,s,c,f,h,l,p,_,y=r;return _regeneratorRuntime()[y(546)](function(t){for(var r=y;;)switch(t.prev=t[r(527)]){case 0:i=void 0,u=_path[r(542)](e,o),s=_fs[r(541)](u),s=_createForOfIteratorHelper(s),t.prev=4,s.s();case 6:(l=s.n())[r(545)]?t[r(527)]=37:(c=l[r(519)],f=_path[r(542)](u,c),(h=_fs[r(587)](f))[r(461)]()?(l=_path[r(489)](f),p=_path[r(553)](f),FILE_EXT_NAME[r(548)](p)<0&&!IGNORE_FILES[r(567)](l)&&!_packOptions.isIgnoreFile(_path.relative(e,f),a)?(i=_path[r(542)](n,o,_path[r(489)](c)),_fs[r(451)](i)?((p=_fs[r(587)](i))[r(461)]()&&p[r(469)]!==h[r(469)]&©File(f,i),t[r(527)]=27):t[r(527)]=20):t[r(527)]=27):t[r(527)]=29);break;case 20:if(_versionType===r(539)&&iconPaths[r(567)](f))return l=require(r(463)),p=l[r(464)],t.next=24,p(f,i);t[r(527)]=26;break;case 24:t.next=27;break;case 26:copyFile(f,i);case 27:t[r(527)]=35;break;case 29:if(h.isDirectory()){if(_packOptions[r(465)](_path[r(454)](e,f),a,r(528)))return t[r(530)](r(543),35);t.next=32}else t[r(527)]=35;break;case 32:return _=_path[r(542)](o,c),t.next=35,transFile(e,n,_,a);case 35:t.next=6;break;case 37:t[r(527)]=42;break;case 39:t.prev=39,t.t0=t[r(594)](4),s.e(t.t0);case 42:return t.prev=42,s.f(),t.finish(42);case 45:case r(563):return t[r(479)]()}},t,null,[[4,39,42,45]])})))[r(523)](this,arguments)}function getIconPaths(t){var e,o,a=_0x4b91da,n=[],r=t[a(512)],i=t[a(513)],t=(r[a(471)]||"")[a(547)]()[a(531)]();return t[a(521)](REGEXP_ICON)?(e=t[a(570)]("'")[1],o=_path[a(542)](i,a(490)),_fs.readdirSync(o).reduce(function(t,r){var e=a,n=_path[e(542)](o,r);return _fs.statSync(n)[e(461)]()&&r[e(521)](REGEXP_JSON)&&t[e(565)](n),t},[]).forEach(function(t){var r=a,t=_fs[r(472)](t,r(497))[r(547)]()||"{}",t=JSON[r(592)](t);t[e]&&n[r(565)](_path[r(542)](i,t[e]))})):n[a(565)](_path.join(i,t)),n}function ResourcePlugin(t){this[_0x4b91da(481)]=t}ResourcePlugin.prototype[_0x4b91da(523)]=function(t){var o,e,r=_0x4b91da,a=this.options;t[r(558)].emit[r(573)](r(536),(o=r,e=_asyncToGenerator(_regeneratorRuntime()[o(526)](function t(r,e){var n=o;return _regeneratorRuntime()[n(546)](function(t){for(var r=n;;)switch(t[r(568)]=t[r(527)]){case 0:return"beta"===_versionType&&(iconPaths=getIconPaths(a)),t[r(527)]=3,transFile(a[r(513)],a[r(510)],"",a[r(583)]);case 3:e();case 4:case r(563):return t[r(479)]()}},t)})),function(t,r){return e[o(523)](this,arguments)}))},module[_0x4b91da(486)]=ResourcePlugin;
|
|
1
|
+
var _0x46ab0a=_0x26d4;function _typeof(t){var e=_0x26d4;return(_typeof=e(385)==typeof Symbol&&e(338)==typeof Symbol.iterator?function(t){return typeof t}:function(t){var r=e;return t&&"function"==typeof Symbol&&t[r(422)]===Symbol&&t!==Symbol[r(371)]?r(338):typeof t})(t)}function _createForOfIteratorHelper(t,r){var e,n,a,i,o=_0x26d4,s="undefined"!=typeof Symbol&&t[Symbol[o(388)]]||t[o(395)];if(s)return a=!(n=!0),{s:function(){s=s.call(t)},n:function(){var t=s.next();return n=t.done,t},e:function(t){a=!0,e=t},f:function(){var t=o;try{n||null==s[t(331)]||s[t(331)]()}finally{if(a)throw e}}};if(Array.isArray(t)||(s=_unsupportedIterableToArray(t))||r&&t&&o(392)==typeof t.length)return s&&(t=s),i=0,{s:r=function(){},n:function(){return i>=t.length?{done:!0}:{done:!1,value:t[i++]}},e:function(t){throw t},f:r};throw new TypeError(o(437))}function _unsupportedIterableToArray(t,r){var e,n=_0x26d4;if(t)return"string"==typeof t?_arrayLikeToArray(t,r):(e={}[n(441)][n(451)](t)[n(423)](8,-1),n(378)===e&&t[n(422)]&&(e=t[n(422)][n(309)]),n(386)===e||"Set"===e?Array[n(399)](t):n(370)===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?_arrayLikeToArray(t,r):void 0)}function _0xbe4c(){var t=[" is not iterable","indexOf","suspendedYield","illegal catch attempt","try statement without catch or finally","resultName","../../common/icon-handler",".md","88HgClfP","reverse",".wxs","@@toStringTag","suspendedStart","tryEntries","stop","join","../common/packoptions-utils","Arguments","prototype","manifest","includes","wrap","99lhkDTV","getPrototypeOf","dispatchException","Object","keys","catch",".flow","isIgnoreFile","values","delegate","function","Map","async","iterator","src","method",".css","number",".vue","end","@@iterator","tryLoc","ResourcePlugin",".fecsrc","from","readdirSync","arg","81742uWbTUH","_sent","7476RdBDeR","prev","Generator","path","break","rval","mark","645380KlIQnK","getManifestData","__await","11dhZydD","386025bSMPrq",".jsx",".html","finallyLoc","statSync","manifestManager","done","constructor","slice","../common/utils",".DS_Store",".json","_invoke","executing","forEach","then","setPrototypeOf",".scss","finish","152586ERImzY","toStringTag","2pAPiuf","Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.","hooks","split","abrupt","toString","throw","isGeneratorFunction","20059RsoeQP",".hjs","sent","displayName",".pem","resolve","@@asyncIterator","call","hasOwnProperty","copyFileSync","isFile","tapAsync","6dNpKJs","object","mkdirsSync","iterator result is not an object","size","options","extname","addWatermark","emit","existsSync","push","next","build","awrap","catchLoc","apply",".log",".frameworkinfo","name","match","../common/manifest-manager","trim","continue","nextLoc",".qcss",".ts","exports",".fecsignore","afterLoc","beta","completion","length","reset","root","basename","icon","type","parse","folder","create","return","1608085OseGee","1053708iMnEhW",".js","normal","value","pop","symbol","' method",".tsx","complete","asyncIterator","reduce","AsyncIterator",".styl","relative","Generator is already running","completed","__proto__","The iterator does not provide a '","GeneratorFunction","4MvEnTA"];return(_0xbe4c=function(){return t})()}function _0x26d4(t,r){var e=_0xbe4c();return(_0x26d4=function(t,r){return e[t-=300]})(t,r)}function _arrayLikeToArray(t,r){(null==r||r>t[_0x26d4(322)])&&(r=t.length);for(var e=0,n=Array(r);e<r;e++)n[e]=t[e];return n}function _regeneratorRuntime(){var c=_0x26d4;_regeneratorRuntime=function(){return s};var f,s={},t=Object[c(371)],h=t[c(452)],l=Object.defineProperty||function(t,r,e){var n=c;t[r]=e[n(336)]},r=c(385)==typeof Symbol?Symbol:{},i=r[c(388)]||"@@iterator",e=r[c(342)]||c(450),n=r[c(435)]||c(364);function a(t,r,e){return Object.defineProperty(t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}),t[r]}try{a({},"")}catch(t){a=function(t,r,e){return t[r]=e}}function u(t,r,e,n){var a,i,o,s,u=c,r=r&&r[u(371)]instanceof x?r:x,r=Object[u(330)](r.prototype),n=new k(n||[]);return l(r,u(427),{value:(a=t,i=e,o=n,s=_,function(t,r){var e=_0x26d4;if(s===y)throw Error(e(347));if(s===b){if("throw"===t)throw r;return{value:f,done:!0}}for(o[e(390)]=t,o[e(401)]=r;;){var n=o[e(384)];if(n){n=function t(r,e){var n=c,a=e.method,i=r.iterator[a];if(i===f)return e[n(384)]=null,n(442)===a&&r[n(388)][n(331)]&&(e[n(390)]="return",e[n(401)]=f,t(r,e),n(442)===e[n(390)])||n(331)!==a&&(e[n(390)]="throw",e.arg=new TypeError(n(350)+a+n(339))),d;a=p(i,r[n(388)],e[n(401)]);if(n(442)===a[n(327)])return e.method=n(442),e.arg=a.arg,e[n(384)]=null,d;i=a[n(401)];return i?i[n(421)]?(e[r[n(358)]]=i[n(336)],e.next=r[n(314)],"return"!==e[n(390)]&&(e[n(390)]=n(302),e[n(401)]=f),e[n(384)]=null,d):i:(e[n(390)]=n(442),e[n(401)]=new TypeError(n(459)),e[n(384)]=null,d)}(n,o);if(n){if(n===d)continue;return n}}if("next"===o[e(390)])o.sent=o[e(403)]=o[e(401)];else if("throw"===o.method){if(s===_)throw s=b,o[e(401)];o[e(377)](o[e(401)])}else e(331)===o[e(390)]&&o[e(440)](e(331),o[e(401)]);s=y;n=p(a,i,o);if(e(335)===n[e(327)]){if(s=o[e(421)]?b:v,n.arg===d)continue;return{value:n.arg,done:o[e(421)]}}e(442)===n[e(327)]&&(s=b,o[e(390)]=e(442),o[e(401)]=n.arg)}})}),r}function p(t,r,e){var n=c;try{return{type:n(335),arg:t[n(451)](r,e)}}catch(t){return{type:n(442),arg:t}}}s.wrap=u;var _=c(365),v=c(355),y=c(428),b=c(348),d={};function x(){}function o(){}function m(){}var r={},g=(a(r,i,function(){return this}),Object[c(376)]),g=g&&g(g(P([]))),w=(g&&g!==t&&h[c(451)](g,i)&&(r=g),m[c(371)]=x[c(371)]=Object[c(330)](r));function E(t){var r=c;[r(302),r(442),r(331)][r(429)](function(r){a(t,r,function(t){return this[_0x26d4(427)](r,t)})})}function I(s,u){var r;l(this,"_invoke",{value:function(e,n){function t(){return new u(function(t,r){!function r(t,e,n,a){var i,o=_0x26d4,t=p(s[t],s,e);if(o(442)!==t[o(327)])return(e=(i=t[o(401)])[o(336)])&&o(457)==_typeof(e)&&h.call(e,o(413))?u[o(449)](e.__await).then(function(t){r(o(302),t,n,a)},function(t){r(o(442),t,n,a)}):u[o(449)](e)[o(430)](function(t){i.value=t,n(i)},function(t){return r(o(442),t,n,a)});a(t[o(401)])}(e,n,t,r)})}return r=r?r.then(t,t):t()}})}function S(t){var r=c,e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e[r(418)]=t[2],e[r(319)]=t[3]),this.tryEntries[r(301)](e)}function O(t){var r=c,e=t.completion||{};e[r(327)]=r(335),delete e[r(401)],t[r(321)]=e}function k(t){var r=c;this[r(366)]=[{tryLoc:"root"}],t[r(429)](S,this),this[r(323)](!0)}function P(e){var n=c;if(e||""===e){var a,t=e[i];if(t)return t.call(e);if(n(385)==typeof e.next)return e;if(!isNaN(e[n(322)]))return a=-1,(t=function t(){for(var r=n;++a<e[r(322)];)if(h[r(451)](e,a))return t[r(336)]=e[a],t[r(421)]=!1,t;return t.value=f,t[r(421)]=!0,t}).next=t}throw new TypeError(_typeof(e)+n(353))}return o[c(371)]=m,l(w,c(422),{value:m,configurable:!0}),l(m,c(422),{value:o,configurable:!0}),o.displayName=a(m,n,c(351)),s[c(443)]=function(t){var r=c,t=r(385)==typeof t&&t[r(422)];return!!t&&(t===o||r(351)===(t[r(447)]||t[r(309)]))},s[c(410)]=function(t){var r=c;return Object[r(431)]?Object[r(431)](t,m):(t[r(349)]=m,a(t,n,r(351))),t[r(371)]=Object.create(w),t},s[c(304)]=function(t){return{__await:t}},E(I[c(371)]),a(I.prototype,e,function(){return this}),s[c(344)]=I,s[c(387)]=function(t,r,e,n,a){var i=c,o=(void 0===a&&(a=Promise),new I(u(t,r,e,n),a));return s[i(443)](r)?o:o[i(302)]().then(function(t){var r=i;return t[r(421)]?t[r(336)]:o[r(302)]()})},E(w),a(w,n,c(406)),a(w,i,function(){return this}),a(w,c(441),function(){return"[object Generator]"}),s[c(379)]=function(t){var r,n=c,a=Object(t),i=[];for(r in a)i[n(301)](r);return i[n(362)](),function t(){for(var r=n;i[r(322)];){var e=i[r(337)]();if(e in a)return t[r(336)]=e,t.done=!1,t}return t[r(421)]=!0,t}},s[c(383)]=P,k[c(371)]={constructor:k,reset:function(t){var r=c;if(this.prev=0,this[r(302)]=0,this[r(446)]=this._sent=f,this[r(421)]=!1,this[r(384)]=null,this[r(390)]=r(302),this[r(401)]=f,this[r(366)].forEach(O),!t)for(var e in this)"t"===e.charAt(0)&&h[r(451)](this,e)&&!isNaN(+e.slice(1))&&(this[e]=f)},stop:function(){var t=c,r=(this[t(421)]=!0,this.tryEntries[0][t(321)]);if(t(442)===r[t(327)])throw r[t(401)];return this.rval},dispatchException:function(n){var t=c;if(this.done)throw n;var a=this;function r(t,r){var e=_0x26d4;return o[e(327)]=e(442),o[e(401)]=n,a[e(302)]=t,r&&(a.method=e(302),a.arg=f),!!r}for(var e=this[t(366)].length-1;0<=e;--e){var i=this[t(366)][e],o=i[t(321)];if(t(324)===i[t(396)])return r(t(394));if(i.tryLoc<=this[t(405)]){var s=h[t(451)](i,t(305)),u=h[t(451)](i,t(418));if(s&&u){if(this[t(405)]<i[t(305)])return r(i[t(305)],!0);if(this[t(405)]<i[t(418)])return r(i[t(418)])}else if(s){if(this[t(405)]<i[t(305)])return r(i[t(305)],!0)}else{if(!u)throw Error(t(357));if(this.prev<i[t(418)])return r(i.finallyLoc)}}}},abrupt:function(t,r){for(var e=c,n=this[e(366)][e(322)]-1;0<=n;--n){var a=this[e(366)][n];if(a[e(396)]<=this[e(405)]&&h.call(a,e(418))&&this[e(405)]<a[e(418)]){var i=a;break}}var o=(i=i&&(e(408)===t||e(313)===t)&&i.tryLoc<=r&&r<=i.finallyLoc?null:i)?i[e(321)]:{};return o[e(327)]=t,o[e(401)]=r,i?(this[e(390)]="next",this.next=i[e(418)],d):this[e(341)](o)},complete:function(t,r){var e=c;if(e(442)===t[e(327)])throw t.arg;return"break"===t[e(327)]||e(313)===t[e(327)]?this[e(302)]=t[e(401)]:e(331)===t[e(327)]?(this[e(409)]=this[e(401)]=t.arg,this[e(390)]="return",this[e(302)]=e(394)):e(335)===t.type&&r&&(this[e(302)]=r),d},finish:function(t){for(var r=c,e=this[r(366)][r(322)]-1;0<=e;--e){var n=this[r(366)][e];if(n[r(418)]===t)return this.complete(n[r(321)],n[r(319)]),O(n),d}},catch:function(t){for(var r=c,e=this[r(366)][r(322)]-1;0<=e;--e){var n,a,i=this[r(366)][e];if(i[r(396)]===t)return n=i[r(321)],r(442)===n.type&&(a=n[r(401)],O(i)),a}throw Error(r(356))},delegateYield:function(t,r,e){var n=c;return this[n(384)]={iterator:P(t),resultName:r,nextLoc:e},n(302)===this[n(390)]&&(this.arg=f),d}},s}function asyncGeneratorStep(t,r,e,n,a,i,o){var s=_0x26d4;try{var u=t[i](o),c=u[s(336)]}catch(t){return void e(t)}u[s(421)]?r(c):Promise.resolve(c)[s(430)](n,a)}function _asyncToGenerator(u){return function(){var t=this,s=arguments;return new Promise(function(r,e){var n=_0x26d4,a=u[n(306)](t,s);function i(t){asyncGeneratorStep(a,r,e,i,o,n(302),t)}function o(t){asyncGeneratorStep(a,r,e,i,o,n(442),t)}i(void 0)})}}(()=>{for(var t=_0x26d4,r=_0xbe4c();;)try{if(377213==+parseInt(t(402))*(-parseInt(t(436))/2)+-parseInt(t(415))/3*(parseInt(t(352))/4)+-parseInt(t(332))/5*(-parseInt(t(456))/6)+parseInt(t(434))/7*(parseInt(t(361))/8)+parseInt(t(375))/9*(-parseInt(t(411))/10)+parseInt(t(414))/11*(-parseInt(t(333))/12)+parseInt(t(444))/13*(parseInt(t(404))/14))break;r.push(r.shift())}catch(t){r.push(r.shift())}})();var _path=require(_0x46ab0a(407)),_fs=require("fs"),_utils=require(_0x46ab0a(424)),_require=require(_0x46ab0a(311)),manifestManager=_require[_0x46ab0a(420)],_packOptions=require(_0x46ab0a(369)),FILE_EXT_NAME=[_0x46ab0a(307),_0x46ab0a(381),".sh",_0x46ab0a(334),_0x46ab0a(391),_0x46ab0a(416),".coffee",_0x46ab0a(316),_0x46ab0a(340),_0x46ab0a(393),".less",".sass",_0x46ab0a(432),_0x46ab0a(345),_0x46ab0a(417),_0x46ab0a(360),_0x46ab0a(426),_0x46ab0a(425),_0x46ab0a(448),_0x46ab0a(315),".hxml",_0x46ab0a(363),_0x46ab0a(445),".ux"],IGNORE_FILES=["LICENSE",".npmignore",_0x46ab0a(425),_0x46ab0a(318),_0x46ab0a(398),_0x46ab0a(308),".editorconfig"],REGEXP_ICON=/{{{(.+?)}}}|{{(.+?)}}/g,REGEXP_JSON=/\.json$/g,iconPaths=[];function copyFile(t,r){var e=_0x46ab0a;if(_fs.existsSync(t)){_utils[e(458)](_path.join(r,".."));e=_fs[e(453)](t,r);if(e)throw e}}function transFile(t,r,e,n){return _transFile[_0x46ab0a(306)](this,arguments)}function _transFile(){var r=_0x46ab0a;return(_transFile=_asyncToGenerator(_regeneratorRuntime()[r(410)](function t(e,n,a,i){var o,s,u,c,f,h,l,p,_,v=r;return _regeneratorRuntime()[v(374)](function(t){for(var r=v;;)switch(t[r(405)]=t[r(302)]){case 0:o=void 0,s=_path.join(e,a),u=_fs[r(400)](s),u=_createForOfIteratorHelper(u),t.prev=4,u.s();case 6:(l=u.n()).done?t[r(302)]=37:(c=l.value,f=_path[r(368)](s,c),(h=_fs[r(419)](f)).isFile()?(l=_path[r(325)](f),p=_path[r(462)](f),FILE_EXT_NAME[r(354)](p)<0&&!IGNORE_FILES[r(373)](l)&&!_packOptions[r(382)](_path[r(346)](e,f),i)?(o=_path[r(368)](n,a,_path[r(325)](c)),_fs[r(300)](o)?((p=_fs[r(419)](o)).isFile()&&p[r(460)]!==h[r(460)]&©File(f,o),t[r(302)]=27):t[r(302)]=20):t[r(302)]=27):t[r(302)]=29);break;case 20:if(_versionType===r(320)&&iconPaths[r(373)](f))return l=require(r(359)),p=l[r(463)],t.next=24,p(f,o);t[r(302)]=26;break;case 24:t.next=27;break;case 26:copyFile(f,o);case 27:t[r(302)]=35;break;case 29:if(h.isDirectory()){if(_packOptions[r(382)](_path[r(346)](e,f),i,r(329)))return t.abrupt(r(313),35);t[r(302)]=32}else t.next=35;break;case 32:return _=_path[r(368)](a,c),t.next=35,transFile(e,n,_,i);case 35:t[r(302)]=6;break;case 37:t[r(302)]=42;break;case 39:t[r(405)]=39,t.t0=t[r(380)](4),u.e(t.t0);case 42:return t[r(405)]=42,u.f(),t[r(433)](42);case 45:case"end":return t[r(367)]()}},t,null,[[4,39,42,45]])})))[r(306)](this,arguments)}function getIconPaths(t){var e,a,i=_0x46ab0a,n=[],o=t[i(389)],t=(manifestManager[i(412)]()[i(372)][i(326)]||"")[i(441)]()[i(312)]();return t[i(310)](REGEXP_ICON)?(e=t[i(439)]("'")[1],a=_path[i(368)](o,"i18n"),_fs[i(400)](a)[i(343)](function(t,r){var e=i,n=_path[e(368)](a,r);return _fs[e(419)](n)[e(454)]()&&r[e(310)](REGEXP_JSON)&&t[e(301)](n),t},[]).forEach(function(t){var r=i,t=_fs.readFileSync(t,"utf8")[r(441)]()||"{}",t=JSON[r(328)](t);t[e]&&n.push(_path[r(368)](o,t[e]))})):n[i(301)](_path[i(368)](o,t)),n}function ResourcePlugin(t){this[_0x46ab0a(461)]=t}ResourcePlugin[_0x46ab0a(371)][_0x46ab0a(306)]=function(t){var a,e,r=_0x46ab0a,i=this[r(461)];t[r(438)][r(464)][r(455)](r(397),(a=r,e=_asyncToGenerator(_regeneratorRuntime()[a(410)](function t(r,e){var n=a;return _regeneratorRuntime()[n(374)](function(t){for(var r=n;;)switch(t[r(405)]=t[r(302)]){case 0:return _versionType===r(320)&&(iconPaths=getIconPaths(i)),t[r(302)]=3,transFile(i.src,i[r(303)],"",i.ignoreRules);case 3:e();case 4:case r(394):return t.stop()}},t)})),function(t,r){return e[a(306)](this,arguments)}))},module[_0x46ab0a(317)]=ResourcePlugin;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
var _0x347122=_0x4639;function _0x4639(e,r){var a=_0xa212();return(_0x4639=function(e,r){return a[e-=164]})(e,r)}function _0xa212(){var e=["5OziXVo","823029Ocrphk","exports","12FQOuJj","target","webpack/lib/LoaderTargetPlugin","1515338yjqStK","3499374YZnnHX","./jsonpTemplatePlugin","310312nALbEF","options","apply","7320420okquiJ","output","20qvybWK","50iJXPMz","8DMuEWz","6028867tUuhCk","7mOKxIL","6716232JFMISj"];return(_0xa212=function(){return e})()}(()=>{for(var e=_0x4639,r=_0xa212();;)try{if(955573==+parseInt(e(171))*(-parseInt(e(180))/2)+parseInt(e(172))/3*(parseInt(e(165))/4)+parseInt(e(183))/5+parseInt(e(178))/6*(-parseInt(e(169))/7)+parseInt(e(167))/8*(-parseInt(e(170))/9)+parseInt(e(166))/10*(parseInt(e(177))/11)+-parseInt(e(174))/12*(parseInt(e(168))/13))break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var JsonpTemplatePlugin=require(_0x347122(179)),LoaderTargetPlugin=require(_0x347122(176));function QuickappWebpackTarget(){}QuickappWebpackTarget.prototype[_0x347122(182)]=function(e){var r=_0x347122,a=e[r(181)],t=a[r(164)],a=a[r(175)];new JsonpTemplatePlugin(t)[r(182)](e),new LoaderTargetPlugin(a)[r(182)](e)},module[_0x347122(173)]=QuickappWebpackTarget;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0xcd4b(e,t){var n=_0x37e4();return(_0xcd4b=function(e,t){return n[e-=247]})(e,t)}var _0x508716=_0xcd4b;function _typeof(e){var n=_0xcd4b;return(_typeof=n(328)==typeof Symbol&&n(413)==typeof Symbol[n(274)]?function(e){return typeof e}:function(e){var t=n;return e&&t(328)==typeof Symbol&&e.constructor===Symbol&&e!==Symbol[t(364)]?"symbol":typeof e})(e)}function _createForOfIteratorHelper(e,t){var n,r,a,o,u=_0xcd4b,l="undefined"!=typeof Symbol&&e[Symbol[u(274)]]||e[u(273)];if(l)return a=!(r=!0),{s:function(){l=l[u(416)](e)},n:function(){var e=u,t=l[e(250)]();return r=t[e(394)],t},e:function(e){a=!0,n=e},f:function(){var e=u;try{r||null==l.return||l[e(423)]()}finally{if(a)throw n}}};if(Array[u(435)](e)||(l=_unsupportedIterableToArray(e))||t&&e&&u(275)==typeof e.length)return l&&(e=l),o=0,{s:t=function(){},n:function(){return o>=e[u(356)]?{done:!0}:{done:!1,value:e[o++]}},e:function(e){throw e},f:t};throw new TypeError(u(282))}function _unsupportedIterableToArray(e,t){var n,r=_0xcd4b;if(e)return"string"==typeof e?_arrayLikeToArray(e,t):(n={}.toString.call(e)[r(390)](8,-1),"Map"===(n=r(256)===n&&e.constructor?e[r(336)].name:n)||r(392)===n?Array.from(e):r(292)===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/[r(295)](n)?_arrayLikeToArray(e,t):void 0)}function _arrayLikeToArray(e,t){(null==t||t>e[_0xcd4b(356)])&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function _classCallCheck(e,t){var n=_0xcd4b;if(!(e instanceof t))throw new TypeError(n(430))}function _defineProperties(e,t){for(var n=_0xcd4b,r=0;r<t.length;r++){var a=t[r];a[n(251)]=a[n(251)]||!1,a[n(360)]=!0,"value"in a&&(a[n(354)]=!0),Object.defineProperty(e,_toPropertyKey(a.key),a)}}function _createClass(e,t,n){var r=_0xcd4b;return t&&_defineProperties(e.prototype,t),n&&_defineProperties(e,n),Object[r(247)](e,r(364),{writable:!1}),e}function _toPropertyKey(e){var t=_0xcd4b,e=_toPrimitive(e,t(406));return t(413)==_typeof(e)?e:e+""}function _toPrimitive(e,t){var n=_0xcd4b;if(n(450)!=_typeof(e)||!e)return e;var r=e[Symbol[n(272)]];if(void 0===r)return(n(406)===t?String:Number)(e);r=r[n(416)](e,t||n(427));if(n(450)!=_typeof(r))return r;throw new TypeError(n(324))}function _callSuper(e,t,n){var r=_0xcd4b;return t=_getPrototypeOf(t),_possibleConstructorReturn(e,_isNativeReflectConstruct()?Reflect[r(399)](t,n||[],_getPrototypeOf(e).constructor):t[r(302)](e,n))}function _possibleConstructorReturn(e,t){var n=_0xcd4b;if(t&&(n(450)==_typeof(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError(n(322));return _assertThisInitialized(e)}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(_0xcd4b(445));return e}function _0x37e4(){var e=["prefetch","chunkId","mainTemplate",'if(installedChunkData !== 0) { // 0 means "already installed".',"var installedChunkData = ","runtimeTemplate","var prefetchChunks = data[3] || [];","1228864ydcWHc","this hasn't been initialised - super() hasn't been called","hmrDownloadUpdateHandlers","removedChunks","var currentUpdatedModulesList;","if(currentUpdatedModulesList) currentUpdatedModulesList.push(moduleId);","object","return reject;","applyHandlers.push(","defineProperty","deferredModule[0]);","228558nXscUA","next","enumerable",".call(moreModules, moduleId)) {","currentUpdatedModulesList = updatedModulesList;","basicFunction","__webpack_modules__[moduleId] = moreModules[moduleId];","Object","__proto__","currentUpdate[moduleId] = moreModules[moduleId];","if(true) { // all chunks have JS","if(installedChunkData !== 0) ","var fulfilled = true;","for(moduleId in moreModules) {","webpack/lib/javascript/JavascriptModulesPlugin","if(waitingUpdateResolves[chunkId]) {","hmrDownloadManifest","2271136HlZHMN","return result;","installedChunkData = installedChunks[chunkId] = ","// start chunk loading","getChunkConditionMap","217uWnPtY","toPrimitive","@@iterator","iterator","number","// object to store loaded and loading chunks"," + ","function webpackJsonpCallback(data) {","linkPrefetch","webpack/lib/RuntimeGlobals","hotUpdateFunction","Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.","installedChunks[chunkId] = undefined;","chunkId, promises","obj, key","jsonp chunk loading","jsonpScript",'"] || [];',"var currentUpdate;","// install a JSONP callback for chunk loading","resolves.shift()();","Arguments","// start update chunk loading","../hmr/JavascriptHotModuleReplacement.runtime.js","test","deferredPrefetch.push.apply(deferredPrefetch, prefetchChunks);","installedChunks[chunkId] = null;","STAGE_ATTACH",".j = ","if(installedChunks[depId] !== 0) fulfilled = false;","delete installedChunks[chunkId];","apply",'if (typeof fetch === "undefined") throw new Error("No browser support: need fetch API");',"getChildIdsByOrdersMap"," = ",'var jsonpArray = global["',"hooks","for(var j = 1; j < deferredModule.length; j++) {","var currentUpdateRuntime;","exports","for(var i = 0; i < deferredModules.length; i++) {","if(response.status === 404) return; // no update available","keys","} else installedChunks[chunkId] = 0;","promises.push(installedChunkData[2]);","// no chunk on demand loading","deferredModules.push.apply(deferredModules, executeModules || []);","asString","});","currentUpdateRuntime = [];","var waitingUpdateResolves = {};","Derived constructors may only return object or undefined","// no HMR manifest","@@toPrimitive must return a primitive value.","// JSONP chunk loading for javascript","var chunkIds = data[0];","(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;","function","Super expression must either be null or a function","publicPath","} else {","replace","has","chunkIds","chunkIds, removedChunks, removedModules, promises, applyHandlers, updatedModulesList","constructor","var executeModules = data[2];","webpack/lib/Template","getPrototypeOf","(chunkId);","var result;",'// add "moreModules" to the modules object,',"moduleFactories","currentUpdateRuntime","join","ensureChunkHandlers","// Promise = chunk loading, 0 = chunk loaded","obj[key] = false;","installedChunks[chunkId] = 0;","3OWTxoV","\n for(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);","waitingUpdateResolves[chunkId] = resolve;","(installedChunks, chunkId)) {","writable","var depId = deferredModule[j];","length","getChunkScriptFilename","prefetchChunks.forEach(function(chunkId) {","linkPreload","configurable","document.head.appendChild(link);","deferredModules.splice(i--, 1);","return response.json();","prototype","\n var parentJsonpFunction = oldJsonpFunction;","getFunctionContent","setPrototypeOf","934648wqIWfh","Object.prototype.hasOwnProperty",".jsonp = ","if(fulfilled) {","// chunk prefetching for javascript","getChunkUpdateScriptFilename","var moduleId, chunkId, i = 0, resolves = [];","currentUpdate = removedModules.reduce(","(moreModules, moduleId)) {","if(","return obj;","17395452PsvCIX","function checkDeferredModules() {","map","compilation","chunk","concat","if(installedChunkData) {","outputOptions","chunkHasJs","339874ObdQAg",'// then flag all "chunkIds" as loaded and fire callback',"slice","forEach","Set",".call(installedChunks, chunkId) ","done","groupsIterable","bind","result = ","// undefined = chunk not loaded, null = chunk preloaded/prefetched","construct","currentUpdateChunks[chunkId] = true;","for(var moduleId in moreModules) {","\n var oldJsonpFunction = jsonpArray.push.bind(jsonpArray);","moduleCache",", {});","hmrModuleData","string","generate","var promise = new Promise(","// add entry modules from loaded chunk to deferred list","globalObject","var loadingEnded = ","&& installedChunks[chunkId]) {","symbol","value","\n jsonpArray.push = webpackJsonpCallback;\n jsonpArray = jsonpArray.slice();","call","currentUpdateChunks = undefined;","(installedChunks, chunkId) && installedChunks[chunkId] !== undefined) {","hasOwnProperty","indent","// no HMR","requireFn","return","var url = ","5413070OHKVLh","if(runtime) currentUpdateRuntime.push(runtime);","default","if(installedChunks[chunkId] === undefined) {","runtimeRequirements","Cannot call a class as a function","chunks","var deferredModule = deferredModules[i];",'// a Promise means "currently loading".',"if(currentUpdateChunks && currentUpdateChunks[chunkId]) ","isArray","installedChunkData = installedChunks[chunkId];"];return(_0x37e4=function(){return e})()}function _isNativeReflectConstruct(){var e=_0xcd4b;try{var t=!Boolean[e(364)].valueOf.call(Reflect[e(399)](Boolean,[],function(){}))}catch(e){}return(_isNativeReflectConstruct=function(){return!!t})()}function _getPrototypeOf(e){var n=_0xcd4b;return(_getPrototypeOf=Object[n(367)]?Object[n(339)][n(396)]():function(e){var t=n;return e[t(257)]||Object[t(339)](e)})(e)}function _inherits(e,t){var n=_0xcd4b;if("function"!=typeof t&&null!==t)throw new TypeError(n(329));e[n(364)]=Object.create(t&&t[n(364)],{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&_setPrototypeOf(e,t)}function _setPrototypeOf(e,t){var n=_0xcd4b;return(_setPrototypeOf=Object[n(367)]?Object.setPrototypeOf[n(396)]():function(e,t){return e[n(257)]=t,e})(e,t)}(()=>{for(var e=_0xcd4b,t=_0x37e4();;)try{if(617179==+parseInt(e(444))+-parseInt(e(388))/2*(-parseInt(e(350))/3)+-parseInt(e(266))/4+-parseInt(e(425))/5+parseInt(e(249))/6*(-parseInt(e(271))/7)+parseInt(e(368))/8+parseInt(e(379))/9)break;t.push(t.shift())}catch(e){t.push(t.shift())}})();var RuntimeGlobals=require(_0x508716(280)),RuntimeModule=require("webpack/lib/RuntimeModule"),Template=require(_0x508716(338)),_require=require(_0x508716(263)),chunkHasJs=_require[_0x508716(387)],compileBooleanMatcher=require("webpack/lib/util/compileBooleanMatcher"),OBJ_HASOWNPROP=_0x508716(369),JsonpChunkLoadingRuntimeModule=(()=>{var y=_0x508716;function u(e,t,n,r){var a,o=_0xcd4b;return _classCallCheck(this,u),(a=_callSuper(this,u,[o(286),RuntimeModule[o(298)]]))[o(429)]=e,a[o(287)]=t,a[o(359)]=n,a[o(279)]=r,a}return _inherits(u,RuntimeModule),_createClass(u,[{key:y(407),value:function(){var r=y,e=this[r(382)],a=this[r(383)],t=this[r(287)],n=e[r(442)],o=e.chunkGraph,u=e[r(386)],l=e[r(439)],e=e.hash,i=RuntimeGlobals[r(346)],s=this[r(429)][r(333)](RuntimeGlobals[r(346)]),d=this[r(429)].has(RuntimeGlobals[r(446)]),c=this.runtimeRequirements[r(333)](RuntimeGlobals[r(265)]),o=o[r(270)](a,chunkHasJs),o=compileBooleanMatcher(o),p=(()=>{var e,t=r,n=_createForOfIteratorHelper(a[t(395)]);try{for(n.s();!(e=n.n())[t(394)];)if(1<e[t(414)][t(431)][t(356)])return!0}catch(e){n.e(e)}finally{n.f()}return!1})(),h=(h=a[(f=r)(304)](!0)[f(437)])&&Object[f(313)](h)[f(356)],f=n[r(386)].chunkLoadingGlobal,m="",e=(h&&(m=p?r(296):(e=[r(297),l[r(307)].linkPrefetch[r(416)]("",a,e),r(361)],Template[r(318)]([r(372),r(358),Template[r(420)]([r(428),Template.indent(e),"}"]),r(319)]))),p?r(337):""),h=h?r(443):"",k=Template[r(420)]("resolves.push(installedChunks[chunkId][0]);"),b=r(374),v=Template[r(420)]([r(355),r(300)]),l=Template[r(420)]([r(362),r(397).concat(l.requireFn,"(")[r(384)](l[r(422)],".s = ")+r(248)]),v=Template[r(420)]([r(432),r(261),r(308),v,"}",r(371),l,"}"]);return Template.asString([r(276),r(398),r(347),"var installedChunks = {",chunkIdsHandler(a),"};","",withLoadingHandler(s,o,i,n,t,a,d),withHmrHandler(d,n,t,a,u),"",withHmrManifestHandler(c,n),templateHandler(e,h,b,k,m,p,f,v),""])}}])})();function chunkIdsHandler(e){var t=_0x508716;return Template.indent(e.ids[t(381)](function(e){return"".concat(JSON.stringify(e),": 0")})[t(345)](",\n"))}function withHmrHandler(e,t,n,r,a){var o=_0x508716;return e?Template[o(318)](["var currentUpdateChunks;",o(289),o(309),o(448),o(321),"function loadUpdateChunk(chunkId) {",Template[o(420)](["return new Promise("[o(384)](t[o(254)]("resolve, reject",[o(352),o(293),"var url = "[o(384)](RuntimeGlobals[o(330)]," + ")+""[o(384)](RuntimeGlobals[o(373)],o(340)),o(411).concat(t[o(254)]("",[o(264),Template[o(420)](["waitingUpdateResolves[chunkId] = undefined",o(451)]),"}"]),";"),n[o(416)]("",r)]),");")]),"}","",""[o(384)](a[o(410)],"[").concat(JSON.stringify(a[o(281)]),"] = ").concat(t.basicFunction("chunkId, moreModules, runtime",[o(401),Template[o(420)](["if("[o(384)](RuntimeGlobals[o(419)],o(376)),Template.indent([o(258),o(449)]),"}"]),"}",o(426),"if(waitingUpdateResolves[chunkId]) {",Template[o(420)](["waitingUpdateResolves[chunkId]();","waitingUpdateResolves[chunkId] = undefined;"]),"}"]),";"),"",""[o(384)](RuntimeGlobals[o(446)],o(370))[o(384)](t[o(254)](o(335),[o(452).concat(t[o(254)]("options",[o(417),Template[o(366)](require(o(294)))[o(332)](/\$options\$/g,"options")[o(332)](/\$updateModuleFactories\$/g,"currentUpdate")[o(332)](/\$updateRuntimeModules\$/g,o(344))[o(332)](/\$moduleCache\$/g,RuntimeGlobals[o(403)])[o(332)](/\$hmrModuleData\$/g,RuntimeGlobals[o(405)])[o(332)](/\$moduleFactories\$/g,RuntimeGlobals[o(343)]).replace(/\/\/ \$dispose\$/g,Template[o(318)]([t[o(391)](o(438),o(447),o(301))]))]),");"),"currentUpdateChunks = {};",o(375)[o(384)](t[o(254)](o(285),[o(348),o(378)]),o(404)),o(320),o(253),t.forEach(o(438),o(334),[o(377)[o(384)](RuntimeGlobals[o(419)])+o(418),Template[o(420)](["promises.push(loadUpdateChunk(chunkId));"]),"}",o(400)])]),";")]):o(421)}function withHmrManifestHandler(e,t){var n=_0x508716;return e?Template[n(318)]([""[n(384)](RuntimeGlobals.hmrDownloadManifest,n(305))[n(384)](t[n(254)]("",[n(303),"return fetch("[n(384)](RuntimeGlobals[n(330)],n(277))[n(384)](RuntimeGlobals.getUpdateManifestFilename,"()).then(").concat(t[n(254)]("response",[n(312),'if(!response.ok) throw new Error("Failed to fetch update manifest " + response.statusText);',n(363)]),");")]),";")]):n(323)}function templateHandler(e,t,n,r,a,o,u,l){var i=_0x508716;return Template[i(318)](["",i(290),i(278),Template[i(420)]([i(326),"var moreModules = data[1];",e,t,i(342),i(389),n,"for(;i < chunkIds.length; i++) {",Template.indent(["chunkId = chunkIds[i];",i(377)[i(384)](OBJ_HASOWNPROP,i(393))+i(412),r,"}",i(349)]),"}",i(262),Template[i(420)](["if("[i(384)](OBJ_HASOWNPROP,i(252)),i(255),"}"]),"}","if(parentJsonpFunction) parentJsonpFunction(data);",a,"while(resolves.length) {",Template.indent(i(291)),"}",o?Template[i(318)](["",i(409),i(317),"","// run deferred modules when all chunks ready","return checkDeferredModules();"]):""]),"};",i(306).concat(u,'"] = global["')[i(384)](u,i(288))+i(402)+i(415)+i(351)+i(365),o?Template[i(318)]([i(380),Template[i(420)]([i(341),i(311),l,"}","",i(267)]),"}"]):""])}function withLoadingHandler(e,t,n,r,a,o,u){var l=_0x508716;return e?Template[l(318)]([""[l(384)](n,l(299))[l(384)](r[l(254)](l(284),!1!==t?Template[l(420)]([l(325),l(441)[l(384)](RuntimeGlobals[l(419)])+l(327),l(440),Template.indent(["",l(433),l(385),Template[l(420)]([l(315)]),l(331),Template[l(420)]([!0===t?l(259):l(377)[l(384)](t(l(438)),") {"),Template.indent(["// setup Promise in chunk cache",l(408)[l(384)](r[l(254)]("resolve, reject",[l(268)+"[resolve, reject];"]),");"),"promises.push(installedChunkData[2] = promise);","",l(269),l(424)[l(384)](RuntimeGlobals[l(330)],l(277))+""[l(384)](RuntimeGlobals[l(357)],l(340)),"var loadingEnded = "[l(384)](r[l(254)]("",[l(377)[l(384)](RuntimeGlobals[l(419)],l(353)),Template[l(420)]([l(436),l(260)+l(283),"if(installedChunkData) return installedChunkData[1];"]),"}"]),";"),a.call("",o)]),l(314),"",u?l(434)+"promises.push(loadUpdateChunk(chunkId));":"// no HMR"]),"}"]),"}"]):Template[l(420)]([l(349),"",u?l(434)+"promises.push(loadUpdateChunk(chunkId));":l(421)])),";")]):l(316)}module[_0x508716(310)]=JsonpChunkLoadingRuntimeModule;
|
|
1
|
+
var _0x31b4e2=_0xf085;function _typeof(e){var t=_0xf085;return(_typeof=t(288)==typeof Symbol&&t(198)==typeof Symbol.iterator?function(e){return typeof e}:function(e){var n=t;return e&&n(288)==typeof Symbol&&e.constructor===Symbol&&e!==Symbol[n(182)]?n(198):typeof e})(e)}function _createForOfIteratorHelper(e,n){var t,r,a,o,l=_0xf085,i="undefined"!=typeof Symbol&&e[Symbol[l(299)]]||e[l(319)];if(i)return a=!(r=!0),{s:function(){i=i.call(e)},n:function(){var e=l,n=i[e(302)]();return r=n[e(252)],n},e:function(e){a=!0,t=e},f:function(){var e=l;try{r||null==i[e(283)]||i[e(283)]()}finally{if(a)throw t}}};if(Array[l(199)](e)||(i=_unsupportedIterableToArray(e))||n&&e&&l(337)==typeof e[l(196)])return i&&(e=i),o=0,{s:n=function(){},n:function(){return o>=e.length?{done:!0}:{done:!1,value:e[o++]}},e:function(e){throw e},f:n};throw new TypeError(l(305))}function _unsupportedIterableToArray(e,n){var t,r=_0xf085;if(e)return r(206)==typeof e?_arrayLikeToArray(e,n):(t={}[r(236)].call(e)[r(212)](8,-1),r(267)===t&&e[r(251)]&&(t=e[r(251)][r(285)]),r(241)===t||r(205)===t?Array[r(192)](e):r(221)===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(e,n):void 0)}function _arrayLikeToArray(e,n){var t=_0xf085;(null==n||n>e[t(196)])&&(n=e[t(196)]);for(var r=0,a=Array(n);r<n;r++)a[r]=e[r];return a}function _0xf085(e,n){var t=_0x3f6d();return(_0xf085=function(e,n){return t[e-=180]})(e,n)}function _classCallCheck(e,n){var t=_0xf085;if(!(e instanceof n))throw new TypeError(t(240))}function _defineProperties(e,n){for(var t=_0xf085,r=0;r<n[t(196)];r++){var a=n[r];a.enumerable=a[t(278)]||!1,a[t(275)]=!0,t(349)in a&&(a[t(261)]=!0),Object.defineProperty(e,_toPropertyKey(a[t(219)]),a)}}function _createClass(e,n,t){var r=_0xf085;return n&&_defineProperties(e.prototype,n),t&&_defineProperties(e,t),Object[r(214)](e,r(182),{writable:!1}),e}function _toPropertyKey(e){var n=_0xf085,e=_toPrimitive(e,n(206));return n(198)==_typeof(e)?e:e+""}function _toPrimitive(e,n){var t=_0xf085;if("object"!=_typeof(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0===r)return(t(206)===n?String:Number)(e);r=r[t(272)](e,n||t(216));if(t(204)!=_typeof(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}function _callSuper(e,n,t){var r=_0xf085;return n=_getPrototypeOf(n),_possibleConstructorReturn(e,_isNativeReflectConstruct()?Reflect.construct(n,t||[],_getPrototypeOf(e).constructor):n[r(303)](e,t))}function _possibleConstructorReturn(e,n){var t=_0xf085;if(n&&(t(204)==_typeof(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError(t(264));return _assertThisInitialized(e)}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(_0xf085(254));return e}function _isNativeReflectConstruct(){var e=_0xf085;try{var n=!Boolean[e(182)][e(332)][e(272)](Reflect[e(197)](Boolean,[],function(){}))}catch(e){}return(_isNativeReflectConstruct=function(){return!!n})()}function _getPrototypeOf(e){var t=_0xf085;return(_getPrototypeOf=Object[t(339)]?Object[t(229)][t(185)]():function(e){var n=t;return e[n(287)]||Object[n(229)](e)})(e)}function _0x3f6d(){var e=["installedChunks[chunkId] = undefined;","getPrototypeOf","resolve, reject","groupsIterable","\n var parentJsonpFunction = oldJsonpFunction;","var chunkIds = data[0];","indent","function webpackJsonpCallback(data) {","toString","// Promise = chunk loading, 0 = chunk loaded","for(var i = 0; i < deferredModules.length; i++) {","// no HMR manifest","Cannot call a class as a function","Map","6316580NSJbjb",'var jsonpArray = global["',"var installedChunkData = ","deferredModules.splice(i--, 1);",'if (typeof fetch === "undefined") throw new Error("No browser support: need fetch API");',"if(true) { // all chunks have JS","842884DlRnUl","chunkId","webpack/lib/Template","constructor","done","stringify","this hasn't been initialised - super() hasn't been called","ids","publicPath","var promise = new Promise(","getChunkScriptFilename",") {","9716556UlDxCH","writable","document.head.appendChild(link);",'"] || [];',"Derived constructors may only return object or undefined","hasOwnProperty","var moduleId, chunkId, i = 0, resolves = [];","Object","result = ",".call(installedChunks, chunkId) ","linkPreload","join","call","[resolve, reject];","promises.push(installedChunkData[2] = promise);","configurable","var deferredModule = deferredModules[i];","1111231gvGOYZ","enumerable","\n var oldJsonpFunction = jsonpArray.push.bind(jsonpArray);","var executeModules = data[2];","map","prefetchChunks.forEach(function(chunkId) {","return","// object to store loaded and loading chunks","name","return fetch(","__proto__","function","resolves.shift()();","});","getChildIdsByOrdersMap","concat","32oPJdxA","promises.push(loadUpdateChunk(chunkId));","return checkDeferredModules();","webpack/lib/RuntimeModule","function checkDeferredModules() {","if(parentJsonpFunction) parentJsonpFunction(data);","iterator","exports","runtimeRequirements","next","apply","hash","Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.","chunk","// add entry modules from loaded chunk to deferred list","3226887dDfkZy",".s = ",'// a Promise means "currently loading".',"2OdSOEW","chunkGraph"," = ","var installedChunks = {","// chunk prefetching for javascript","\n jsonpArray.push = webpackJsonpCallback;\n jsonpArray = jsonpArray.slice();","&& installedChunks[chunkId]) {","response","@@iterator","keys","1454109ctXWEd","installedChunkData = installedChunks[chunkId];","deferredPrefetch.push.apply(deferredPrefetch, prefetchChunks);","hmrDownloadUpdateHandlers","// JSONP chunk loading for javascript","if(fulfilled) {","// install a JSONP callback for chunk loading","has","return response.json();","getUpdateManifestFilename","if(!response.ok) ","valueOf","outputOptions","chunkLoadingGlobal","// undefined = chunk not loaded, null = chunk preloaded/prefetched","basicFunction","number","compilation","setPrototypeOf","Object.prototype.hasOwnProperty","var depId = deferredModule[j];","deferredModules.push.apply(deferredModules, executeModules || []);","if(installedChunkData) {","if(","jsonp chunk loading","chunks","// no chunk on demand loading","for(moduleId in moreModules) {","value","var prefetchChunks = data[3] || [];",'throw new Error("Failed to fetch update manifest " + response.statusText);',"generate",'"] = global["',"prototype","if(installedChunkData) return installedChunkData[1];","// setup Promise in chunk cache","bind","installedChunks[chunkId] = null;","installedChunkData = installedChunks[chunkId] = ","var url = ","__webpack_modules__[moduleId] = moreModules[moduleId];","asString","return result;","from","Super expression must either be null or a function"," + ","ensureChunkHandlers","length","construct","symbol","isArray","if(response.status === 404) return; // no update available","promises.push(installedChunkData[2]);","chunkId, promises","if(currentUpdateChunks && currentUpdateChunks[chunkId]) ","object","Set","string","// no HMR","(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;","linkPrefetch","resolves.push(installedChunks[chunkId][0]);","installedChunks[chunkId] = 0;","slice","} else installedChunks[chunkId] = 0;","defineProperty","requireFn","default",'// then flag all "chunkIds" as loaded and fire callback',"jsonpScript","key","var fulfilled = true;","Arguments","\n for(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);",".j = ","chunkHasJs","for(;i < chunkIds.length; i++) {","(chunkId);","6223170AlPyZA"];return(_0x3f6d=function(){return e})()}function _inherits(e,n){var t=_0xf085;if("function"!=typeof n&&null!==n)throw new TypeError(t(193));e[t(182)]=Object.create(n&&n[t(182)],{constructor:{value:e,writable:!0,configurable:!0}}),Object[t(214)](e,t(182),{writable:!1}),n&&_setPrototypeOf(e,n)}function _setPrototypeOf(e,n){var t=_0xf085;return(_setPrototypeOf=Object[t(339)]?Object.setPrototypeOf[t(185)]():function(e,n){return e[t(287)]=n,e})(e,n)}(()=>{for(var e=_0xf085,n=_0x3f6d();;)try{if(990690==+parseInt(e(277))+-parseInt(e(311))/2*(parseInt(e(321))/3)+parseInt(e(242))/4+parseInt(e(227))/5+-parseInt(e(260))/6+parseInt(e(248))/7*(-parseInt(e(293))/8)+-parseInt(e(308))/9)break;n.push(n.shift())}catch(e){n.push(n.shift())}})();var RuntimeGlobals=require("webpack/lib/RuntimeGlobals"),RuntimeModule=require(_0x31b4e2(296)),Template=require(_0x31b4e2(250)),_require=require("webpack/lib/javascript/JavascriptModulesPlugin"),chunkHasJs=_require[_0x31b4e2(224)],compileBooleanMatcher=require("webpack/lib/util/compileBooleanMatcher"),OBJ_HASOWNPROP=_0x31b4e2(340),JsonpChunkLoadingRuntimeModule=(()=>{var _=_0x31b4e2;function l(e,n,t,r){var a,o=_0xf085;return _classCallCheck(this,l),(a=_callSuper(this,l,[o(345),RuntimeModule.STAGE_ATTACH]))[o(301)]=e,a[o(218)]=n,a[o(270)]=t,a.linkPrefetch=r,a}return _inherits(l,RuntimeModule),_createClass(l,[{key:_(180),value:function(){var r=_,e=this[r(338)],a=this[r(306)],n=this[r(218)],t=e.runtimeTemplate,o=e[r(312)],l=e.outputOptions,i=e.mainTemplate,e=e[r(304)],u=RuntimeGlobals.ensureChunkHandlers,s=this[r(301)][r(328)](RuntimeGlobals[r(195)]),d=this[r(301)][r(328)](RuntimeGlobals[r(324)]),c=this[r(301)][r(328)](RuntimeGlobals.hmrDownloadManifest),o=o.getChunkConditionMap(a,chunkHasJs),o=compileBooleanMatcher(o),f=(()=>{var e,n=r,t=_createForOfIteratorHelper(a[n(231)]);try{for(t.s();!(e=t.n())[n(252)];)if(1<e[n(349)][n(346)][n(196)])return!0}catch(e){t.e(e)}finally{t.f()}return!1})(),p=(p=a[(h=r)(291)](!0).prefetch)&&Object[h(320)](p)[h(196)],h=t[r(333)][r(334)],m="",e=(p&&(m=f?r(323):(e=[r(186),i.hooks[r(209)].call("",a,e),r(262)],Template[r(190)]([r(315),r(282),Template[r(234)](["if(installedChunks[chunkId] === undefined) {",Template.indent(e),"}"]),r(290)]))),f?r(280):""),p=p?r(350):"",k=Template.indent(r(210)),b=r(266),y=Template.indent([r(341),"if(installedChunks[depId] !== 0) fulfilled = false;"]),i=Template[r(234)]([r(245),r(268)[r(292)](i[r(215)],"(")[r(292)](i.requireFn,r(309))+"deferredModule[0]);"]),y=Template[r(234)]([r(276),r(220),"for(var j = 1; j < deferredModule.length; j++) {",y,"}",r(326),i,"}"]);return Template.asString([r(284),r(335),r(237),r(314),chunkIdsHandler(a),"};","",withLoadingHandler(s,o,u,t,n,a,d),withHmrHandler(d,t,n,a,l),"",withHmrManifestHandler(c,t),templateHandler(e,p,b,k,m,f,h,y),""])}}])})();function chunkIdsHandler(e){var t=_0x31b4e2;return Template[t(234)](e[t(255)][t(281)](function(e){var n=t;return""[n(292)](JSON[n(253)](e),": 0")})[t(271)](",\n"))}function withHmrHandler(e,n,t,r,a){return"// no HMR"}function withHmrManifestHandler(e,n){var t=_0x31b4e2;return e?Template[t(190)](["".concat(RuntimeGlobals.hmrDownloadManifest,t(313))[t(292)](n.basicFunction("",[t(246),t(286)[t(292)](RuntimeGlobals[t(256)],t(194))[t(292)](RuntimeGlobals[t(330)],"()).then(").concat(n[t(336)](t(318),[t(200),t(331)+t(351),t(329)]),");")]),";")]):t(239)}function templateHandler(e,n,t,r,a,o,l,i){var u=_0x31b4e2;return Template[u(190)](["",u(327),u(235),Template.indent([u(233),"var moreModules = data[1];",e,n,'// add "moreModules" to the modules object,',u(217),t,u(225),Template[u(234)](["chunkId = chunkIds[i];","if("[u(292)](OBJ_HASOWNPROP,u(269))+u(317),r,"}",u(211)]),"}",u(348),Template[u(234)]([u(344)[u(292)](OBJ_HASOWNPROP,".call(moreModules, moduleId)) {"),u(189),"}"]),"}",u(298),a,"while(resolves.length) {",Template[u(234)](u(289)),"}",o?Template[u(190)](["",u(307),u(342),"","// run deferred modules when all chunks ready",u(295)]):""]),"};",u(243)[u(292)](l,u(181)).concat(l,u(263))+u(279)+u(316)+u(222)+u(232),o?Template[u(190)]([u(297),Template[u(234)](["var result;",u(238),i,"}","",u(191)]),"}"]):""])}function withLoadingHandler(e,n,t,r,a,o,l){var i=_0x31b4e2;return e?Template.asString([""[i(292)](t,i(223))[i(292)](r[i(336)](i(202),!1!==n?Template.indent([i(325),i(244)[i(292)](RuntimeGlobals[i(265)])+i(208),'if(installedChunkData !== 0) { // 0 means "already installed".',Template.indent(["",i(310),i(343),Template[i(234)]([i(201)]),"} else {",Template[i(234)]([!0===n?i(247):i(344)[i(292)](n(i(249)),i(259)),Template[i(234)]([i(184),i(257).concat(r[i(336)](i(230),[i(187)+i(273)]),");"),i(274),"","// start chunk loading",i(188)[i(292)](RuntimeGlobals[i(256)],i(194))+""[i(292)](RuntimeGlobals[i(258)],i(226)),"var loadingEnded = ".concat(r.basicFunction("",[i(344).concat(RuntimeGlobals[i(265)],"(installedChunks, chunkId)) {"),Template[i(234)]([i(322),"if(installedChunkData !== 0) "+i(228),i(183)]),"}"]),";"),a[i(272)]("",o)]),i(213),"",l?i(203)+i(294):i(207)]),"}"]),"}"]):Template[i(234)]([i(211),"",l?"if(currentUpdateChunks && currentUpdateChunks[chunkId]) promises.push(loadUpdateChunk(chunkId));":i(207)])),";")]):i(347)}module[_0x31b4e2(300)]=JsonpChunkLoadingRuntimeModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _0x2af10b=_0x5931;function _slicedToArray(r,e){return _arrayWithHoles(r)||_iterableToArrayLimit(r,e)||_unsupportedIterableToArray(r,e)||_nonIterableRest()}function _nonIterableRest(){throw new TypeError(_0x5931(511))}function _0x5931(r,e){var t=_0xbac0();return(_0x5931=function(r,e){return t[r-=482]})(r,e)}function _iterableToArrayLimit(r,e){var t=_0x5931,n=null==r?null:"undefined"!=typeof Symbol&&r[Symbol[t(510)]]||r[t(484)];if(null!=n){var a,o,i,u,f=[],l=!0,c=!1;try{if(i=(n=n[t(521)](r))[t(522)],0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(a=i[t(521)](n)).done)&&(f[t(499)](a[t(515)]),f[t(486)]!==e);l=!0);}catch(r){c=!0,o=r}finally{try{if(!l&&null!=n[t(518)]&&(u=n[t(518)](),Object(u)!==u))return}finally{if(c)throw o}}return f}}function _arrayWithHoles(r){if(Array.isArray(r))return r}function _createForOfIteratorHelper(r,e){var t,n,a,o,i=_0x5931,u=i(493)!=typeof Symbol&&r[Symbol[i(510)]]||r[i(484)];if(u)return a=!(n=!0),{s:function(){u=u.call(r)},n:function(){var r=i,e=u[r(522)]();return n=e[r(487)],e},e:function(r){a=!0,t=r},f:function(){try{n||null==u.return||u.return()}finally{if(a)throw t}}};if(Array.isArray(r)||(u=_unsupportedIterableToArray(r))||e&&r&&i(495)==typeof r[i(486)])return u&&(r=u),o=0,{s:e=function(){},n:function(){return o>=r.length?{done:!0}:{done:!1,value:r[o++]}},e:function(r){throw r},f:e};throw new TypeError(i(513))}function _unsupportedIterableToArray(r,e){var t,n=_0x5931;if(r)return"string"==typeof r?_arrayLikeToArray(r,e):("Object"===(t={}[n(504)][n(521)](r)[n(506)](8,-1))&&r[n(482)]&&(t=r[n(482)][n(505)]),n(500)===t||n(519)===t?Array[n(520)](r):n(503)===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(r,e):void 0)}function _arrayLikeToArray(r,e){var t=_0x5931;(null==e||e>r[t(486)])&&(e=r[t(486)]);for(var n=0,a=Array(e);n<e;n++)a[n]=r[n];return a}(()=>{for(var r=_0x5931,e=_0xbac0();;)try{if(416549==+parseInt(r(488))+parseInt(r(509))/2*(parseInt(r(494))/3)+-parseInt(r(507))/4+parseInt(r(489))/5*(parseInt(r(491))/6)+-parseInt(r(496))/7*(parseInt(r(517))/8)+-parseInt(r(508))/9+parseInt(r(502))/10)break;e.push(e.shift())}catch(r){e.push(e.shift())}})();var getAllChunks=function(r){var e,t=_0x5931,n=new Set,a=new Set([r]),o=_createForOfIteratorHelper(a);try{for(o.s();!(e=o.n())[t(487)];){var i,u=e[t(515)],f=_createForOfIteratorHelper(u[t(514)]);try{for(f.s();!(i=f.n())[t(487)];){var l=i[t(515)];n[t(516)](l)}}catch(r){f.e(r)}finally{f.f()}var c,y=_createForOfIteratorHelper(u[t(497)]);try{for(y.s();!(c=y.n()).done;){var s=c[t(515)];a[t(516)](s)}}catch(r){y.e(r)}finally{y.f()}}}catch(r){o.e(r)}finally{o.f()}return n};function _0xbac0(){var r=["slice","2503364ljkEwc","4639212kVLLck","8WRMaem","iterator","Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.","values","Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.","chunks","value","add","541864XxwaHG","return","Set","from","call","next","constructor","getEntryInfo","@@iterator","getRuntimeChunk","length","done","597764YAyyqa","8505xDkAIJ","getChunkEntryModulesWithChunkGroupIterable","330vMWVBG","some","undefined","359313CpDJXR","number","49NSYRTW","parentsIterable","getModuleId","push","Map","entrypoints","8615860wgheKa","Arguments","toString","name"];return(_0xbac0=function(){return r})()}exports[_0x2af10b(483)]=function(n,a){var o=_0x2af10b;return Array[o(520)](n[o(490)](a)).map(function(r){var e=o,r=_slicedToArray(r,2),t=r[0],r=r[1];return[n[e(498)](t)].concat(Array[e(520)](getAllChunks(r),function(r){return r.id}).filter(function(r){return r!==a.id}))})},exports.needEntryDeferringCode=function(r,e){var t,n=_0x2af10b,a=_createForOfIteratorHelper(r[n(501)][n(512)]());try{for(a.s();!(t=a.n())[n(487)];){var o=t[n(515)];if(o[n(485)]()===e&&o[n(514)][n(492)](function(r){return r!==e}))return!0}}catch(r){a.e(r)}finally{a.f()}return!1};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
var _0x300bcd=_0xf7b7;function _0x4a26(){var e=["default","additionalTreeRuntimeRequirements","thisCompilation","for","279pNgAoS","writable","key","./jsonpChunkLoadingRuntimeModule","getUpdateManifestFilename","The 'compilation' argument must be an instance of Compilation","4978964ffKhaV","renderChunk","getChunkUpdateScriptFilename","309466jPvyxK","hasRuntime","prototype","ensureChunkHandlers","hmrDownloadUpdateHandlers","stringify","3156656JDiWLh","5956050ArXnlD","concat","getEntryInfo","JsonpTemplatePlugin","runtimeTemplate","chunkHash","source","./jsonpHelpers","5zCZNWX","defineProperty","call","moduleFactoriesAddOnly","@@toPrimitive must return a primitive value.","48CJTkoH","webpack/lib/javascript/JavascriptModulesPlugin","linkPreload","chunkGraph","apply","jsonpFunction","hash","globalObject","chunk","getChunkRuntimeModulesInOrder","add","getCompilationHooks","Cannot call a class as a function","tap","function","object","1518235wOyPpS","configurable","startup","7531249fJTAym","string","startupNoDefault","publicPath","getChunkScriptFilename","moduleCache","linkPrefetch","hasOwnProperty","522060ODfevU","needEntryDeferringCode","outputOptions","ConcatSource","runtimeRequirementInTree","webpack/lib/RuntimeGlobals","symbol","21wbYfQB","constructor","enumerable","update","hmrDownloadManifest","hooks","3eubjWA","length","hotUpdateFunction","value"];return(_0x4a26=function(){return e})()}function _typeof(e){var t=_0xf7b7;return(_typeof="function"==typeof Symbol&&t(471)==typeof Symbol.iterator?function(e){return typeof e}:function(e){var n=t;return e&&n(452)==typeof Symbol&&e[n(473)]===Symbol&&e!==Symbol[n(497)]?n(471):typeof e})(e)}function _classCallCheck(e,n){var t=_0xf7b7;if(!(e instanceof n))throw new TypeError(t(450))}function _defineProperties(e,n){for(var t=_0xf7b7,r=0;r<n[t(479)];r++){var a=n[r];a.enumerable=a[t(474)]||!1,a[t(455)]=!0,t(481)in a&&(a[t(487)]=!0),Object[t(434)](e,_toPropertyKey(a[t(488)]),a)}}function _0xf7b7(e,n){var t=_0x4a26();return(_0xf7b7=function(e,n){return t[e-=431]})(e,n)}function _createClass(e,n,t){var r=_0xf7b7;return n&&_defineProperties(e[r(497)],n),t&&_defineProperties(e,t),Object[r(434)](e,r(497),{writable:!1}),e}function _toPropertyKey(e){var n=_0xf7b7,e=_toPrimitive(e,n(458));return n(471)==_typeof(e)?e:e+""}function _toPrimitive(e,n){var t=_0xf7b7;if(t(453)!=_typeof(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0===r)return(t(458)===n?String:Number)(e);r=r[t(435)](e,n||t(482));if("object"!=_typeof(r))return r;throw new TypeError(t(437))}(()=>{for(var e=_0xf7b7,n=_0x4a26();;)try{if(888742==-parseInt(e(433))*(-parseInt(e(495))/2)+parseInt(e(478))/3*(-parseInt(e(492))/4)+parseInt(e(454))/5+parseInt(e(502))/6+parseInt(e(472))/7*(parseInt(e(501))/8)+-parseInt(e(486))/9*(-parseInt(e(465))/10)+parseInt(e(457))/11*(-parseInt(e(438))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}})();var _require=require("tapable"),SyncWaterfallHook=_require.SyncWaterfallHook,_require2=require("webpack-sources"),ConcatSource=_require2[_0x300bcd(468)],Compilation=require("webpack/lib/Compilation"),HotUpdateChunk=require("webpack/lib/HotUpdateChunk"),RuntimeGlobal=require(_0x300bcd(470)),Template=require("webpack/lib/Template"),JavascriptModulesPlugin=require(_0x300bcd(439)),JsonpChunkLoadingRuntimeModule=require(_0x300bcd(489)),_require3=require(_0x300bcd(432)),getEntryInfo=_require3[_0x300bcd(504)],needEntryDeferringCode=_require3[_0x300bcd(466)],compilationHooksMap=new WeakMap,JsonpTemplatePlugin=(()=>{var r=_0x300bcd;function t(){_classCallCheck(this,t)}return _createClass(t,[{key:r(442),value:function(e){var n=r;e[n(477)][n(484)][n(451)]("JsonpTemplatePlugin",function(r){function a(e,n){var t=c;i.has(e)||(i[t(448)](e),n.add(RuntimeGlobal.moduleFactoriesAddOnly),n[t(448)](RuntimeGlobal[t(464)]),r.addRuntimeModule(e,new JsonpChunkLoadingRuntimeModule(n,o.jsonpScript,o[t(440)],o[t(463)])))}var c=n,e=JavascriptModulesPlugin[c(449)](r),o=(e[c(493)][c(451)](c(505),function(e,n){var t=c,r=n[t(446)],a=n[t(441)],o=n.runtimeTemplate,i=r instanceof HotUpdateChunk?r:null,u=o.outputOptions.globalObject,l=new ConcatSource,p=a[t(447)](r),p=0<p[t(479)]&&Template.renderChunkRuntimeModules(p,n);return i?(n=o[t(467)][t(480)],l.add("".concat(u,"[").concat(JSON[t(500)](n),"](")),l.add(""[t(503)](JSON[t(500)](r.id),",")),l[t(448)](e),p&&(l[t(448)](",\n"),l.add(p)),l.add(")")):(l[t(448)](e),o=0<(i=getEntryInfo(a,r))[t(479)]&&",".concat(JSON.stringify(i)),(p||o)&&l[t(448)](o||",0"),p&&(l.add(",\n"),l[t(448)](p))),l}),e[c(507)][c(451)](c(505),function(e,n,t){var r,a,o=c,i=t[o(441)],t=t[o(506)];e[o(496)]()||(r=(t=t[o(467)])[o(443)],a=t.hotUpdateFunction,t=t[o(445)],i=JSON[o(500)](getEntryInfo(i,e)),n[o(475)]("JsonpTemplatePlugin"),n.update("1"),n[o(475)](i),n[o(475)](""[o(503)](r)),n[o(475)](""[o(503)](a)),n.update("".concat(t)))}),t[c(449)](r)),i=new WeakSet;r[c(477)][c(469)].for(RuntimeGlobal.ensureChunkHandlers).tap("JsonpTemplatePlugin",a),r.hooks.runtimeRequirementInTree.for(RuntimeGlobal[c(499)]).tap(c(505),a),r[c(477)].runtimeRequirementInTree.for(RuntimeGlobal.hmrDownloadManifest)[c(451)](c(505),a),r[c(477)][c(469)].for(RuntimeGlobal[c(498)])[c(451)](c(505),function(e,n){var t=c;n.add(RuntimeGlobal[t(460)]),n[t(448)](RuntimeGlobal[t(461)])}),r.hooks[c(469)][c(485)](RuntimeGlobal.hmrDownloadUpdateHandlers)[c(451)](c(505),function(e,n){var t=c;n.add(RuntimeGlobal[t(460)]),n[t(448)](RuntimeGlobal[t(494)]),n.add(RuntimeGlobal[t(462)]),n.add(RuntimeGlobal.hmrModuleData),n[t(448)](RuntimeGlobal[t(436)])}),r[c(477)][c(469)][c(485)](RuntimeGlobal[c(476)])[c(451)]("JsonpTemplatePlugin",function(e,n){var t=c;n.add(RuntimeGlobal.publicPath),n[t(448)](RuntimeGlobal[t(490)])}),r[c(477)][c(483)][c(451)](c(505),function(e,n){var t=c;needEntryDeferringCode(r,e)&&(n[t(448)](RuntimeGlobal[t(456)]),n.add(RuntimeGlobal[t(459)]),a(e,n),n.add(RuntimeGlobal.require))})})}}],[{key:r(449),value:function(e){var n,t=r;if(e instanceof Compilation)return void 0===(n=compilationHooksMap.get(e))&&(n={jsonpScript:new SyncWaterfallHook([t(431),t(446),"hash"]),linkPreload:new SyncWaterfallHook([t(431),t(446),t(444)]),linkPrefetch:new SyncWaterfallHook([t(431),"chunk",t(444)])}),compilationHooksMap.set(e,n),n;throw new TypeError(t(491))}}])})();module.exports=JsonpTemplatePlugin;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _0x529b81=_0x2b97;function _0x3a54(){var e=["options",'" where JS is located is not commonPackage (using by "',"app.js","30730GaFSdP",'" (using by "',"requireHandler","exports","forEach","configs","1264758CwfWru","concat","24340boaGkM","474603xOPDdP","generate","rootContext","handleResolveAlias","resolve","resourcePath","./common/utils","dirname",'ERROR: JS is not found in path "',"1975012OIoThw","1157884eKPXPW",".js","113840UEotKA","astParse","code","manifest","264wRURkn","root","getProjectInfo","../common/utils","../common/config","./js-parser/parser","path","join","startsWith","576QxkUYO",'ERROR: The subpackage with the name "',"ascfSrcPath","endsWith","756rLhznN","name","replace"];return(_0x3a54=function(){return e})()}(()=>{for(var e=_0x2b97,r=_0x3a54();;)try{if(347580==+parseInt(e(141))+parseInt(e(151))/2+parseInt(e(138))/3+-parseInt(e(150))/4+-parseInt(e(140))/5*(-parseInt(e(122))/6)+-parseInt(e(132))/7*(parseInt(e(157))/8)+parseInt(e(126))/9*(-parseInt(e(153))/10))break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var _require=require(_0x529b81(162)),astParse=_require[_0x529b81(154)],traverse=_require.traverse,generate=_require[_0x529b81(142)],requireHandler=_require[_0x529b81(134)],_require2=require(_0x529b81(160)),getProjectInfo=_require2[_0x529b81(159)],path=require(_0x529b81(163)),fs=require("fs"),_require3=require(_0x529b81(147)),normalizedAbsPath=_require3.normalizedAbsPath,_require4=require(_0x529b81(160)),handleResolveAlias=_require4[_0x529b81(144)],_require5=require(_0x529b81(161)),configs=_require5[_0x529b81(137)];function getOwnerIndexJs(t,e){var n,i=_0x529b81;return t=normalizePath(t),null!=e&&e[i(136)](function(e){var r,a=i,e=normalizedAbsPath(e.root);e+=e[a(125)]("/")?"":"/",null!=(r=t)&&r[a(165)](e)&&(n=e)}),n?n+"index.js":normalizedAbsPath(i(131))}function pathHandler(e,r,a,t){var n=_0x529b81,i=getProjectInfo()[n(124)],t=(r=handleResolveAlias(r,t),path[n(148)](e)),t=r[n(165)]("/")?path[n(164)](i,r):path[n(145)](t,r);return isValidJSPath(t,r,e),!(!isNeedAddCommon(a,t,r,e)&&!configs.disableSubpackages)||((a="/"+normalizePath(path.relative(i,t))).endsWith(n(152))||(a+=n(152)),a)}function normalizePath(e){return null==e?void 0:e[_0x529b81(128)](/\\/g,"/")}function isNeedAddCommon(e,t,r,n){var i=_0x529b81,s=getProjectInfo().ascfSrcPath,o=(n=n[i(128)](/\\/g,"/"),t=normalizePath(t),!1);return null!=e&&e[i(136)](function(e){var r=i,a=path[r(164)](s,e[r(158)])[r(128)](/\\/g,"/");if(a+=a[r(125)]("/")?"":"/",t.startsWith(a)&&n.startsWith(a))o=!0;else if(t.startsWith(a)&&!e.common)throw r(123).concat(e[r(127)],r(130))[r(139)](n,'")')}),o}function isValidJSPath(e,r,a){var t=_0x529b81;if(e[t(125)](t(152))||(e+=t(152)),!fs.existsSync(e))throw t(149)[t(139)](r,t(133))[t(139)](a,'")')}function requireLoader(e){var r=_0x529b81,e=astParse(e),a=this[r(146)],t=(this[r(143)],this[r(129)].manifest.resolveAlias||{}),n=this[r(129)][r(156)].subpackages,i=getOwnerIndexJs(a,n),a=requireHandler(pathHandler,a,n,i,t);return traverse(e,a),null==(n=generate(e))?void 0:n[r(155)]}function _0x2b97(e,r){var a=_0x3a54();return(_0x2b97=function(e,r){return a[e-=122]})(e,r)}module[_0x529b81(135)]=requireLoader;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var _0x3caf5e=_0x219e;function _typeof(r){var e=_0x219e;return(_typeof=e(290)==typeof Symbol&&e(264)==typeof Symbol[e(275)]?function(r){return typeof r}:function(r){var t=e;return r&&"function"==typeof Symbol&&r[t(207)]===Symbol&&r!==Symbol[t(220)]?t(264):typeof r})(r)}function _0x219e(r,t){var e=_0x1c46();return(_0x219e=function(r,t){return e[r-=175]})(r,t)}function _regeneratorRuntime(){var s=_0x219e;_regeneratorRuntime=function(){return c};var f,c={},r=Object[s(220)],l=r[s(199)],h=Object[s(286)]||function(r,t,e){var n=s;r[t]=e[n(203)]},t="function"==typeof Symbol?Symbol:{},a=t[s(275)]||"@@iterator",e=t[s(240)]||s(238),n=t[s(198)]||s(271);function o(r,t,e){return Object[s(286)](r,t,{value:e,enumerable:!0,configurable:!0,writable:!0}),r[t]}try{o({},"")}catch(r){o=function(r,t,e){return r[t]=e}}function u(r,t,e,n){var o,a,i,c,u=s,t=t&&t[u(220)]instanceof m?t:m,t=Object[u(261)](t[u(220)]),n=new k(n||[]);return h(t,u(175),{value:(o=r,a=e,i=n,c=p,function(r,t){var e=_0x219e;if(c===y)throw Error(e(191));if(c===d){if(e(285)===r)throw t;return{value:f,done:!0}}for(i.method=r,i.arg=t;;){var n=i[e(215)];if(n){n=function r(t,e){var n=s,o=e[n(284)],a=t[n(275)][o];if(a===f)return e[n(215)]=null,n(285)===o&&t[n(275)][n(182)]&&(e[n(284)]=n(182),e.arg=f,r(t,e),n(285)===e[n(284)])||n(182)!==o&&(e[n(284)]=n(285),e.arg=new TypeError("The iterator does not provide a '"+o+n(265))),_;o=v(a,t[n(275)],e.arg);if(n(285)===o[n(236)])return e.method="throw",e[n(257)]=o.arg,e[n(215)]=null,_;a=o[n(257)];return a?a[n(270)]?(e[t[n(242)]]=a[n(203)],e[n(258)]=t[n(272)],"return"!==e[n(284)]&&(e.method=n(258),e.arg=f),e[n(215)]=null,_):a:(e[n(284)]=n(285),e[n(257)]=new TypeError(n(211)),e[n(215)]=null,_)}(n,i);if(n){if(n===_)continue;return n}}if(e(258)===i[e(284)])i[e(256)]=i._sent=i.arg;else if("throw"===i.method){if(c===p)throw c=d,i[e(257)];i[e(217)](i.arg)}else e(182)===i[e(284)]&&i.abrupt(e(182),i[e(257)]);c=y;n=v(o,a,i);if(e(183)===n[e(236)]){if(c=i[e(270)]?d:g,n[e(257)]===_)continue;return{value:n.arg,done:i[e(270)]}}"throw"===n.type&&(c=d,i[e(284)]=e(285),i[e(257)]=n[e(257)])}})}),t}function v(r,t,e){var n=s;try{return{type:n(183),arg:r[n(266)](t,e)}}catch(r){return{type:"throw",arg:r}}}c.wrap=u;var p=s(231),g=s(300),y=s(279),d=s(241),_={};function m(){}function i(){}function x(){}var t={},b=(o(t,a,function(){return this}),Object[s(244)]),b=b&&b(b(E([]))),w=(b&&b!==r&&l.call(b,a)&&(t=b),x[s(220)]=m[s(220)]=Object[s(261)](t));function I(r){var t=s;[t(258),t(285),t(182)][t(209)](function(t){o(r,t,function(r){return this[_0x219e(175)](t,r)})})}function S(c,u){var t,o=s;h(this,o(175),{value:function(e,n){function r(){return new u(function(r,t){!function t(r,e,n,o){var a,i=_0x219e,r=v(c[r],c,e);if(i(285)!==r[i(236)])return(e=(a=r[i(257)])[i(203)])&&i(177)==_typeof(e)&&l[i(266)](e,i(292))?u[i(291)](e[i(292)])[i(221)](function(r){t(i(258),r,n,o)},function(r){t(i(285),r,n,o)}):u.resolve(e)[i(221)](function(r){a[i(203)]=r,n(a)},function(r){return t("throw",r,n,o)});o(r.arg)}(e,n,r,t)})}return t=t?t[o(221)](r,r):r()}})}function j(r){var t=s,e={tryLoc:r[0]};1 in r&&(e[t(282)]=r[1]),2 in r&&(e[t(243)]=r[2],e[t(229)]=r[3]),this[t(288)][t(187)](e)}function P(r){var t=s,e=r[t(190)]||{};e[t(236)]="normal",delete e.arg,r[t(190)]=e}function k(r){var t=s;this.tryEntries=[{tryLoc:"root"}],r.forEach(j,this),this[t(226)](!0)}function E(e){var n=s;if(e||""===e){var o,r=e[a];if(r)return r[n(266)](e);if(n(290)==typeof e.next)return e;if(!isNaN(e[n(245)]))return o=-1,(r=function r(){for(var t=n;++o<e.length;)if(l[t(266)](e,o))return r[t(203)]=e[o],r.done=!1,r;return r[t(203)]=f,r[t(270)]=!0,r})[n(258)]=r}throw new TypeError(_typeof(e)+n(227))}return i[s(220)]=x,h(w,"constructor",{value:x,configurable:!0}),h(x,s(207),{value:i,configurable:!0}),i[s(200)]=o(x,n,s(185)),c[s(283)]=function(r){var t=s,r="function"==typeof r&&r[t(207)];return!!r&&(r===i||t(185)===(r[t(200)]||r[t(201)]))},c[s(230)]=function(r){var t=s;return Object[t(299)]?Object.setPrototypeOf(r,x):(r[t(216)]=x,o(r,n,"GeneratorFunction")),r[t(220)]=Object.create(w),r},c[s(293)]=function(r){return{__await:r}},I(S[s(220)]),o(S[s(220)],e,function(){return this}),c[s(202)]=S,c[s(247)]=function(r,t,e,n,o){var a=s,i=(void 0===o&&(o=Promise),new S(u(r,t,e,n),o));return c[a(283)](t)?i:i[a(258)]()[a(221)](function(r){var t=a;return r[t(270)]?r[t(203)]:i.next()})},I(w),o(w,n,"Generator"),o(w,a,function(){return this}),o(w,s(206),function(){return s(186)}),c[s(304)]=function(r){var t,n=s,o=Object(r),a=[];for(t in o)a[n(187)](t);return a[n(274)](),function r(){for(var t=n;a[t(245)];){var e=a.pop();if(e in o)return r[t(203)]=e,r[t(270)]=!1,r}return r[t(270)]=!0,r}},c[s(234)]=E,k[s(220)]={constructor:k,reset:function(r){var t=s;if(this[t(232)]=0,this.next=0,this[t(256)]=this[t(222)]=f,this[t(270)]=!1,this[t(215)]=null,this[t(284)]="next",this.arg=f,this[t(288)].forEach(P),!r)for(var e in this)"t"===e[t(276)](0)&&l[t(266)](this,e)&&!isNaN(+e[t(196)](1))&&(this[e]=f)},stop:function(){var r=s,t=(this[r(270)]=!0,this[r(288)][0][r(190)]);if(r(285)===t[r(236)])throw t.arg;return this.rval},dispatchException:function(n){var o=s;if(this[o(270)])throw n;var a=this;function r(r,t){var e=o;return i.type=e(285),i[e(257)]=n,a.next=r,t&&(a[e(284)]=e(258),a.arg=f),!!t}for(var t=this[o(288)][o(245)]-1;0<=t;--t){var e=this[o(288)][t],i=e[o(190)];if(o(267)===e[o(263)])return r("end");if(e[o(263)]<=this[o(232)]){var c=l.call(e,o(282)),u=l[o(266)](e,o(243));if(c&&u){if(this[o(232)]<e.catchLoc)return r(e.catchLoc,!0);if(this[o(232)]<e[o(243)])return r(e[o(243)])}else if(c){if(this.prev<e.catchLoc)return r(e[o(282)],!0)}else{if(!u)throw Error(o(235));if(this[o(232)]<e[o(243)])return r(e[o(243)])}}}},abrupt:function(r,t){for(var e=s,n=this.tryEntries[e(245)]-1;0<=n;--n){var o=this[e(288)][n];if(o.tryLoc<=this.prev&&l[e(266)](o,e(243))&&this[e(232)]<o[e(243)]){var a=o;break}}var i=(a=a&&(e(306)===r||e(296)===r)&&a.tryLoc<=t&&t<=a[e(243)]?null:a)?a[e(190)]:{};return i[e(236)]=r,i[e(257)]=t,a?(this[e(284)]=e(258),this[e(258)]=a[e(243)],_):this.complete(i)},complete:function(r,t){var e=s;if(e(285)===r[e(236)])throw r.arg;return"break"===r[e(236)]||"continue"===r.type?this[e(258)]=r[e(257)]:"return"===r.type?(this[e(246)]=this[e(257)]=r[e(257)],this[e(284)]=e(182),this[e(258)]="end"):"normal"===r[e(236)]&&t&&(this[e(258)]=t),_},finish:function(r){for(var t=s,e=this[t(288)][t(245)]-1;0<=e;--e){var n=this[t(288)][e];if(n.finallyLoc===r)return this[t(287)](n.completion,n[t(229)]),P(n),_}},catch:function(r){for(var t=s,e=this[t(288)][t(245)]-1;0<=e;--e){var n,o,a=this[t(288)][e];if(a[t(263)]===r)return n=a[t(190)],t(285)===n[t(236)]&&(o=n[t(257)],P(a)),o}throw Error(t(192))},delegateYield:function(r,t,e){var n=s;return this[n(215)]={iterator:E(r),resultName:t,nextLoc:e},n(258)===this[n(284)]&&(this.arg=f),_}},c}function asyncGeneratorStep(r,t,e,n,o,a,i){var c=_0x219e;try{var u=r[a](i),s=u[c(203)]}catch(r){return void e(r)}u[c(270)]?t(s):Promise[c(291)](s)[c(221)](n,o)}function _asyncToGenerator(u){return function(){var r=this,c=arguments;return new Promise(function(t,e){var n=_0x219e,o=u[n(260)](r,c);function a(r){asyncGeneratorStep(o,t,e,a,i,n(258),r)}function i(r){asyncGeneratorStep(o,t,e,a,i,n(285),r)}a(void 0)})}}function _0x1c46(){var r=["tryLoc","symbol","' method","call","root","error","dev-server","done","@@toStringTag","nextLoc","3130130GsCFzr","reverse","iterator","charAt","port","uninstallPkg","executing","Start server failed: ","info","catchLoc","isGeneratorFunction","method","throw","defineProperty","complete","tryEntries","hooks","function","resolve","__await","awrap","startAbility","start","continue","tap","ascf/ascf_src/**/*","setPrototypeOf","suspendedYield","11393VWIWUX","Stopping dev server","redirect","keys","relocated: ","break","_invoke","getProjectInfo","object","use","18213490gBasOX","4YKRnPf","ASCF compiling...","return","normal","end","GeneratorFunction","[object Generator]","push","2540289JTFAMW","wrap","completion","Generator is already running","illegal catch attempt","18xoDKBn","SIGINT","startsWith","slice","../../common/log4js.js","toStringTag","hasOwnProperty","displayName","name","AsyncIterator","value","assembleAndInstallHap","262dHXcnt","toString","constructor","path","forEach","removePort","iterator result is not an object","concat","replaceAll","getLogger","delegate","__proto__","dispatchException","stringify","8638956WNbmSF","prototype","then","_sent","debug","../common/hdc-executor","compiler","reset"," is not iterable","exit","afterLoc","mark","suspendedStart","prev","./port-manager","values","try statement without catch or finally","type","relative","@@asyncIterator","stop","asyncIterator","completed","resultName","finallyLoc","getPrototypeOf","length","rval","async","1289816iyUKYX","HmrCompletedPlugin","6836109KZFCgr","startServer","app","projectPath","Successfully started server on http://localhost:","/ascf/ascf_build/","sent","arg","next","url","apply","create","req: "];return(_0x1c46=function(){return r})()}(()=>{for(var r=_0x219e,t=_0x1c46();;)try{if(937212==+parseInt(r(301))*(parseInt(r(205))/2)+-parseInt(r(188))/3*(parseInt(r(180))/4)+-parseInt(r(273))/5+parseInt(r(219))/6+parseInt(r(250))/7+-parseInt(r(248))/8*(-parseInt(r(193))/9)+-parseInt(r(179))/10)break;t.push(t.shift())}catch(r){t.push(t.shift())}})();var WebpackDevServer=require("webpack-dev-server"),_require=require("../../common/utils"),getProjectInfo=_require[_0x3caf5e(176)],_require2=require(_0x3caf5e(224)),uninstallPkg=_require2[_0x3caf5e(278)],startAbility=_require2[_0x3caf5e(294)],assembleAndInstallHap=_require2[_0x3caf5e(204)],path=require(_0x3caf5e(208)),log4js=require(_0x3caf5e(197)),logger=log4js[_0x3caf5e(214)](_0x3caf5e(269)),portManager=require(_0x3caf5e(233)),hasInstall=!1;function reqRedirect(r){var e=_0x3caf5e,a=path[e(237)](getProjectInfo()[e(253)],r)[e(213)]("\\","/");return function(r,t){var o=e;return t||logger[o(268)]("webpack-dev-server is not defined"),t[o(225)][o(289)][o(270)][o(297)](o(249),function(r){var t=o;r.hasErrors()||(hasInstall||(assembleAndInstallHap(),hasInstall=!0),[t(228),t(194),"SIGTERM"][t(209)](function(r){process.on(r,function(){var r=_0x219e;hasInstall&&(logger[r(281)](r(302)),hasInstall=!1,uninstallPkg(),portManager[r(210)](),process.exit(0))})}),startAbility())}),t[o(252)][o(178)](function(r,t,e){var n=o;if(r.url.startsWith(n(255))||r.url[n(195)]("/".concat(a)))return e();logger[n(223)](n(262).concat(JSON[n(218)](r[n(259)])));e="/"[n(212)](a)[n(212)](r.url);logger[n(223)](n(305)[n(212)](e)),t[n(303)](e)}),r}}exports.genDevServerCfg=function(r,t){var e=_0x3caf5e;return{devServer:{hot:!1,liveReload:!1,static:{directory:getProjectInfo()[e(253)],publicPath:"/",watch:{ignored:[/node_modules/,/build/]}},watchFiles:[e(298)],devMiddleware:{writeToDisk:!0},client:!1,compress:!0,port:t,setupMiddlewares:reqRedirect(r)}}},exports[_0x3caf5e(251)]=(()=>{var e=_asyncToGenerator(_regeneratorRuntime().mark(function r(t,n){var o,a=_0x219e;return _regeneratorRuntime()[a(189)](function(r){for(var e=a;;)switch(r.prev=r.next){case 0:return o=new WebpackDevServer(n,t),r[e(258)]=3,o[e(295)]()[e(221)](function(){var r=e;logger[r(281)](r(254)[r(212)](n[r(277)])),logger[r(281)](r(181))}).catch(function(r){var t=e;logger[t(268)](t(280)[t(212)](r))});case 3:return r.abrupt(e(182),o);case 4:case e(184):return r[e(239)]()}},r)}));return function(r,t){return e[_0x219e(260)](this,arguments)}})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var _0x47f879=_0x494b;function _typeof(t){var e=_0x494b;return(_typeof="function"==typeof Symbol&&e(477)==typeof Symbol[e(432)]?function(t){return typeof t}:function(t){var r=e;return t&&r(497)==typeof Symbol&&t.constructor===Symbol&&t!==Symbol[r(475)]?r(477):typeof t})(t)}function _regeneratorRuntime(){var f=_0x494b;_regeneratorRuntime=function(){return u};var s,u={},t=Object[f(475)],l=t[f(419)],h=Object[f(462)]||function(t,r,e){t[r]=e.value},r="function"==typeof Symbol?Symbol:{},i=r.iterator||"@@iterator",e=r[f(414)]||"@@asyncIterator",n=r[f(466)]||f(457);function o(t,r,e){return Object[f(462)](t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}),t[r]}try{o({},"")}catch(t){o=function(t,r,e){return t[r]=e}}function c(t,r,e,n){var o,i,a,u,c=f,r=r&&r[c(475)]instanceof b?r:b,r=Object.create(r.prototype),n=new k(n||[]);return h(r,c(449),{value:(o=t,i=e,a=n,u=p,function(t,r){var e=_0x494b;if(u===_)throw Error(e(406));if(u===m){if(e(489)===t)throw r;return{value:s,done:!0}}for(a[e(473)]=t,a[e(424)]=r;;){var n=a[e(442)];if(n){n=function t(r,e){var n=f,o=e.method,i=r[n(432)][o];if(i===s)return e.delegate=null,n(489)===o&&r[n(432)][n(523)]&&(e[n(473)]=n(523),e[n(424)]=s,t(r,e),n(489)===e.method)||n(523)!==o&&(e[n(473)]=n(489),e.arg=new TypeError("The iterator does not provide a '"+o+n(464))),g;o=v(i,r[n(432)],e.arg);if(n(489)===o[n(507)])return e[n(473)]="throw",e.arg=o[n(424)],e[n(442)]=null,g;i=o[n(424)];return i?i[n(465)]?(e[r[n(431)]]=i.value,e[n(482)]=r[n(502)],"return"!==e[n(473)]&&(e[n(473)]=n(482),e[n(424)]=s),e[n(442)]=null,g):i:(e[n(473)]=n(489),e[n(424)]=new TypeError("iterator result is not an object"),e[n(442)]=null,g)}(n,a);if(n){if(n===g)continue;return n}}if("next"===a[e(473)])a[e(494)]=a[e(405)]=a[e(424)];else if(e(489)===a[e(473)]){if(u===p)throw u=m,a.arg;a[e(423)](a.arg)}else e(523)===a[e(473)]&&a[e(448)](e(523),a[e(424)]);u=_;n=v(o,i,a);if("normal"===n.type){if(u=a[e(465)]?m:y,n[e(424)]===g)continue;return{value:n[e(424)],done:a[e(465)]}}"throw"===n[e(507)]&&(u=m,a[e(473)]=e(489),a[e(424)]=n[e(424)])}})}),r}function v(t,r,e){var n=f;try{return{type:n(430),arg:t[n(450)](r,e)}}catch(t){return{type:"throw",arg:t}}}u[f(485)]=c;var p=f(517),y=f(441),_="executing",m="completed",g={};function b(){}function a(){}function d(){}var r={},x=(o(r,i,function(){return this}),Object[f(452)]),x=x&&x(x(O([]))),P=(x&&x!==t&&l[f(450)](x,i)&&(r=x),d[f(475)]=b[f(475)]=Object[f(413)](r));function w(t){var r=f;["next",r(489),r(523)][r(510)](function(r){o(t,r,function(t){return this[_0x494b(449)](r,t)})})}function j(u,c){var r;h(this,f(449),{value:function(e,n){function t(){return new c(function(t,r){!function r(t,e,n,o){var i,a=_0x494b,t=v(u[t],u,e);if(a(489)!==t[a(507)])return(e=(i=t[a(424)])[a(455)])&&a(511)==_typeof(e)&&l[a(450)](e,"__await")?c[a(418)](e[a(516)])[a(503)](function(t){r("next",t,n,o)},function(t){r("throw",t,n,o)}):c[a(418)](e).then(function(t){i[a(455)]=t,n(i)},function(t){return r(a(489),t,n,o)});o(t[a(424)])}(e,n,t,r)})}return r=r?r.then(t,t):t()}})}function S(t){var r=f,e={tryLoc:t[0]};1 in t&&(e[r(479)]=t[1]),2 in t&&(e[r(468)]=t[2],e[r(509)]=t[3]),this.tryEntries[r(470)](e)}function E(t){var r=f,e=t.completion||{};e[r(507)]=r(430),delete e[r(424)],t[r(493)]=e}function k(t){var r=f;this.tryEntries=[{tryLoc:"root"}],t.forEach(S,this),this[r(488)](!0)}function O(e){var n=f;if(e||""===e){var o,t=e[i];if(t)return t[n(450)](e);if(n(497)==typeof e[n(482)])return e;if(!isNaN(e[n(460)]))return o=-1,(t=function t(){for(var r=n;++o<e.length;)if(l[r(450)](e,o))return t.value=e[o],t[r(465)]=!1,t;return t[r(455)]=s,t[r(465)]=!0,t})[n(482)]=t}throw new TypeError(_typeof(e)+n(434))}return a[f(475)]=d,h(P,f(478),{value:d,configurable:!0}),h(d,f(478),{value:a,configurable:!0}),a.displayName=o(d,n,f(415)),u[f(498)]=function(t){var r=f,t=r(497)==typeof t&&t[r(478)];return!!t&&(t===a||r(415)===(t[r(407)]||t[r(472)]))},u[f(443)]=function(t){var r=f;return Object[r(440)]?Object[r(440)](t,d):(t[r(417)]=d,o(t,n,r(415))),t.prototype=Object[r(413)](P),t},u.awrap=function(t){return{__await:t}},w(j.prototype),o(j[f(475)],e,function(){return this}),u[f(459)]=j,u.async=function(t,r,e,n,o){var i=f,a=(void 0===o&&(o=Promise),new j(c(t,r,e,n),o));return u[i(498)](r)?a:a[i(482)]()[i(503)](function(t){var r=i;return t.done?t[r(455)]:a.next()})},w(P),o(P,n,"Generator"),o(P,i,function(){return this}),o(P,f(428),function(){return"[object Generator]"}),u[f(519)]=function(t){var r,n=f,o=Object(t),i=[];for(r in o)i[n(470)](r);return i[n(425)](),function t(){for(var r=n;i[r(460)];){var e=i.pop();if(e in o)return t.value=e,t[r(465)]=!1,t}return t.done=!0,t}},u[f(438)]=O,k[f(475)]={constructor:k,reset:function(t){var r=f;if(this[r(483)]=0,this[r(482)]=0,this[r(494)]=this[r(405)]=s,this.done=!1,this[r(442)]=null,this[r(473)]=r(482),this[r(424)]=s,this[r(458)].forEach(E),!t)for(var e in this)"t"===e.charAt(0)&&l.call(this,e)&&!isNaN(+e[r(463)](1))&&(this[e]=s)},stop:function(){var t=f,r=(this[t(465)]=!0,this[t(458)][0].completion);if("throw"===r[t(507)])throw r.arg;return this[t(480)]},dispatchException:function(n){var o=f;if(this[o(465)])throw n;var i=this;function t(t,r){var e=o;return a.type=e(489),a[e(424)]=n,i[e(482)]=t,r&&(i[e(473)]=e(482),i[e(424)]=s),!!r}for(var r=this[o(458)][o(460)]-1;0<=r;--r){var e=this.tryEntries[r],a=e.completion;if(o(453)===e.tryLoc)return t(o(416));if(e.tryLoc<=this[o(483)]){var u=l[o(450)](e,o(479)),c=l[o(450)](e,o(468));if(u&&c){if(this.prev<e[o(479)])return t(e.catchLoc,!0);if(this.prev<e[o(468)])return t(e[o(468)])}else if(u){if(this[o(483)]<e[o(479)])return t(e[o(479)],!0)}else{if(!c)throw Error(o(410));if(this[o(483)]<e[o(468)])return t(e[o(468)])}}}},abrupt:function(t,r){for(var e=f,n=this.tryEntries[e(460)]-1;0<=n;--n){var o=this[e(458)][n];if(o.tryLoc<=this[e(483)]&&l.call(o,e(468))&&this[e(483)]<o[e(468)]){var i=o;break}}var a=(i=i&&("break"===t||e(490)===t)&&i[e(513)]<=r&&r<=i[e(468)]?null:i)?i[e(493)]:{};return a[e(507)]=t,a[e(424)]=r,i?(this[e(473)]=e(482),this.next=i[e(468)],g):this[e(433)](a)},complete:function(t,r){var e=f;if(e(489)===t[e(507)])throw t.arg;return"break"===t[e(507)]||"continue"===t[e(507)]?this.next=t[e(424)]:e(523)===t[e(507)]?(this[e(480)]=this[e(424)]=t[e(424)],this[e(473)]=e(523),this[e(482)]=e(416)):e(430)===t[e(507)]&&r&&(this[e(482)]=r),g},finish:function(t){for(var r=f,e=this[r(458)][r(460)]-1;0<=e;--e){var n=this.tryEntries[e];if(n[r(468)]===t)return this[r(433)](n[r(493)],n[r(509)]),E(n),g}},catch:function(t){for(var r=f,e=this[r(458)].length-1;0<=e;--e){var n,o,i=this[r(458)][e];if(i[r(513)]===t)return n=i[r(493)],r(489)===n[r(507)]&&(o=n[r(424)],E(i)),o}throw Error(r(521))},delegateYield:function(t,r,e){var n=f;return this.delegate={iterator:O(t),resultName:r,nextLoc:e},n(482)===this[n(473)]&&(this[n(424)]=s),g}},u}function asyncGeneratorStep(t,r,e,n,o,i,a){var u=_0x494b;try{var c=t[i](a),f=c[u(455)]}catch(t){return void e(t)}c.done?r(f):Promise[u(418)](f)[u(503)](n,o)}function _asyncToGenerator(c){return function(){var t=this,u=arguments;return new Promise(function(r,e){var n=_0x494b,o=c[n(499)](t,u);function i(t){asyncGeneratorStep(o,r,e,i,a,n(482),t)}function a(t){asyncGeneratorStep(o,r,e,i,a,"throw",t)}i(void 0)})}}function _0x494b(t,r){var e=_0x47d0();return(_0x494b=function(t,r){return e[t-=405]})(t,r)}function _classCallCheck(t,r){var e=_0x494b;if(!(t instanceof r))throw new TypeError(e(426))}function _0x47d0(){var t=["__await","suspendedStart","toPrimitive","keys","170TDiCBS","illegal catch attempt","remotePort","return","_sent","Generator is already running","displayName","hdcRemovePort","reversePort","try statement without catch or finally","localPort:","net","create","asyncIterator","GeneratorFunction","end","__proto__","resolve","hasOwnProperty","hdc rport tcp:","hdcPortReversing","_remotePort","dispatchException","arg","reverse","Cannot call a class as a function","enumerable","toString","860489qirJTz","normal","resultName","iterator","complete"," is not iterable","5604496jJaQru","1489636PaKzlA","stop","values","Forward port ","setPrototypeOf","suspendedYield","delegate","mark","close","port","1351238BdAIaW","address","abrupt","_invoke","call","removePort","getPrototypeOf","root","../../common/log4js.js","value","1507554qDMBhc","@@toStringTag","tryEntries","AsyncIterator","length","_localPort","defineProperty","slice","' method","done","toStringTag","createServer","finallyLoc","127.0.0.1","push","default","name","method","1531108JLDDMh","prototype","hdc rport failed.","symbol","constructor","catchLoc","rval","port is not available: ","next","prev","error","wrap","string"," tcp:","reset","throw","continue","port-manager","exports","completion","sent","configurable","info","function","isGeneratorFunction","apply","concat","103146IWUUQQ","nextLoc","then","getLogger","9AxuPdB","tryHdcPortReversing","type","writable","afterLoc","forEach","object","../../common/utils","tryLoc","@@toPrimitive must return a primitive value."," success."];return(_0x47d0=function(){return t})()}function _defineProperties(t,r){for(var e=_0x494b,n=0;n<r[e(460)];n++){var o=r[n];o[e(427)]=o.enumerable||!1,o[e(495)]=!0,"value"in o&&(o[e(508)]=!0),Object[e(462)](t,_toPropertyKey(o.key),o)}}function _createClass(t,r,e){var n=_0x494b;return r&&_defineProperties(t[n(475)],r),e&&_defineProperties(t,e),Object[n(462)](t,n(475),{writable:!1}),t}function _toPropertyKey(t){t=_toPrimitive(t,_0x494b(486));return"symbol"==_typeof(t)?t:t+""}function _toPrimitive(t,r){var e=_0x494b;if("object"!=_typeof(t)||!t)return t;var n=t[Symbol[e(518)]];if(void 0===n)return(e(486)===r?String:Number)(t);n=n[e(450)](t,r||e(471));if("object"!=_typeof(n))return n;throw new TypeError(e(514))}(()=>{for(var t=_0x494b,r=_0x47d0();;)try{if(633026==+parseInt(t(429))+parseInt(t(436))/2+parseInt(t(456))/3+-parseInt(t(474))/4+-parseInt(t(520))/5*(parseInt(t(501))/6)+parseInt(t(446))/7+parseInt(t(435))/8*(-parseInt(t(505))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}})();var _require=require(_0x47f879(512)),execSafe=_require.execSafe,_require2=require("../common/hdc-executor"),hdcRemovePort=_require2[_0x47f879(408)],tryHdcPortReversing=_require2[_0x47f879(506)],net=require(_0x47f879(412)),log4js=require(_0x47f879(454)),logger=log4js[_0x47f879(504)](_0x47f879(491)),PortManager=(()=>{var t,r,e=_0x47f879;return _createClass(function t(){var r=_0x494b;_classCallCheck(this,t),this[r(422)]=0,this[r(461)]=0},[{key:e(522),get:function(){var t=e;return logger[t(496)]("remotePort:".concat(this[t(422)])),this._remotePort}},{key:"localPort",get:function(){var t=e;return logger[t(496)](t(411)[t(500)](this._localPort)),this._localPort}},{key:e(409),value:(t=e,r=_asyncToGenerator(_regeneratorRuntime()[t(443)](function t(){var n=this;return _regeneratorRuntime().wrap(function(t){for(var e=_0x494b;;)switch(t[e(483)]=t[e(482)]){case 0:return t.next=2,this[e(421)]()[e(503)](function(t){var r=e;n._remotePort=t.remotePort,n[r(461)]=t.localPort,logger.info(r(420)[r(500)](n._remotePort,r(487))[r(500)](n[r(461)],r(515)))}).catch(function(t){var r=e;logger[r(484)](r(481),t)});case 2:case e(416):return t[e(437)]()}},t,this)})),function(){return r[t(499)](this,arguments)})},{key:e(451),value:function(){var t=e;hdcRemovePort(this[t(422)],this[t(461)]),this[t(422)]=0,this[t(461)]=0}},{key:"hdcPortReversing",value:function(){return new Promise(function(n,o){var i=_0x494b,a=net[i(467)]();a.listen(0,i(469),function(){var t=i,r=a[t(447)]()[t(445)],e=tryHdcPortReversing(r);0===e&&o(t(476)),logger[t(496)](t(439),e,r),a[t(444)](),n({localPort:r,remotePort:e})}),a.on(i(484),function(t){o(t)})})}}])})(),portManager=new PortManager;module[_0x47f879(492)]=portManager;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _0x50ecd1=_0x69e7;function _0x69e7(e,t){var r=_0x1dfe();return(_0x69e7=function(e,t){return r[e-=261]})(e,t)}function _typeof(e){var r=_0x69e7;return(_typeof=r(306)==typeof Symbol&&r(300)==typeof Symbol[r(302)]?function(e){return typeof e}:function(e){var t=r;return e&&t(306)==typeof Symbol&&e[t(276)]===Symbol&&e!==Symbol.prototype?t(300):typeof e})(e)}(()=>{for(var e=_0x69e7,t=_0x1dfe();;)try{if(222337==-parseInt(e(292))*(parseInt(e(283))/2)+parseInt(e(271))/3+-parseInt(e(265))/4*(-parseInt(e(289))/5)+parseInt(e(275))/6*(parseInt(e(279))/7)+parseInt(e(287))/8*(-parseInt(e(284))/9)+parseInt(e(301))/10*(-parseInt(e(293))/11)+-parseInt(e(278))/12)break;t.push(t.shift())}catch(e){t.push(t.shift())}})();var swc=require(_0x50ecd1(274));function _0x1dfe(){var e=["1243512ThXLkS","call","map","@swc/core","3204EWKYwh","constructor","inline","3297720KjvnhY","3444HHBLvm","jsc","then","transformSync","52322JiBpZy","9GPNbZN","loader-utils","object","2349784VlBHHR","exports","1793170uzvyhZ","inputSourceMap","metadataSubscribers","1hRKiyy","1485xWjTbx","customize","cacheDirectory","react","parseMap","async","transform","symbol","16210majoVY","iterator","mode","sourceMap","code","function","development","hasOwnProperty","getOptions","stringify","4GetDau","prototype","parse","resourcePath","sourceMaps","sync"];return(_0x1dfe=function(){return e})()}function getOutputSafety(e,t,r,o,a){var n,c=_0x50ecd1;try{e?(n=swc[c(282)](t,r),o(null,n.code,a?JSON[c(267)](n[c(273)]):n.map)):swc.transform(t,r)[c(281)](function(e){var t=c;o(null,e[t(305)],a?JSON[t(267)](e[t(273)]):e.map)},function(e){o(e)})}catch(e){o(e)}}function makeLoader(){return function(e,t){var r=_0x69e7,o=this[r(298)](),a=this[r(268)],n=(typeof this[r(263)]===r(306)?this[r(263)]():require(r(285))[r(263)](this))||{},t=(Object.prototype[r(262)][r(272)](n,"sourceMap")&&!Object[r(266)][r(262)].call(n,r(269))&&delete(n=Object.assign({},n,{sourceMaps:n[r(304)]}))[r(304)],t&&_typeof(t)===r(286)&&(t=JSON[r(264)](t)),Object.assign({},n,{filename:a,inputSourceMap:t||void 0,sourceMaps:void 0===n[r(269)]?this.sourceMap:n[r(269)],sourceFileName:a})),n=(t[r(290)]||delete t[r(290)],t[r(270)]),a=t[r(297)];delete t[r(291)],delete t.cacheCompression,delete t.cacheIdentifier,delete t[r(295)],delete t[r(294)],delete t[r(297)],delete t[r(270)],this[r(303)]&&t[r(280)]&&t[r(280)].transform&&t[r(280)][r(299)].react&&!Object[r(266)].hasOwnProperty.call(t[r(280)][r(299)][r(296)],"development")&&(t[r(280)][r(299)][r(296)][r(261)]=this[r(303)]===r(261)),t[r(269)]===r(277)&&(t[r(269)]=!0),getOutputSafety(n,e,t,o,a)}}module[_0x50ecd1(288)]=makeLoader(),module[_0x50ecd1(288)].custom=makeLoader;
|