@atomicservice/ascf-toolkit 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/ascf-base/index.js +1 -1
- package/lib/ascf-common/index.js +1 -1
- package/lib/ascf-compiler/appjson-loader.js +1 -1
- package/lib/ascf-compiler/common/appjson-validator.js +1 -1
- package/lib/ascf-compiler/common/ascf-define.js +1 -1
- package/lib/ascf-compiler/common/beforeLoaderProcess.js +1 -1
- package/lib/ascf-compiler/common/css-runtime-api.js +1 -1
- package/lib/ascf-compiler/common/eventHappenHjs.js +1 -1
- package/lib/ascf-compiler/common/exp-utils.js +1 -1
- package/lib/ascf-compiler/common/hash-sum.js +1 -1
- package/lib/ascf-compiler/common/hdc-executor.js +1 -1
- package/lib/ascf-compiler/common/hjs-utils.js +1 -1
- package/lib/ascf-compiler/common/hxml-validator.js +1 -1
- package/lib/ascf-compiler/common/logUndefined.js +1 -1
- package/lib/ascf-compiler/common/manifest-handler.js +1 -1
- package/lib/ascf-compiler/common/manifest-manager.js +1 -1
- package/lib/ascf-compiler/common/merge-tpl-cmps.js +1 -1
- package/lib/ascf-compiler/common/packoptions-utils.js +1 -1
- package/lib/ascf-compiler/common/quick-generate-subpackage.js +1 -1
- package/lib/ascf-compiler/common/utils.js +1 -1
- package/lib/ascf-compiler/css-process-loader.js +1 -1
- package/lib/ascf-compiler/extract-loader.js +1 -1
- package/lib/ascf-compiler/hcss-loader.js +1 -1
- package/lib/ascf-compiler/hjs-loader.js +1 -1
- package/lib/ascf-compiler/hxml-loader.js +1 -1
- package/lib/ascf-compiler/js-parser/parser-babel.js +1 -1
- package/lib/ascf-compiler/js-parser/parser-swc.js +1 -1
- package/lib/ascf-compiler/js-parser/parser.js +1 -1
- package/lib/ascf-compiler/loader-utils.js +1 -1
- package/lib/ascf-compiler/path-process-loader.js +1 -1
- package/lib/ascf-compiler/plugin/before-loader-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/copy-bundle-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/dynamic-entry-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/extConfig-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/html-generator-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/i18n-transform-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/manifest-generator-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/quick-service-build-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/replace-module-id-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/resource-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/webpack-target/index.js +1 -1
- package/lib/ascf-compiler/plugin/webpack-target/jsonpChunkLoadingRuntimeModule.js +1 -1
- package/lib/ascf-compiler/plugin/webpack-target/jsonpHelpers.js +1 -1
- package/lib/ascf-compiler/plugin/webpack-target/jsonpTemplatePlugin.js +1 -1
- package/lib/ascf-compiler/require-loader.js +1 -1
- package/lib/ascf-compiler/server/dev-server.js +1 -1
- package/lib/ascf-compiler/server/port-manager.js +1 -1
- package/lib/ascf-compiler/swc-loader.js +1 -1
- package/lib/ascf-compiler/template/attr-utils.js +1 -1
- package/lib/ascf-compiler/template/implicit-model-config.js +1 -1
- package/lib/ascf-compiler/template/node-name-utils.js +1 -1
- package/lib/ascf-compiler/trustlist-hxml-verify-loader.js +1 -1
- package/lib/ascf-compiler/trustlist-js-verify-loader.js +1 -1
- package/lib/ascf-compiler/trustlist-verify/config.js +1 -1
- package/lib/ascf-compiler/trustlist-verify/utils.js +1 -1
- package/lib/ascf-compiler/trustlist-verify/verify-ignore-files.js +1 -1
- package/lib/ascf-compiler/vue-compiler/vue.bundle.js +1 -1
- package/lib/ascf-compiler/web.webpack.config.js +1 -1
- package/lib/ascf-converter/common/commonConfig.js +1 -1
- package/lib/ascf-converter/common/commonUtils.js +1 -1
- package/lib/ascf-converter/common/path-validator.js +1 -1
- package/lib/ascf-converter/common/textDocument.js +1 -1
- package/lib/ascf-converter/compiler-utils/parse5.bundle.js +1 -1
- package/lib/ascf-converter/convertManager.js +1 -1
- package/lib/ascf-converter/features/converter.js +1 -1
- package/lib/ascf-converter/features/fileHandle.js +1 -1
- package/lib/ascf-converter/features/transformReport.js +1 -1
- package/lib/ascf-converter/lib/apiadapter4alipay.js +1 -1
- package/lib/ascf-converter/parse/babelParser.js +1 -1
- package/lib/ascf-converter/parse/importVisitor.js +1 -1
- package/lib/ascf-converter/parse/wxssParser.js +1 -1
- package/lib/ascf-converter/report/js/index.js +1 -1
- package/lib/ascf-sign-tools/cli.js +1 -1
- package/lib/ascf-sign-tools/index.js +1 -1
- package/lib/bin/ascf.js +1 -1
- package/lib/commands/ascfbuild/index.js +1 -1
- package/lib/commands/build-npm/index.js +1 -1
- package/lib/commands/compile.js +1 -1
- package/lib/commands/convert.js +1 -1
- package/lib/commands/debugger/index.js +1 -1
- package/lib/commands/quickservice/index.js +1 -1
- package/lib/common/config.js +1 -1
- package/lib/common/constants.js +1 -1
- package/lib/common/log4js.js +1 -1
- package/lib/common/logger-plugin.js +1 -1
- package/lib/common/remove-strict-mode-plugin.js +1 -1
- package/lib/common/string-utils.js +1 -1
- package/lib/common/utils.js +1 -1
- package/lib/common/version-check.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _0x17db69=_0x31a3;function _toConsumableArray(e){return _arrayWithoutHoles(e)||_iterableToArray(e)||_unsupportedIterableToArray(e)||_nonIterableSpread()}function _nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _iterableToArray(e){var t=_0x31a3;if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e[t(182)])return Array[t(189)](e)}function _arrayWithoutHoles(e){if(Array[_0x31a3(178)](e))return _arrayLikeToArray(e)}function _createForOfIteratorHelper(e,t){var r,n,a,o,i=_0x31a3,s=i(169)!=typeof Symbol&&e[Symbol[i(158)]]||e[i(182)];if(s)return a=!(n=!0),{s:function(){s=s[i(177)](e)},n:function(){var e=s[i(194)]();return n=e.done,e},e:function(e){a=!0,r=e},f:function(){var e=i;try{n||null==s[e(180)]||s.return()}finally{if(a)throw r}}};if(Array[i(178)](e)||(s=_unsupportedIterableToArray(e))||t&&e&&i(214)==typeof e[i(188)])return s&&(e=s),o=0,{s:t=function(){},n:function(){return o>=e[i(188)]?{done:!0}:{done:!1,value:e[o++]}},e:function(e){throw e},f:t};throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _unsupportedIterableToArray(e,t){var r,n=_0x31a3;if(e)return"string"==typeof e?_arrayLikeToArray(e,t):(r={}[n(230)][n(177)](e)[n(167)](8,-1),n(184)===r&&e[n(217)]&&(r=e.constructor.name),n(233)===r||"Set"===r?Array.from(e):n(228)===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(e,t):void 0)}function _0x3151(){var e=["unshift"," </body>\n","options","2531872WEqMMX","676460NajvSy",' <script type="text/javascript" src="/',"concat","</html>"," <script src='assets://renderer.js'><\/script>\n",'.pack.js"><\/script>\n',"component","configs","><\/script>\n","has","value","async","buildPath","componentList","number","stringify",' <link rel="stylesheet" href="assets://base.css" type="text/css" media="screen" charset="utf-8" />\n',"constructor","get","manifest-handler","needAsync","prototype"," </head>\n","dirname","4376667hZgAga","18ChlNrX","getManifestData"," <body>\n","Arguments","7183trdEOp","toString","getLogger","done","Map","tapAsync","hasOwnProperty"," <script type=\"text/javascript\" src='/app.css.js'><\/script>\n","startsWith","manifest","ERROR: Can not resolve file:","filter","map","emit","5604921DZaaqQ",' <meta charset="UTF-8" />\n',"utf8","566102QcKFIl","path","2086555RjIAas",'minimum-scale=1.0, viewport-fit=cover" />\n',' <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0,',"apply","getIsOpenLazyCodeLoad","mkdirsSync","join","endsWith","independentList","parse","compJsonPath","custom-tab-bar/index","iterator","indexOf",'.pack.js" ',"../../common/config","existsSync","manifestManager","forEach","root","4PWJMWO","slice","serve","undefined","srcPath","components","9fWiOar",".html","<!DOCTYPE html>\n","85300WxXIJv","type","call","isArray",' <div id="holder"></div>\n',"return","hooks","@@iterator","push","Object","subpackages","../common/utils"," <head>\n","length","from","pagePath","add","page","usingComponents","next",' <script type="text/javascript" src="/custom-tab-bar/index.pack.js"><\/script>\n'];return(_0x3151=function(){return e})()}function _arrayLikeToArray(e,t){var r=_0x31a3;(null==t||t>e[r(188)])&&(t=e[r(188)]);for(var n=0,a=Array(t);n<t;n++)a[n]=e[n];return a}(()=>{for(var e=_0x31a3,t=_0x3151();;)try{if(778992==-parseInt(e(166))*(parseInt(e(246))/2)+-parseInt(e(224))/3+parseInt(e(200))/4+-parseInt(e(248))/5*(parseInt(e(225))/6)+-parseInt(e(243))/7+-parseInt(e(199))/8*(parseInt(e(172))/9)+parseInt(e(175))/10*(parseInt(e(229))/11))break;t.push(t.shift())}catch(e){t.push(t.shift())}})();var path=require("path"),fs=require("fs"),utils=require(_0x17db69(186)),_require=require("../common/manifest-manager"),manifestManager=_require[_0x17db69(163)],_require2=require(_0x17db69(161)),configs=_require2[_0x17db69(207)],log4js=require("../../common/log4js"),logger=log4js[_0x17db69(231)](_0x17db69(219)),HTML_HEAD=_0x17db69(174)+"<html>\n"+_0x17db69(187)+_0x17db69(244)+_0x17db69(250)+_0x17db69(249)+_0x17db69(216)+_0x17db69(222),HTML_BODY=_0x17db69(227)+_0x17db69(179)+_0x17db69(204),SCRIPT_APP_CSS=_0x17db69(236),HTML_BODY_END=_0x17db69(197),HTML_HTML_END=_0x17db69(203),GLOBAL_COMPONENTS=[];function HtmlGeneratorPlugin(e){this[_0x17db69(198)]=e}function _0x31a3(e,t){var r=_0x3151();return(_0x31a3=function(e,t){return r[e-=153]})(e,t)}function generateHtmlFile(e,t,r,n,a,o){var i=_0x17db69,s=HTML_HEAD;if(s+=HTML_BODY,r||(s+=SCRIPT_APP_CSS),o)n[i(240)](function(e){var t=i;return e[t(176)]!==t(206)})[i(164)](function(e){var t=i,e=e.path;return s+=' <script type="text/javascript" src="/'[t(202)](e,t(205))});else if(e[t].useCustomTabBar&&(s+=i(195)),n&&0<n[i(188)]){var c,u=_createForOfIteratorHelper(n);try{for(u.s();!(c=u.n())[i(232)];){var p=c[i(210)],l=p[i(247)],f=p.needAsync;s+=i(201)[i(202)](l,i(160))[i(202)](f?i(211):"",i(208))}}catch(e){u.e(e)}finally{u.f()}}s=s+HTML_BODY_END+HTML_HTML_END,r=path[i(254)](a,""[i(202)](t,i(173)));utils[i(253)](path[i(223)](r)),fs.writeFileSync(r,s,i(245))}function getSubpackageData(e,t,r){var n=_0x17db69,t=JSON[n(155)](JSON[n(215)]((null==t?void 0:t[n(185)])||[]));return null!=t&&t[n(164)](function(e){var t=n;e[t(165)][t(153)]("/")||(e[t(165)]+="/")}),{subpackage:t,pagePath:e,srcPath:r}}function deduplicate(e){var r=new Set;return e.filter(function(e){var t=_0x31a3,e="".concat(e[t(247)],"-").concat(e[t(220)]);return!r.has(e)&&(r[t(191)](e),!0)})}function getPageJSList(e,t,r,n){var a=_0x17db69,n=getSubpackageData(e,n,r),r=[];return getUsingComponents(t.get(e),e,r,t,a(192),n),r=_toConsumableArray(new Set(utils.flat(r,1/0))),_toConsumableArray(deduplicate(r))[a(240)](function(e){var t=a;return e[t(247)]!==t(157)})[a(202)]({path:e,needAsync:!1,type:a(192)})}function getUsingComponents(e,o,i,s){var c=_0x17db69,t=4<arguments.length&&void 0!==arguments[4]?arguments[4]:c(206),u=5<arguments.length?arguments[5]:void 0,e=e[c(213)]||[];t===c(192)&&e[c(183)].apply(e,_toConsumableArray(GLOBAL_COMPONENTS)),e.forEach(function(e){var t=c,r=e[t(156)],e=e[t(247)],n=[],a=isAsyncNeeded(e,u.subpackage,u[t(190)],u[t(170)]);if(n[t(196)]({path:e,needAsync:a,type:t(206)}),i[t(196)](n),o!==e)if(fs[t(162)](r))s[t(209)](e)&&getUsingComponents(s[t(218)](e),e,n,s,"component",u);else{a=t(239)[t(202)](r);if(logger.error(a),!configs[t(168)]&&!configs.watch)throw a}})}function isAsyncNeeded(r,e,n,t){var a=_0x17db69,o="",i="",s=!0,c=!0;return null!=e&&e[a(164)](function(e){var t=a;n[t(237)](e[t(165)])&&(o=e[t(165)],s=!1),r[t(237)](e[t(165)])&&(i=e[t(165)],c=!1)}),!(c||!s&&o===i)}HtmlGeneratorPlugin[_0x17db69(221)][_0x17db69(251)]=function(e){var f=_0x17db69,d=this[f(198)];e[f(181)][f(242)][f(234)]("HtmlGeneratorPlugin",function(e,t){var r,n,a=f,o=manifestManager[a(226)](),i=d[a(170)],s=d[a(212)],c=o[a(238)],u=o[a(171)],p=c.page,l=(GLOBAL_COMPONENTS=Object.values(c[a(193)]||{})[a(241)](function(e){var t=a;return u[t(209)](e)&&u[t(218)](e)}),manifestManager[a(252)]());for(r in p)Object.prototype[a(235)][a(177)](p,r)&&(n=getPageJSList(r,u,i,c),generateHtmlFile(p,r,-1!==c[a(154)][a(159)](r),n,s,l));t()})},module.exports=HtmlGeneratorPlugin;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _0x3f6e49=_0x8d7d;function _typeof(r){var t=_0x8d7d;return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol[t(160)]?function(r){return typeof r}:function(r){var e=t;return r&&e(130)==typeof Symbol&&r.constructor===Symbol&&r!==Symbol[e(179)]?e(158):typeof r})(r)}function _0x1332(){var r=["ERROR: Illegal JSON file name: ","done","66519wEUgiz","assign","111742HYZygP","keys","emit","48wjHDyQ","name","undefined","908726fTvgqh","object","next","3572504DaxTsF","assets","join","options","prototype","value","defineProperty","call","warnings","extname","340jzNtGK","forEach","5QhQujW","Object","key",".json","default","readdirSync","toPrimitive","map","3741744YMHoJb","tapAsync","apply","function","Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.",", Use "," instead.\n@ ","from","constructor","325357NapHAl","../js-parser/parser","path","writable","test","14674979Oqrirs","replace","i18n/","exports","length","match","12NWqvbR","enumerable","filter","slice","push","entries","isArray","string","configurable","reduce","@@iterator","symbol","concat","iterator","Map"];return(_0x1332=function(){return r})()}function _slicedToArray(r,e){return _arrayWithHoles(r)||_iterableToArrayLimit(r,e)||_unsupportedIterableToArray(r,e)||_nonIterableRest()}function _nonIterableRest(){throw new TypeError(_0x8d7d(131))}function _unsupportedIterableToArray(r,e){var t,n=_0x8d7d;if(r)return n(154)==typeof r?_arrayLikeToArray(r,e):(t={}.toString[n(182)](r)[n(150)](8,-1),n(188)===t&&r[n(135)]&&(t=r.constructor[n(170)]),n(161)===t||"Set"===t?Array[n(134)](r):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/[n(140)](t)?_arrayLikeToArray(r,e):void 0)}function _arrayLikeToArray(r,e){var t=_0x8d7d;(null==e||e>r.length)&&(e=r[t(145)]);for(var n=0,a=Array(e);n<e;n++)a[n]=r[n];return a}function _iterableToArrayLimit(r,e){var t=_0x8d7d,n=null==r?null:t(171)!=typeof Symbol&&r[Symbol[t(160)]]||r[t(157)];if(null!=n){var a,o,i,u,s=[],c=!0,l=!1;try{if(i=(n=n[t(182)](r))[t(174)],0===e){if(Object(n)!==n)return;c=!1}else for(;!(c=(a=i[t(182)](n))[t(163)])&&(s[t(151)](a[t(180)]),s[t(145)]!==e);c=!0);}catch(r){l=!0,o=r}finally{try{if(!c&&null!=n.return&&(u=n.return(),Object(u)!==u))return}finally{if(l)throw o}}return s}}function _arrayWithHoles(r){if(Array[_0x8d7d(153)](r))return r}function _classCallCheck(r,e){if(!(r instanceof e))throw new TypeError("Cannot call a class as a function")}function _defineProperties(r,e){for(var t=_0x8d7d,n=0;n<e.length;n++){var a=e[n];a[t(148)]=a[t(148)]||!1,a[t(155)]=!0,t(180)in a&&(a[t(139)]=!0),Object[t(181)](r,_toPropertyKey(a[t(189)]),a)}}function _createClass(r,e,t){var n=_0x8d7d;return e&&_defineProperties(r[n(179)],e),t&&_defineProperties(r,t),Object[n(181)](r,n(179),{writable:!1}),r}function _toPropertyKey(r){var e=_0x8d7d,r=_toPrimitive(r,e(154));return e(158)==_typeof(r)?r:r+""}function _toPrimitive(r,e){var t=_0x8d7d;if("object"!=_typeof(r)||!r)return r;var n=r[Symbol[t(125)]];if(void 0===n)return("string"===e?String:Number)(r);n=n[t(182)](r,e||t(123));if(t(173)!=_typeof(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}function _0x8d7d(r,e){var t=_0x1332();return(_0x8d7d=function(r,e){return t[r-=122]})(r,e)}(()=>{for(var r=_0x8d7d,e=_0x1332();;)try{if(603676==-parseInt(r(136))+-parseInt(r(166))/2*(-parseInt(r(169))/3)+-parseInt(r(175))/4*(-parseInt(r(187))/5)+parseInt(r(147))/6*(parseInt(r(172))/7)+parseInt(r(127))/8+-parseInt(r(164))/9*(parseInt(r(185))/10)+-parseInt(r(141))/11)break;e.push(e.shift())}catch(r){e.push(e.shift())}})();var fs=require("fs"),_require=require(_0x3f6e49(137)),checkJsonDupKey=_require.checkJsonDupKey,path=require(_0x3f6e49(138)),illegalRE=/(\w+)_(\w+)/,I18N=(()=>{var t=_0x3f6e49;return _createClass(function r(e){_classCallCheck(this,r),this.options=e},[{key:t(129),value:function(r){var e=t,n=this;r.hooks[e(168)][e(128)]("I18NTransformPlugin",function(i,r){var a=e,t=n[a(178)][a(152)],u={};Object[a(167)](t)[a(186)](function(e){var o=a;fs[o(124)](""[o(159)](t[e]))[o(149)](function(r){var e=o;return path[e(184)](r)===e(122)})[o(126)](function(r){return path[o(177)]("".concat(t[e]),r)})[o(186)](function(r){var e,t,n=o,r=r[n(142)](/\\/g,"/"),a=r.split("/"),a=a[a[n(145)]-1];illegalRE[n(140)](a)?(e=(t=_slicedToArray(a[n(146)](illegalRE).slice(1),2))[0],t=t[1],i.errors[n(151)]({message:n(162)+"".concat(a.replace(".json",""),n(132))[n(159)](e,"-")[n(159)](t,n(133)).concat(r,"\n")})):u[a]=(u[a]||[])[n(159)](r)})}),Object[a(167)](u)[a(186)](function(r){var n=a,e=u[r][n(156)](function(r,e){var t=n,e=checkJsonDupKey(r,e,function(r){var e=_0x8d7d;return i[e(183)][e(151)](r)});return Object[t(165)]({},r,e)},{}),t=JSON.stringify(e,null,4);i[n(176)][n(143)[n(159)](r)]={source:function(){return t},size:function(){return t.length}}}),r()})}}])})();module[_0x3f6e49(144)]=I18N;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _0x3252a9=_0x4fe8;function _0x4fe8(e,r){var n=_0x5dcd();return(_0x4fe8=function(e,r){return n[e-=498]})(e,r)}function _0x5dcd(){var e=["1696EYLwEv","552394vvwhrP","apply","getManifestData","resolve","path","configs","pages","hooks","7164078xxkXZF","release","features","add","root","utf8","map","replace","join","getIsOpenLazyCodeLoad","assign","component","deviceList","keys","push","build","3032190YADRvU","../../common/config","global","getResource","entry","prototype","isArray","2705196MjbgBq","window","stringify","_supportLegacyHos","ManifestGeneratorPlugin","entryPagePath","manifest","debugable","212414ivehiL","mkdirsSync","5538114twVKWs","manifestManager",".json","../common/manifest-manager","exports","pkg","srcPath","ASCF_DEVICE_LIST","page","options","app.json","getSubRootMap","6LgeeuD","fileDependencies","env","13538qgGgQC","debug","versionType","hasOwnProperty","router","writeFileSync","forEach","subpackages","name"];return(_0x5dcd=function(){return e})()}(()=>{for(var e=_0x4fe8,r=_0x5dcd();;)try{if(648194==+parseInt(e(546))+parseInt(e(519))/2*(parseInt(e(533))/3)+parseInt(e(511))/4+parseInt(e(504))/5+-parseInt(e(554))/6+parseInt(e(536))/7*(parseInt(e(545))/8)+-parseInt(e(521))/9)break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var fs=require("fs"),path=require(_0x3252a9(550)),utils=require("../common/utils"),_require=require(_0x3252a9(505)),configs=_require[_0x3252a9(551)],_require2=require(_0x3252a9(524)),manifestManager=_require2[_0x3252a9(522)],getResource=_require2[_0x3252a9(507)],getSubRootMap=_require2[_0x3252a9(532)];function ManifestGeneratorPlugin(e){this.options=e}function genRouter(n){var t,a=_0x3252a9,e=Object.keys(n[a(529)]),o=[],r=n[a(516)]||n[a(552)][0]||"",r=(n[a(540)]&&n[a(540)].pages?(t=n[a(540)][a(552)],Object[a(501)](t)[a(542)](function(e){var r=a,n=t[e];o[r(502)](path[r(562)](e,n[r(499)])[r(561)](/\\/g,"/"))}),n[a(540)][a(508)]=r):n.router={entry:r,pages:{}},e[a(542)](function(r){var e=a;o.some(function(e){return e===r})||(n[e(540)].pages[r]={component:"",info:n[e(529)][r]})}),e[a(560)](function(e){return e+a(523)}));return r[a(502)](a(531)),r}ManifestGeneratorPlugin[_0x3252a9(509)][_0x3252a9(547)]=function(e){var s=_0x3252a9,r=this[s(530)],i=r[s(527)],u=r[s(503)];e[s(553)].emit.tapAsync(s(515),function(n,e){var o=s,r=manifestManager[o(548)](),r=Object[o(498)]({},r[o(517)]),t=path.join(u,"manifest.json");configs.isProd()?r.versionType=o(555):(r[o(538)]=o(537),r.debug=!0,r[o(518)]=!0,global[o(514)]&&(a=configs[o(500)]||process[o(535)][o(528)]||[],r[o(500)]=Array[o(510)](a)?a[o(562)](","):a)),r[o(506)]={};manifestManager[o(563)]()&&(r[o(556)]={lazyCode:"v2"}),r[o(512)]&&(r[o(506)].window=r[o(512)],delete r[o(512)]);var a=genRouter(r);null!=a&&a[o(542)](function(e){var r=o;return n[r(534)][r(557)](path[r(549)](i,e))}),delete r[o(552)],delete r.page,Object.prototype[o(539)].call(r,"subpackages")&&(r[o(543)]=r[o(543)][o(560)](function(e,r){var n=o,t=e[n(558)],a=e[n(544)],e=e[n(552)];return{resource:getResource(t),name:a||n(526).concat(r+1),pages:e,root:t}})),utils[o(520)](u),fs[o(541)](t,JSON[o(513)](r,null,4),o(559)),e()})},module.exports=ManifestGeneratorPlugin,module[_0x3252a9(525)][_0x3252a9(532)]=getSubRootMap;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0xbbf1(){var e=["resolve","quick-service-plugin","prototype","@@toStringTag","next","3623832wJUiCU","GeneratorFunction","done","Generator is already running","call","687456IoRFsQ","[object Generator]","@@iterator","bind","value","5376460JQeTyw","then","QuickServiceBuildPlugin","Generator","../../common/log4js.js","options","create","ASCF_QS_BUILT_PATH","exports","_invoke","throw","__proto__","return","signPkg","hooks","constructor","quick service build fail:","env","1238042MQXCpX","iterator result is not an object","length","860146aaYLCk","apply","_hasInstall","fatal","2430489OdBTZi","' method","30610258KnFPEC","displayName","getPrototypeOf","The iterator does not provide a '","../../ascf-sign-tools","setPrototypeOf","iterator","toStringTag"];return(_0xbbf1=function(){return e})()}var _0x4944e0=_0x9307;function _0x9307(e,r){var n=_0xbbf1();return(_0x9307=function(e,r){return n[e-=495]})(e,r)}function _regenerator(){var b,x=_0x9307,e="function"==typeof Symbol?Symbol:{},r=e[x(506)]||x(520),n=e[x(507)]||x(511);function t(e,r,n,t){var o,i,a,u,c,f,s,l,_,g,p=x,r=r&&r[p(510)]instanceof h?r:h,r=Object.create(r[p(510)]);return _regeneratorDefine2(r,p(532),(o=e,i=n,l=t||[],_=!1,g={p:s=0,n:0,v:b,a:v,f:v[(f=p)(521)](b,4),d:function(e,r){return a=e,u=0,c=b,g.n=r,y}},function(e,r,n){var t=f;if(1<s)throw TypeError(t(516));for(_&&1===r&&v(r,n),u=r,c=n;(d=u<2?b:c)||!_;){a||(u?u<3?(1<u&&(g.n=-1),v(u,c)):g.n=c:g.v=c);try{if(s=2,a){if(u||(e=t(512)),d=a[e]){if(!(d=d.call(a,c)))throw TypeError(t(542));if(!d[t(515)])return d;c=d[t(522)],u<2&&(u=0)}else 1===u&&(d=a.return)&&d.call(a),u<2&&(c=TypeError(t(503)+e+t(499)),u=1);a=b}else if((d=(_=g.n<0)?c:o[t(517)](i,g))!==y)break}catch(e){a=b,u=1,c=e}finally{s=1}}return{value:d,done:_}}),!0),r;function v(e,r){var n=f;for(u=e,c=r,d=0;!_&&s&&!t&&d<l[n(543)];d++){var t,o=l[d],i=g.p,a=o[2];3<e?(t=a===r)&&(c=o[(u=o[4])?5:u=3],o[4]=o[5]=b):o[0]<=i&&((t=e<2&&i<o[1])?(u=0,g.v=r,g.n=o[1]):i<a&&(t=e<3||o[0]>r||a<r)&&(o[4]=e,o[5]=r,g.n=a,u=0))}if(t||1<e)return y;throw _=!0,r}}var y={};function h(){}function o(){}function i(){}var d=Object[x(502)],e=[][r]?d(d([][r]())):(_regeneratorDefine2(d={},r,function(){return this}),d),a=i[x(510)]=h.prototype=Object.create(e);function u(e){var r=x;return Object[r(505)]?Object.setPrototypeOf(e,i):(e[r(534)]=i,_regeneratorDefine2(e,n,r(514))),e[r(510)]=Object[r(529)](a),e}return o[x(510)]=i,_regeneratorDefine2(a,x(538),i),_regeneratorDefine2(i,x(538),o),o[x(501)]="GeneratorFunction",_regeneratorDefine2(i,n,x(514)),_regeneratorDefine2(a),_regeneratorDefine2(a,n,x(526)),_regeneratorDefine2(a,r,function(){return this}),_regeneratorDefine2(a,"toString",function(){return x(519)}),(_regenerator=function(){return{w:t,m:u}})()}function _regeneratorDefine2(e,r,n,t){var i=Object.defineProperty;try{i({},"",{})}catch(e){i=0}(_regeneratorDefine2=function(e,r,n,t){var o=_0x9307;r?i?i(e,r,{value:n,enumerable:!t,configurable:!t,writable:!t}):e[r]=n:((t=function(r,n){_regeneratorDefine2(e,r,function(e){return this[_0x9307(532)](r,n,e)})})("next",0),t(o(533),1),t(o(535),2))})(e,r,n,t)}function asyncGeneratorStep(e,r,n,t,o,i,a){var u=_0x9307;try{var c=e[i](a),f=c[u(522)]}catch(e){return void n(e)}c.done?r(f):Promise[u(508)](f)[u(524)](t,o)}function _asyncToGenerator(u){return function(){var e=this,a=arguments;return new Promise(function(r,n){var t=u.apply(e,a);function o(e){asyncGeneratorStep(t,r,n,o,i,"next",e)}function i(e){asyncGeneratorStep(t,r,n,o,i,_0x9307(533),e)}o(void 0)})}}(()=>{for(var e=_0x9307,r=_0xbbf1();;)try{if(658936==-parseInt(e(541))+parseInt(e(544))/2+-parseInt(e(498))/3+-parseInt(e(513))/4+-parseInt(e(523))/5+-parseInt(e(518))/6+parseInt(e(500))/7)break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var _require=require(_0x4944e0(504)),signPkg=_require[_0x4944e0(536)],log4js=require(_0x4944e0(527)),logger=log4js.getLogger(_0x4944e0(509));function QuickServiceBuildPlugin(e){this.options=e}QuickServiceBuildPlugin[_0x4944e0(510)][_0x4944e0(495)]=function(e){var n,r=_0x4944e0,o=this;e[r(537)].afterEmit.tapAsync(r(525),(n=_asyncToGenerator(_regenerator().m(function e(r,n){var t;return _regenerator().w(function(e){for(var r=_0x9307;;)switch(e.p=e.n){case 0:if(e.p=0,global[r(496)]){e.n=2;break}return e.n=1,signPkg(process[r(540)].projectRoot,o[r(528)]);case 1:t=e.v,global[r(530)]=t;case 2:n(),e.n=4;break;case 3:return e.p=3,t=e.v,global[r(530)]=null,logger[r(497)](r(539),t),e.a(2,n(t));case 4:return e.a(2)}},e,null,[[0,3]])})),function(e,r){return n[_0x9307(495)](this,arguments)}))},module[_0x4944e0(531)]=QuickServiceBuildPlugin;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
var _0x2b1f6d=_0x3c18;function _typeof(e){var t=_0x3c18;return(_typeof=t(284)==typeof Symbol&&t(270)==typeof Symbol.iterator?function(e){return typeof e}:function(e){var r=t;return e&&"function"==typeof Symbol&&e[r(237)]===Symbol&&e!==Symbol[r(247)]?"symbol":typeof e})(e)}function _0x1b72(){var e=["keys","ascfLazyImportFiles","defineProperty","ReplaceModulePathsWithIdsPlugin","hooks","call","object","key","723756VGTaJY","4xUkhvt","forEach","source","Cannot call a class as a function","1841304bHWTbJ","exports","set","modules","from","452308bqTBGi","203810QGcBfI","length","__webpack_require__\\(\\\\?['\"]","symbol","7ozHtyB","string","429296pEiDmv","4573827mMvxHM","tap","../common/utils","compilation","85703EVJdFY","default","../../common/config","endsWith","get","concat","function","enumerable","constructor","configs","@@toPrimitive must return a primitive value.","userRequest","rawRequest","optimizeAssets","normalizedAbsPath","replace","__webpack_require__('",".js","prototype"];return(_0x1b72=function(){return e})()}function _classCallCheck(e,r){var t=_0x3c18;if(!(e instanceof r))throw new TypeError(t(260))}function _defineProperties(e,r){for(var t=_0x3c18,n=0;n<r[t(268)];n++){var o=r[n];o[t(236)]=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object[t(250)](e,_toPropertyKey(o[t(255)]),o)}}function _0x3c18(e,r){var t=_0x1b72();return(_0x3c18=function(e,r){return t[e-=236]})(e,r)}function _createClass(e,r,t){var n=_0x3c18;return r&&_defineProperties(e[n(247)],r),t&&_defineProperties(e,t),Object[n(250)](e,n(247),{writable:!1}),e}function _toPropertyKey(e){var r=_0x3c18,e=_toPrimitive(e,r(272));return r(270)==_typeof(e)?e:e+""}function _toPrimitive(e,r){var t=_0x3c18;if(t(254)!=_typeof(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0===n)return(t(272)===r?String:Number)(e);n=n[t(253)](e,r||t(279));if(t(254)!=_typeof(n))return n;throw new TypeError(t(239))}(()=>{for(var e=_0x3c18,r=_0x1b72();;)try{if(177500==+parseInt(e(278))+parseInt(e(266))/2+-parseInt(e(256))/3+-parseInt(e(257))/4*(parseInt(e(267))/5)+-parseInt(e(261))/6*(parseInt(e(271))/7)+-parseInt(e(273))/8+parseInt(e(274))/9)break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var _require=require(_0x2b1f6d(276)),normalizedAbsPath=_require[_0x2b1f6d(243)],_require2=require(_0x2b1f6d(280)),configs=_require2[_0x2b1f6d(238)],webpack=require("webpack"),ReplaceModulePathsWithIdsPlugin=_createClass(function e(){_classCallCheck(this,e)},[{key:"apply",value:function(e){var r=_0x3c18;e[r(252)][r(277)][r(275)](r(251),function(c){var e=r;c[e(252)][e(242)][e(275)](e(251),function(t){var i=e,a=new Map;c[i(264)][i(258)](function(e){var r=i,t=e[r(240)]||e[r(241)]&&typeof e[r(241)]===r(272)?e[r(241)]:null;null!=t&&t[r(281)](r(246))&&(t=normalizedAbsPath(t),a[r(263)](t,e.id))}),Object[i(248)](t)[i(258)](function(e){var n,o=i,r=normalizedAbsPath(e);Object[o(247)].hasOwnProperty[o(253)](configs.ascfLazyImportFiles,r)&&(r=Array[o(265)](configs[o(249)][r]).sort(function(e,r){var t=o;return r.length-e[t(268)]}),n=t[e][o(259)]().toString(),r.forEach(function(e){var r=o,t=a[r(282)](e);void 0!==t&&(e=new RegExp(r(269)[r(283)](e,"\\\\?['\"]\\)"),"g"),n=n[r(244)](e,r(245).concat(t,"')")))}),c.updateAsset(e,new webpack.sources.RawSource(n)))})})})}}]);module[_0x2b1f6d(262)]=ReplaceModulePathsWithIdsPlugin;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _0x2c99dc=_0x3b65;function _createForOfIteratorHelper(e,r){var n,t,o,a,c=_0x3b65,i=c(301)!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(i)return o=!(t=!0),{s:function(){i=i.call(e)},n:function(){var e=i.next();return t=e.done,e},e:function(e){o=!0,n=e},f:function(){var e=c;try{t||null==i[e(339)]||i[e(339)]()}finally{if(o)throw n}}};if(Array[c(304)](e)||(i=_unsupportedIterableToArray(e))||r&&e&&c(355)==typeof e[c(352)])return i&&(e=i),a=0,{s:r=function(){},n:function(){return a>=e[c(352)]?{done:!0}:{done:!1,value:e[a++]}},e:function(e){throw e},f:r};throw new TypeError(c(312))}function _unsupportedIterableToArray(e,r){var n,t=_0x3b65;if(e)return"string"==typeof e?_arrayLikeToArray(e,r):(n={}[t(361)][t(309)](e).slice(8,-1),t(343)===n&&e[t(317)]&&(n=e[t(317)][t(268)]),t(310)===n||"Set"===n?Array[t(348)](e):t(325)===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/[t(298)](n)?_arrayLikeToArray(e,r):void 0)}function _0x5744(){var e=[".css","iterator","1611fpsAro","join","size","ignoreRules","@@iterator","exports","138040DGIKDy","trim","defineProperty","prototype","src","test",".pem","emit","undefined","171610IBMDaL","setPrototypeOf","isArray","i18n",".ux","GeneratorFunction","basename","call","Map","tapAsync","Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.","isDirectory","430404fUXqDG","folder","../common/packoptions-utils","constructor",".tsx","3298916slMDaZ","Generator is already running",".json","value","manifest","options","Arguments",".vue","includes","getPrototypeOf","getManifestData",".flow","done","match","readFileSync","forEach",".md",".scss",".sh","mkdirsSync","return","5nMTkYy","next",".jsx","Object",".npmignore","indexOf","' method","copyFileSync","from",".js","iterator result is not an object","extname","length","create","apply","number","LICENSE","relative","980541MBdqzi","_invoke","1444804sAsoJb","toString","isFile","[object Generator]","../common/utils",".coffee","build","displayName","__proto__","split","icon",".fecsignore",".editorconfig",".qcss","statSync","readdirSync","488AUmvDP",".DS_Store",".styl","name","6116052pTMzIc",".fecsrc","push","bind","parse","../common/manifest-manager",".html","existsSync",".frameworkinfo",".hxml","path","The iterator does not provide a '",".sass","isIgnoreFile","Generator",".wxs"];return(_0x5744=function(){return e})()}function _arrayLikeToArray(e,r){(null==r||r>e[_0x3b65(352)])&&(r=e.length);for(var n=0,t=Array(r);n<r;n++)t[n]=e[n];return t}function _regenerator(){var y,h=_0x3b65,e="function"==typeof Symbol?Symbol:{},r=e[h(286)]||h(291),n=e.toStringTag||"@@toStringTag";function t(e,r,n,t){var o,a,c,i,s,u,f,_,p,l,d=h,r=r&&r[d(296)]instanceof b?r:b,r=Object[d(353)](r[d(296)]);return _regeneratorDefine2(r,d(359),(o=e,a=n,_=t||[],p=!1,l={p:f=0,n:0,v:y,a:x,f:x[(u=d)(272)](y,4),d:function(e,r){return c=e,i=0,s=y,l.n=r,v}},function(e,r,n){var t=u;if(1<f)throw TypeError(t(320));for(p&&1===r&&x(r,n),i=r,s=n;(g=i<2?y:s)||!p;){c||(i?i<3?(1<i&&(l.n=-1),x(i,s)):l.n=s:l.v=s);try{if(f=2,c){if(i||(e=t(341)),g=c[e]){if(!(g=g[t(309)](c,s)))throw TypeError(t(350));if(!g[t(331)])return g;s=g.value,i<2&&(i=0)}else 1===i&&(g=c[t(339)])&&g[t(309)](c),i<2&&(s=TypeError(t(280)+e+t(346)),i=1);c=y}else if((g=(p=l.n<0)?s:o[t(309)](a,l))!==v)break}catch(e){c=y,i=1,s=e}finally{f=1}}return{value:g,done:p}}),!0),r;function x(e,r){for(i=e,s=r,g=0;!p&&f&&!n&&g<_.length;g++){var n,t=_[g],o=l.p,a=t[2];3<e?(n=a===r)&&(s=t[(i=t[4])?5:i=3],t[4]=t[5]=y):t[0]<=o&&((n=e<2&&o<t[1])?(i=0,l.v=r,l.n=t[1]):o<a&&(n=e<3||t[0]>r||a<r)&&(t[4]=e,t[5]=r,l.n=a,i=0))}if(n||1<e)return v;throw p=!0,r}}var v={};function b(){}function o(){}function a(){}var g=Object[h(328)],e=[][r]?g(g([][r]())):(_regeneratorDefine2(g={},r,function(){return this}),g),c=a.prototype=b[h(296)]=Object[h(353)](e);function i(e){var r=h;return Object.setPrototypeOf?Object[r(303)](e,a):(e[r(368)]=a,_regeneratorDefine2(e,n,r(307))),e[r(296)]=Object[r(353)](c),e}return o.prototype=a,_regeneratorDefine2(c,h(317),a),_regeneratorDefine2(a,h(317),o),o[h(367)]="GeneratorFunction",_regeneratorDefine2(a,n,h(307)),_regeneratorDefine2(c),_regeneratorDefine2(c,n,h(283)),_regeneratorDefine2(c,r,function(){return this}),_regeneratorDefine2(c,h(361),function(){return h(363)}),(_regenerator=function(){return{w:t,m:i}})()}function _0x3b65(e,r){var n=_0x5744();return(_0x3b65=function(e,r){return n[e-=260]})(e,r)}function _regeneratorDefine2(e,r,n,t){var a=_0x3b65,c=Object[a(295)];try{c({},"",{})}catch(e){c=0}(_regeneratorDefine2=function(e,r,n,t){var o=a;r?c?c(e,r,{value:n,enumerable:!t,configurable:!t,writable:!t}):e[r]=n:((t=function(r,n){_regeneratorDefine2(e,r,function(e){return this[_0x3b65(359)](r,n,e)})})("next",0),t("throw",1),t(o(339),2))})(e,r,n,t)}function asyncGeneratorStep(e,r,n,t,o,a,c){var i=_0x3b65;try{var s=e[a](c),u=s[i(322)]}catch(e){return void n(e)}s.done?r(u):Promise.resolve(u).then(t,o)}function _asyncToGenerator(s){return function(){var e=this,i=arguments;return new Promise(function(r,n){var t=_0x3b65,o=s[t(354)](e,i);function a(e){asyncGeneratorStep(o,r,n,a,c,t(341),e)}function c(e){asyncGeneratorStep(o,r,n,a,c,"throw",e)}a(void 0)})}}(()=>{for(var e=_0x3b65,r=_0x5744();;)try{if(643673==-parseInt(e(314))+parseInt(e(360))/2+parseInt(e(358))/3+-parseInt(e(319))/4*(parseInt(e(340))/5)+-parseInt(e(269))/6+-parseInt(e(293))/7*(parseInt(e(265))/8)+parseInt(e(287))/9*(parseInt(e(302))/10))break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var _path=require(_0x2c99dc(279)),_fs=require("fs"),_utils=require(_0x2c99dc(364)),_require=require(_0x2c99dc(274)),manifestManager=_require.manifestManager,_packOptions=require(_0x2c99dc(316)),FILE_EXT_NAME=[".log",_0x2c99dc(330),_0x2c99dc(337),_0x2c99dc(349),_0x2c99dc(285),_0x2c99dc(342),_0x2c99dc(365),".ts",_0x2c99dc(318),_0x2c99dc(326),".less",_0x2c99dc(281),_0x2c99dc(336),_0x2c99dc(267),_0x2c99dc(275),_0x2c99dc(335),_0x2c99dc(321),_0x2c99dc(266),_0x2c99dc(299),_0x2c99dc(262),_0x2c99dc(278),_0x2c99dc(284),".hjs",_0x2c99dc(306)],IGNORE_FILES=[_0x2c99dc(356),_0x2c99dc(344),_0x2c99dc(266),_0x2c99dc(260),_0x2c99dc(270),_0x2c99dc(277),_0x2c99dc(261)],REGEXP_ICON=/{{{(.+?)}}}|{{(.+?)}}/g,REGEXP_JSON=/\.json$/g,iconPaths=[];function copyFile(e,r){var n=_0x2c99dc;if(_fs[n(276)](e)){_utils[n(338)](_path[n(288)](r,".."));n=_fs[n(347)](e,r);if(n)throw n}}function transFile(e,r,n,t){return _transFile[_0x2c99dc(354)](this,arguments)}function _transFile(){var e=_0x2c99dc;return(_transFile=_asyncToGenerator(_regenerator().m(function e(n,t,o,a){var c,i,s,u,f,_,p,l;return _regenerator().w(function(e){for(var r=_0x3b65;;)switch(e.p=e.n){case 0:c=void 0,i=_path[r(288)](n,o),s=_fs[r(264)](i),s=_createForOfIteratorHelper(s),e.p=1,s.s();case 2:(p=s.n())[r(331)]?e.n=6:(u=p[r(322)],f=_path.join(i,u),(_=_fs[r(263)](f))[r(362)]()?(p=_path[r(308)](f),l=_path[r(351)](f),FILE_EXT_NAME[r(345)](l)<0&&!IGNORE_FILES[r(327)](p)&&!_packOptions[r(282)](_path[r(357)](n,f),a)&&(c=_path[r(288)](t,o,_path[r(308)](u)),!_fs[r(276)](c)||(l=_fs.statSync(c))[r(362)]()&&l[r(289)]!==_.size)&©File(f,c),e.n=5):e.n=3);break;case 3:if(_[r(313)]()){if(_packOptions[r(282)](_path[r(357)](n,f),a,r(315)))return e.a(3,5);e.n=4}else e.n=5;break;case 4:return p=_path[r(288)](o,u),e.n=5,transFile(n,t,p,a);case 5:e.n=2;break;case 6:e.n=8;break;case 7:e.p=7,l=e.v,s.e(l);case 8:return e.p=8,s.f(),e.f(8);case 9:return e.a(2)}},e,null,[[1,7,8,9]])})))[e(354)](this,arguments)}function getIconPaths(e){var n,o,a=_0x2c99dc,t=[],c=e[a(297)],e=(manifestManager[a(329)]()[a(323)][a(370)]||"")[a(361)]()[a(294)]();return e[a(332)](REGEXP_ICON)?(n=e[a(369)]("'")[1],o=_path[a(288)](c,a(305)),_fs[a(264)](o).reduce(function(e,r){var n=a,t=_path.join(o,r);return _fs[n(263)](t)[n(362)]()&&r[n(332)](REGEXP_JSON)&&e.push(t),e},[])[a(334)](function(e){var r=a,e=_fs[r(333)](e,"utf8")[r(361)]()||"{}",e=JSON[r(273)](e);e[n]&&t[r(271)](_path[r(288)](c,e[n]))})):t[a(271)](_path[a(288)](c,e)),t}function ResourcePlugin(e){this[_0x2c99dc(324)]=e}ResourcePlugin[_0x2c99dc(296)][_0x2c99dc(354)]=function(e){var n,r=_0x2c99dc,t=this[r(324)];e.hooks[r(300)][r(311)]("ResourcePlugin",(n=_asyncToGenerator(_regenerator().m(function e(r,n){return _regenerator().w(function(e){for(var r=_0x3b65;;)switch(e.n){case 0:return e.n=1,transFile(t.src,t[r(366)],"",t[r(290)]);case 1:n();case 2:return e.a(2)}},e)})),function(e,r){return n[_0x3b65(354)](this,arguments)}))},module[_0x2c99dc(292)]=ResourcePlugin;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _0x176eae=_0x3aa5;function _0x3aa5(e,a){var r=_0x1f25();return(_0x3aa5=function(e,a){return r[e-=257]})(e,a)}(()=>{for(var e=_0x3aa5,a=_0x1f25();;)try{if(209068==-parseInt(e(259))+-parseInt(e(262))/2+parseInt(e(267))/3+-parseInt(e(266))/4+-parseInt(e(265))/5+parseInt(e(257))/6+-parseInt(e(264))/7*(-parseInt(e(269))/8))break;a.push(a.shift())}catch(e){a.push(a.shift())}})();var JsonpTemplatePlugin=require(_0x176eae(261)),LoaderTargetPlugin=require(_0x176eae(268));function QuickappWebpackTarget(){}function _0x1f25(){var e=["1326730eYbQCD","1453308GAfUwa","1198467ScxCaH","webpack/lib/LoaderTargetPlugin","16OesJPF","48BPsUqt","exports","240585bCUskq","apply","./jsonpTemplatePlugin","423802IJxfCa","prototype","3117555RCdgeP"];return(_0x1f25=function(){return e})()}QuickappWebpackTarget[_0x176eae(263)].apply=function(e){var a=_0x176eae,r=e.options,t=r.output,r=r.target;new JsonpTemplatePlugin(t)[a(260)](e),new LoaderTargetPlugin(r)[a(260)](e)},module[_0x176eae(258)]=QuickappWebpackTarget;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var _0x1fc96b=_0x5c60;function _typeof(e){var t=_0x5c60;return(_typeof=t(482)==typeof Symbol&&t(411)==typeof Symbol.iterator?function(e){return typeof e}:function(e){var n=t;return e&&n(482)==typeof Symbol&&e[n(427)]===Symbol&&e!==Symbol[n(447)]?n(411):typeof e})(e)}function _createForOfIteratorHelper(e,n){var t,r,a,o,l=_0x5c60,i=l(366)!=typeof Symbol&&e[Symbol[l(490)]]||e[l(377)];if(i)return a=!(r=!0),{s:function(){i=i.call(e)},n:function(){var e=l,n=i[e(372)]();return r=n[e(384)],n},e:function(e){a=!0,t=e},f:function(){var e=l;try{r||null==i[e(442)]||i[e(442)]()}finally{if(a)throw t}}};if(Array.isArray(e)||(i=_unsupportedIterableToArray(e))||n&&e&&l(436)==typeof e[l(480)])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(433))}function _unsupportedIterableToArray(e,n){var t,r=_0x5c60;if(e)return r(506)==typeof e?_arrayLikeToArray(e,n):(t={}[r(405)].call(e)[r(452)](8,-1),r(356)===t&&e.constructor&&(t=e.constructor[r(420)]),r(476)===t||r(472)===t?Array[r(488)](e):r(416)===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/[r(500)](t)?_arrayLikeToArray(e,n):void 0)}function _0x5c60(e,n){var t=_0x57d2();return(_0x5c60=function(e,n){return t[e-=356]})(e,n)}function _arrayLikeToArray(e,n){var t=_0x5c60;(null==n||n>e[t(480)])&&(n=e[t(480)]);for(var r=0,a=Array(n);r<n;r++)a[r]=e[r];return a}function _classCallCheck(e,n){var t=_0x5c60;if(!(e instanceof n))throw new TypeError(t(465))}function _defineProperties(e,n){for(var t=_0x5c60,r=0;r<n[t(480)];r++){var a=n[r];a[t(450)]=a[t(450)]||!1,a.configurable=!0,"value"in a&&(a[t(487)]=!0),Object[t(508)](e,_toPropertyKey(a[t(481)]),a)}}function _createClass(e,n,t){var r=_0x5c60;return n&&_defineProperties(e[r(447)],n),t&&_defineProperties(e,t),Object[r(508)](e,r(447),{writable:!1}),e}function _toPropertyKey(e){var n=_0x5c60,e=_toPrimitive(e,n(506));return n(411)==_typeof(e)?e:e+""}function _toPrimitive(e,n){var t=_0x5c60;if(t(415)!=_typeof(e)||!e)return e;var r=e[Symbol[t(409)]];if(void 0===r)return(t(506)===n?String:Number)(e);r=r[t(499)](e,n||t(486));if("object"!=_typeof(r))return r;throw new TypeError(t(424))}function _callSuper(e,n,t){var r=_0x5c60;return n=_getPrototypeOf(n),_possibleConstructorReturn(e,_isNativeReflectConstruct()?Reflect[r(478)](n,t||[],_getPrototypeOf(e).constructor):n[r(418)](e,t))}function _0x57d2(){var e=["// no chunk on demand loading","// setup Promise in chunk cache","var executeModules = data[2];","resolves.shift()();","@@iterator","// undefined = chunk not loaded, null = chunk preloaded/prefetched","// add entry modules from loaded chunk to deferred list","} else installedChunks[chunkId] = 0;","chunkId, promises","concat","getChildIdsByOrdersMap","done",'throw new Error("Failed to fetch update manifest " + response.statusText);',"deferredModules.push.apply(deferredModules, executeModules || []);","setPrototypeOf","linkPreload","hasOwnProperty","512978AjbUvP","\n jsonpArray.push = webpackJsonpCallback;\n jsonpArray = jsonpArray.slice();","runtimeRequirements","linkPrefetch","var promise = new Promise(","if(fulfilled) {","if(installedChunks[depId] !== 0) fulfilled = false;","10409564VlThfM",".s = ","installedChunks[chunkId] = undefined;","prefetch","var depId = deferredModule[j];","\n var oldJsonpFunction = jsonpArray.push.bind(jsonpArray);","resolve, reject","promises.push(installedChunkData[2] = promise);","toString","if(installedChunks[chunkId] === undefined) {","if(installedChunkData) return installedChunkData[1];","1070440miApoc","toPrimitive","Object.prototype.hasOwnProperty","symbol","hmrDownloadManifest","while(resolves.length) {","valueOf","object","Arguments",") {","apply","generate","name","var fulfilled = true;",".call(installedChunks, chunkId) "," = ","@@toPrimitive must return a primitive value.","for(moduleId in moreModules) {",".j = ","constructor","278327WJnrQp","webpack/lib/util/compileBooleanMatcher","return checkDeferredModules();",".call(moreModules, moduleId)) {","STAGE_ATTACH","Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.","// Promise = chunk loading, 0 = chunk loaded","12FubYCR","number","indent","has","ids",'"] || [];',"[resolve, reject];","return","if(","function webpackJsonpCallback(data) {","promises.push(loadUpdateChunk(chunkId));","if(currentUpdateChunks && currentUpdateChunks[chunkId]) ","prototype","bind","// JSONP chunk loading for javascript","enumerable","if(response.status === 404) return; // no update available","slice","\n for(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);","getChunkScriptFilename",": 0","outputOptions","installedChunks[chunkId] = null;","create","var loadingEnded = ","});","promises.push(installedChunkData[2]);","requireFn","chunkGraph","chunkId = chunkIds[i];","Cannot call a class as a function","1WWhaEo","__webpack_modules__[moduleId] = moreModules[moduleId];","ensureChunkHandlers","(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;","if(true) { // all chunks have JS","()).then(","Set","publicPath","// run deferred modules when all chunks ready","hmrDownloadUpdateHandlers","Map","jsonpScript","construct","1120sHkzqU","length","key","function","var installedChunks = {","var url = ","for(var j = 1; j < deferredModule.length; j++) {","default","writable","from","mainTemplate","iterator","chunkId","return fetch(","basicFunction","join","deferredModules.splice(i--, 1);","prefetchChunks.forEach(function(chunkId) {","&& installedChunks[chunkId]) {","chunks","call","test","if(installedChunkData) {","stringify",'// a Promise means "currently loading".',"installedChunks[chunkId] = 0;","__proto__","string","var moduleId, chunkId, i = 0, resolves = [];","defineProperty",'// add "moreModules" to the modules object,',"groupsIterable","installedChunkData = installedChunks[chunkId] = ","keys","runtimeTemplate","24VhPAXf","var prefetchChunks = data[3] || [];","Object","deferredPrefetch.push.apply(deferredPrefetch, prefetchChunks);",'"] = global["',"// install a JSONP callback for chunk loading","asString","webpack/lib/RuntimeGlobals","var deferredModule = deferredModules[i];","402776bRjYdD","9846ngQTXa","compilation","undefined","if(!response.ok) ","chunkHasJs","// no HMR","421041iqCDqG","var installedChunkData = ","next"];return(_0x57d2=function(){return e})()}function _possibleConstructorReturn(e,n){var t=_0x5c60;if(n&&(t(415)==_typeof(n)||t(482)==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return _assertThisInitialized(e)}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function _isNativeReflectConstruct(){var e=_0x5c60;try{var n=!Boolean.prototype[e(414)][e(499)](Reflect[e(478)](Boolean,[],function(){}))}catch(e){}return(_isNativeReflectConstruct=function(){return!!n})()}function _getPrototypeOf(e){var n=_0x5c60;return(_getPrototypeOf=Object[n(387)]?Object.getPrototypeOf.bind():function(e){return e[n(505)]||Object.getPrototypeOf(e)})(e)}function _inherits(e,n){var t=_0x5c60;if(t(482)!=typeof n&&null!==n)throw new TypeError("Super expression must either be null or a function");e.prototype=Object[t(458)](n&&n[t(447)],{constructor:{value:e,writable:!0,configurable:!0}}),Object[t(508)](e,"prototype",{writable:!1}),n&&_setPrototypeOf(e,n)}function _setPrototypeOf(e,n){var t=_0x5c60;return(_setPrototypeOf=Object[t(387)]?Object[t(387)][t(448)]():function(e,n){return e[t(505)]=n,e})(e,n)}(()=>{for(var e=_0x5c60,n=_0x57d2();;)try{if(218761==-parseInt(e(466))*(parseInt(e(390))/2)+-parseInt(e(370))/3+parseInt(e(363))/4+-parseInt(e(408))/5*(parseInt(e(435))/6)+parseInt(e(428))/7*(parseInt(e(514))/8)+parseInt(e(364))/9*(-parseInt(e(479))/10)+parseInt(e(397))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}})();var RuntimeGlobals=require(_0x1fc96b(361)),RuntimeModule=require("webpack/lib/RuntimeModule"),Template=require("webpack/lib/Template"),_require=require("webpack/lib/javascript/JavascriptModulesPlugin"),chunkHasJs=_require[_0x1fc96b(368)],compileBooleanMatcher=require(_0x1fc96b(429)),OBJ_HASOWNPROP=_0x1fc96b(410),JsonpChunkLoadingRuntimeModule=(()=>{var _=_0x1fc96b;function l(e,n,t,r){var a,o=_0x5c60;return _classCallCheck(this,l),(a=_callSuper(this,l,["jsonp chunk loading",RuntimeModule[o(432)]]))[o(392)]=e,a[o(477)]=n,a[o(388)]=t,a[o(393)]=r,a}return _inherits(l,RuntimeModule),_createClass(l,[{key:_(419),value:function(){var r=_,e=this[r(365)],a=this.chunk,n=this[r(477)],t=e[r(513)],o=e[r(463)],l=e[r(456)],i=e[r(489)],e=e.hash,u=RuntimeGlobals[r(468)],s=this[r(392)][r(438)](RuntimeGlobals[r(468)]),c=this[r(392)][r(438)](RuntimeGlobals[r(475)]),d=this[r(392)][r(438)](RuntimeGlobals[r(412)]),o=o.getChunkConditionMap(a,chunkHasJs),o=compileBooleanMatcher(o),p=(()=>{var e,n=r,t=_createForOfIteratorHelper(a[n(510)]);try{for(t.s();!(e=t.n())[n(384)];)if(1<e.value[n(498)][n(480)])return!0}catch(e){t.e(e)}finally{t.f()}return!1})(),f=(f=a[(h=r)(383)](!0)[h(400)])&&Object[h(512)](f)[h(480)],h=t[r(456)].chunkLoadingGlobal,m="",e=(f&&(m=p?r(357):(e=[r(457),i.hooks[r(393)][r(499)]("",a,e),"document.head.appendChild(link);"],Template[r(360)](["// chunk prefetching for javascript",r(496),Template.indent([r(406),Template[r(437)](e),"}"]),r(460)]))),p?r(375):""),f=f?r(515):"",k=Template[r(437)]("resolves.push(installedChunks[chunkId][0]);"),b=r(507),y=Template[r(437)]([r(401),r(396)]),i=Template[r(437)]([r(495),"result = "[r(382)](i[r(462)],"(").concat(i[r(462)],r(398))+"deferredModule[0]);"]),y=Template.indent([r(362),r(421),r(485),y,"}",r(395),i,"}"]);return Template.asString(["// object to store loaded and loading chunks",r(378),r(434),r(483),chunkIdsHandler(a),"};","",withLoadingHandler(s,o,u,t,n,a,c),withHmrHandler(c,t,n,a,l),"",withHmrManifestHandler(d,t),templateHandler(e,f,b,k,m,p,h,y),""])}}])})();function chunkIdsHandler(e){var t=_0x1fc96b;return Template[t(437)](e[t(439)].map(function(e){var n=t;return""[n(382)](JSON[n(502)](e),n(455))})[t(494)](",\n"))}function withHmrHandler(e,n,t,r,a){return _0x1fc96b(369)}function withHmrManifestHandler(e,n){var t=_0x1fc96b;return e?Template[t(360)]([""[t(382)](RuntimeGlobals[t(412)],t(423))[t(382)](n[t(493)]("",['if (typeof fetch === "undefined") throw new Error("No browser support: need fetch API");',t(492)[t(382)](RuntimeGlobals[t(473)]," + ").concat(RuntimeGlobals.getUpdateManifestFilename,t(471))[t(382)](n[t(493)]("response",[t(451),t(367)+t(385),"return response.json();"]),");")]),";")]):"// no HMR manifest"}function templateHandler(e,n,t,r,a,o,l,i){var u=_0x1fc96b;return Template[u(360)](["",u(359),u(444),Template[u(437)](["var chunkIds = data[0];","var moreModules = data[1];",e,n,u(509),'// then flag all "chunkIds" as loaded and fire callback',t,"for(;i < chunkIds.length; i++) {",Template.indent([u(464),u(443)[u(382)](OBJ_HASOWNPROP,u(422))+u(497),r,"}",u(504)]),"}",u(425),Template[u(437)]([u(443).concat(OBJ_HASOWNPROP,u(431)),u(467),"}"]),"}","if(parentJsonpFunction) parentJsonpFunction(data);",a,u(413),Template.indent(u(376)),"}",o?Template[u(360)](["",u(379),u(386),"",u(474),u(430)]):""]),"};",'var jsonpArray = global["'[u(382)](l,u(358)).concat(l,u(440))+u(402)+u(391)+u(453)+"\n var parentJsonpFunction = oldJsonpFunction;",o?Template.asString(["function checkDeferredModules() {",Template[u(437)](["var result;","for(var i = 0; i < deferredModules.length; i++) {",i,"}","","return result;"]),"}"]):""])}function withLoadingHandler(e,n,t,r,a,o,l){var i=_0x1fc96b;return e?Template[i(360)](["".concat(t,i(426))[i(382)](r[i(493)](i(381),!1!==n?Template.indent([i(449),i(371)[i(382)](RuntimeGlobals.hasOwnProperty)+i(469),'if(installedChunkData !== 0) { // 0 means "already installed".',Template[i(437)](["",i(503),i(501),Template.indent([i(461)]),"} else {",Template[i(437)]([!0===n?i(470):i(443)[i(382)](n(i(491)),i(417)),Template[i(437)]([i(374),i(394)[i(382)](r.basicFunction(i(403),[i(511)+i(441)]),");"),i(404),"","// start chunk loading",i(484)[i(382)](RuntimeGlobals[i(473)]," + ")+""[i(382)](RuntimeGlobals[i(454)],"(chunkId);"),i(459)[i(382)](r[i(493)]("",[i(443)[i(382)](RuntimeGlobals[i(389)],"(installedChunks, chunkId)) {"),Template[i(437)](["installedChunkData = installedChunks[chunkId];","if(installedChunkData !== 0) "+i(399),i(407)]),"}"]),";"),a[i(499)]("",o)]),i(380),"",l?i(446)+i(445):"// no HMR"]),"}"]),"}"]):Template[i(437)](["installedChunks[chunkId] = 0;","",l?i(446)+"promises.push(loadUpdateChunk(chunkId));":i(369)])),";")]):i(373)}module.exports=JsonpChunkLoadingRuntimeModule;
|
|
1
|
+
var _0xaec79c=_0x4f37;function _typeof(e){var n=_0x4f37;return(_typeof=n(502)==typeof Symbol&&n(508)==typeof Symbol[n(529)]?function(e){return typeof e}:function(e){var t=n;return e&&t(502)==typeof Symbol&&e[t(468)]===Symbol&&e!==Symbol[t(476)]?t(508):typeof e})(e)}function _createForOfIteratorHelper(e,t){var n,r,a,o,l=_0x4f37,i="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(i)return a=!(r=!0),{s:function(){i=i[l(601)](e)},n:function(){var e=l,t=i.next();return r=t[e(603)],t},e:function(e){a=!0,n=e},f:function(){try{r||null==i.return||i.return()}finally{if(a)throw n}}};if(Array[l(479)](e)||(i=_unsupportedIterableToArray(e))||t&&e&&l(450)==typeof e.length)return i&&(e=i),o=0,{s:t=function(){},n:function(){return o>=e[l(451)]?{done:!0}:{done:!1,value:e[o++]}},e:function(e){throw e},f:t};throw new TypeError(l(462))}function _unsupportedIterableToArray(e,t){var n,r=_0x4f37;if(e)return r(534)==typeof e?_arrayLikeToArray(e,t):"Map"===(n="Object"===(n={}[r(484)][r(601)](e)[r(540)](8,-1))&&e[r(468)]?e[r(468)][r(443)]:n)||r(546)===n?Array[r(498)](e):r(454)===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/[r(463)](n)?_arrayLikeToArray(e,t):void 0}function _0x4f37(e,t){var n=_0x2673();return(_0x4f37=function(e,t){return n[e-=439]})(e,t)}function _0x2673(){var e=["concat","done","map","installedChunks[chunkId] = null;","// run deferred modules when all chunks ready","if(response.status === 404) return; // no update available",".call(installedChunks, chunkId) ","name","writable","hooks","prefetchChunks.forEach(function(chunkId) {","ids","if(installedChunks[chunkId] === undefined) {",'if (typeof fetch === "undefined") throw new Error("No browser support: need fetch API");',"number","length","} else {",'var jsonpArray = global["',"Arguments","// install a JSONP callback for chunk loading","outputOptions","default","deferredModule[0]);","5BUYUde","getChildIdsByOrdersMap","exports","Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.","test","result = ","var url = ","var chunkIds = data[0];","installedChunks[chunkId] = 0;","constructor","indent",'// a Promise means "currently loading".',"if(parentJsonpFunction) parentJsonpFunction(data);","if(currentUpdateChunks && currentUpdateChunks[chunkId]) ","value","if(installedChunkData) {","hmrDownloadManifest","prototype","if(true) { // all chunks have JS","if(!response.ok) ","isArray","if(installedChunkData !== 0) ","groupsIterable","defineProperty","92SpNnqc","toString","406NZmFMR","response","var promise = new Promise(","3042580FcSdKw","&& installedChunks[chunkId]) {",'"] = global["',"// add entry modules from loaded chunk to deferred list","// setup Promise in chunk cache","if(","jsonp chunk loading","getChunkConditionMap","this hasn't been initialised - super() hasn't been called","// JSONP chunk loading for javascript","from","Super expression must either be null or a function","chunkId = chunkIds[i];","linkPrefetch","function","deferredModules.splice(i--, 1);","resolve, reject","for(;i < chunkIds.length; i++) {","hmrDownloadUpdateHandlers","requireFn","symbol",'// then flag all "chunkIds" as loaded and fire callback',"\n jsonpArray.push = webpackJsonpCallback;\n jsonpArray = jsonpArray.slice();","__webpack_modules__[moduleId] = moreModules[moduleId];","for(var j = 1; j < deferredModule.length; j++) {","// no HMR","webpack/lib/RuntimeModule","valueOf","toPrimitive","hash","@@toPrimitive must return a primitive value.","webpack/lib/RuntimeGlobals","stringify","runtimeRequirements","asString","generate","25288sEpubk","promises.push(installedChunkData[2]);","// no chunk on demand loading","getUpdateManifestFilename","// start chunk loading","iterator","apply","while(resolves.length) {","var installedChunkData = ","var fulfilled = true;","string","resolves.shift()();","chunkId, promises","var moduleId, chunkId, i = 0, resolves = [];","construct","document.head.appendChild(link);","slice","jsonpScript",".call(moreModules, moduleId)) {","Cannot call a class as a function","var loadingEnded = ","for(var i = 0; i < deferredModules.length; i++) {","Set","configurable","return response.json();","var depId = deferredModule[j];",") {","linkPreload","runtimeTemplate","132289PlHVUK","if(fulfilled) {","getChunkScriptFilename","deferredModules.push.apply(deferredModules, executeModules || []);","keys","key",": 0",".s = ","promises.push(loadUpdateChunk(chunkId));"," = ","chunkGraph","124476uCRwyF"," + ","bind","return result;","function checkDeferredModules() {","webpack/lib/util/compileBooleanMatcher","create","webpack/lib/javascript/JavascriptModulesPlugin","basicFunction","});","enumerable","[resolve, reject];","()).then(","join","mainTemplate","setPrototypeOf","has","installedChunks[chunkId] = undefined;","__proto__","object","hasOwnProperty","\n for(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);","prefetch","377235LGPBxJ",'// add "moreModules" to the modules object,','if(installedChunkData !== 0) { // 0 means "already installed".',"ensureChunkHandlers","985494CMJmdg","chunk","26253JKZEty","return fetch(","STAGE_ATTACH","var deferredModule = deferredModules[i];","deferredPrefetch.push.apply(deferredPrefetch, prefetchChunks);","promises.push(installedChunkData[2] = promise);","// no HMR manifest","(installedChunks, chunkId)) {","call"];return(_0x2673=function(){return e})()}function _arrayLikeToArray(e,t){var n=_0x4f37;(null==t||t>e[n(451)])&&(t=e[n(451)]);for(var r=0,a=Array(t);r<t;r++)a[r]=e[r];return a}function _classCallCheck(e,t){var n=_0x4f37;if(!(e instanceof t))throw new TypeError(n(543))}function _defineProperties(e,t){for(var n=_0x4f37,r=0;r<t[n(451)];r++){var a=t[r];a[n(574)]=a.enumerable||!1,a[n(547)]=!0,n(473)in a&&(a[n(444)]=!0),Object[n(482)](e,_toPropertyKey(a[n(558)]),a)}}function _createClass(e,t,n){var r=_0x4f37;return t&&_defineProperties(e.prototype,t),n&&_defineProperties(e,n),Object[r(482)](e,r(476),{writable:!1}),e}function _toPropertyKey(e){e=_toPrimitive(e,_0x4f37(534));return"symbol"==_typeof(e)?e:e+""}function _toPrimitive(e,t){var n=_0x4f37;if(n(583)!=_typeof(e)||!e)return e;var r=e[Symbol[n(516)]];if(void 0===r)return(n(534)===t?String:Number)(e);r=r.call(e,t||n(457));if(n(583)!=_typeof(r))return r;throw new TypeError(n(518))}function _callSuper(e,t,n){var r=_0x4f37;return t=_getPrototypeOf(t),_possibleConstructorReturn(e,_isNativeReflectConstruct()?Reflect[r(538)](t,n||[],_getPrototypeOf(e)[r(468)]):t[r(530)](e,n))}function _possibleConstructorReturn(e,t){var n=_0x4f37;if(t&&("object"==_typeof(t)||n(502)==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return _assertThisInitialized(e)}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(_0x4f37(496));return e}function _isNativeReflectConstruct(){var e=_0x4f37;try{var t=!Boolean[e(476)][e(515)].call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(_isNativeReflectConstruct=function(){return!!t})()}function _getPrototypeOf(e){var t=_0x4f37;return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf[t(566)]():function(e){return e[t(582)]||Object.getPrototypeOf(e)})(e)}function _inherits(e,t){var n=_0x4f37;if("function"!=typeof t&&null!==t)throw new TypeError(n(499));e[n(476)]=Object[n(570)](t&&t[n(476)],{constructor:{value:e,writable:!0,configurable:!0}}),Object[n(482)](e,"prototype",{writable:!1}),t&&_setPrototypeOf(e,t)}function _setPrototypeOf(e,t){var n=_0x4f37;return(_setPrototypeOf=Object.setPrototypeOf?Object[n(579)].bind():function(e,t){return e[n(582)]=t,e})(e,t)}(()=>{for(var e=_0x4f37,t=_0x2673();;)try{if(132636==-parseInt(e(553))+parseInt(e(564))/2+parseInt(e(593))/3*(parseInt(e(483))/4)+parseInt(e(459))/5*(parseInt(e(591))/6)+-parseInt(e(485))/7*(-parseInt(e(524))/8)+-parseInt(e(587))/9+-parseInt(e(488))/10)break;t.push(t.shift())}catch(e){t.push(t.shift())}})();var RuntimeGlobals=require(_0xaec79c(519)),RuntimeModule=require(_0xaec79c(514)),Template=require("webpack/lib/Template"),_require=require(_0xaec79c(571)),chunkHasJs=_require.chunkHasJs,compileBooleanMatcher=require(_0xaec79c(569)),OBJ_HASOWNPROP="Object.prototype.hasOwnProperty",JsonpChunkLoadingRuntimeModule=(()=>{var _=_0xaec79c;function l(e,t,n,r){var a,o=_0x4f37;return _classCallCheck(this,l),(a=_callSuper(this,l,[o(494),RuntimeModule[o(595)]]))[o(521)]=e,a[o(541)]=t,a[o(551)]=n,a[o(501)]=r,a}return _inherits(l,RuntimeModule),_createClass(l,[{key:_(523),value:function(){var r=_,e=this.compilation,a=this[r(592)],t=this.jsonpScript,n=e[r(552)],o=e[r(563)],l=e[r(456)],i=e[r(578)],e=e[r(517)],u=RuntimeGlobals[r(590)],s=this.runtimeRequirements[r(580)](RuntimeGlobals[r(590)]),c=this[r(521)][r(580)](RuntimeGlobals[r(506)]),d=this[r(521)].has(RuntimeGlobals[r(475)]),o=o[r(495)](a,chunkHasJs),o=compileBooleanMatcher(o),f=(()=>{var e,t=r,n=_createForOfIteratorHelper(a[t(481)]);try{for(n.s();!(e=n.n())[t(603)];)if(1<e[t(473)].chunks[t(451)])return!0}catch(e){n.e(e)}finally{n.f()}return!1})(),p=(p=a[(h=r)(460)](!0)[h(586)])&&Object[h(557)](p)[h(451)],h=n[r(456)].chunkLoadingGlobal,m="",e=(p&&(m=f?r(597):(e=[r(439),i[r(445)][r(501)].call("",a,e),r(539)],Template.asString(["// chunk prefetching for javascript",r(446),Template[r(469)]([r(448),Template[r(469)](e),"}"]),r(573)]))),f?"var executeModules = data[2];":""),p=p?"var prefetchChunks = data[3] || [];":"",k=Template[r(469)]("resolves.push(installedChunks[chunkId][0]);"),y=r(537),b=Template[r(469)]([r(549),"if(installedChunks[depId] !== 0) fulfilled = false;"]),i=Template[r(469)]([r(503),r(464)[r(602)](i[r(507)],"(")[r(602)](i[r(507)],r(560))+r(458)]),b=Template[r(469)]([r(596),r(533),r(512),b,"}",r(554),i,"}"]);return Template[r(522)](["// object to store loaded and loading chunks","// undefined = chunk not loaded, null = chunk preloaded/prefetched","// Promise = chunk loading, 0 = chunk loaded","var installedChunks = {",chunkIdsHandler(a),"};","",withLoadingHandler(s,o,u,n,t,a,c),withHmrHandler(c,n,t,a,l),"",withHmrManifestHandler(d,n),templateHandler(e,p,y,k,m,f,h,b),""])}}])})();function chunkIdsHandler(e){var n=_0xaec79c;return Template.indent(e[n(447)][n(604)](function(e){var t=n;return""[t(602)](JSON[t(520)](e),t(559))})[n(577)](",\n"))}function withHmrHandler(e,t,n,r,a){return"// no HMR"}function withHmrManifestHandler(e,t){var n=_0xaec79c;return e?Template[n(522)]([""[n(602)](RuntimeGlobals[n(475)],n(562))[n(602)](t[n(572)]("",[n(449),n(594)[n(602)](RuntimeGlobals.publicPath,n(565)).concat(RuntimeGlobals[n(527)],n(576))[n(602)](t.basicFunction(n(486),[n(441),n(478)+'throw new Error("Failed to fetch update manifest " + response.statusText);',n(548)]),");")]),";")]):n(599)}function templateHandler(e,t,n,r,a,o,l,i){var u=_0xaec79c;return Template[u(522)](["",u(455),"function webpackJsonpCallback(data) {",Template[u(469)]([u(466),"var moreModules = data[1];",e,t,u(588),u(509),n,u(505),Template.indent([u(500),"if("[u(602)](OBJ_HASOWNPROP,u(442))+u(489),r,"}",u(467)]),"}","for(moduleId in moreModules) {",Template[u(469)](["if("[u(602)](OBJ_HASOWNPROP,u(542)),u(511),"}"]),"}",u(471),a,u(531),Template[u(469)](u(535)),"}",o?Template[u(522)](["",u(491),u(556),"",u(440),"return checkDeferredModules();"]):""]),"};",u(453)[u(602)](l,u(490))[u(602)](l,'"] || [];')+"\n var oldJsonpFunction = jsonpArray.push.bind(jsonpArray);"+u(510)+u(585)+"\n var parentJsonpFunction = oldJsonpFunction;",o?Template[u(522)]([u(568),Template[u(469)](["var result;",u(545),i,"}","",u(567)]),"}"]):""])}function withLoadingHandler(e,t,n,r,a,o,l){var i=_0xaec79c;return e?Template[i(522)]([""[i(602)](n,".j = ")[i(602)](r[i(572)](i(536),!1!==t?Template[i(469)]([i(497),i(532).concat(RuntimeGlobals[i(584)])+"(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;",i(589),Template[i(469)](["",i(470),i(474),Template[i(469)]([i(525)]),i(452),Template.indent([!0===t?i(477):i(493)[i(602)](t("chunkId"),i(550)),Template[i(469)]([i(492),i(487)[i(602)](r[i(572)](i(504),["installedChunkData = installedChunks[chunkId] = "+i(575)]),");"),i(598),"",i(528),i(465)[i(602)](RuntimeGlobals.publicPath,i(565))+""[i(602)](RuntimeGlobals[i(555)],"(chunkId);"),i(544).concat(r[i(572)]("",[i(493).concat(RuntimeGlobals[i(584)],i(600)),Template[i(469)](["installedChunkData = installedChunks[chunkId];",i(480)+i(581),"if(installedChunkData) return installedChunkData[1];"]),"}"]),";"),a.call("",o)]),"} else installedChunks[chunkId] = 0;","",l?i(472)+i(561):"// no HMR"]),"}"]),"}"]):Template.indent([i(467),"",l?"if(currentUpdateChunks && currentUpdateChunks[chunkId]) "+i(561):i(513)])),";")]):i(526)}module[_0xaec79c(461)]=JsonpChunkLoadingRuntimeModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _0x3a9af4=_0x5356;function _0x1d63(){var r=["1207794nryMKA","name","getEntryInfo","chunks","Set","values","next","from","test","162vdrweb","getModuleId","45283wZpDgl","slice","Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.","Object","356358nIWzWn","isArray","434771eqMYUo","toString","196330myPQlP","number","252WqUqnz","419353mmlKHh","undefined","length","push","iterator","@@iterator","value","filter","return","parentsIterable","getChunkEntryModulesWithChunkGroupIterable","call","2909236NhnYQp","entrypoints","concat","map","add","248hFyxIl","done","5RvYjNl","constructor","2uLNPye"];return(_0x1d63=function(){return r})()}function _slicedToArray(r,t){return _arrayWithHoles(r)||_iterableToArrayLimit(r,t)||_unsupportedIterableToArray(r,t)||_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 _0x5356(r,t){var e=_0x1d63();return(_0x5356=function(r,t){return e[r-=262]})(r,t)}function _iterableToArrayLimit(r,t){var e=_0x5356,n=null==r?null:e(292)!=typeof Symbol&&r[Symbol[e(295)]]||r["@@iterator"];if(null!=n){var a,o,u,i,l=[],f=!0,y=!1;try{if(u=(n=n[e(302)](r))[e(275)],0===t){if(Object(n)!==n)return;f=!1}else for(;!(f=(a=u[e(302)](n))[e(265)])&&(l[e(294)](a.value),l[e(293)]!==t);f=!0);}catch(r){y=!0,o=r}finally{try{if(!f&&null!=n.return&&(i=n[e(299)](),Object(i)!==i))return}finally{if(y)throw o}}return l}}function _arrayWithHoles(r){if(Array.isArray(r))return r}function _createForOfIteratorHelper(r,t){var e,n,a,o,u=_0x5356,i=u(292)!=typeof Symbol&&r[Symbol.iterator]||r[u(296)];if(i)return a=!(n=!0),{s:function(){i=i[u(302)](r)},n:function(){var r=u,t=i[r(275)]();return n=t[r(265)],t},e:function(r){a=!0,e=r},f:function(){var r=u;try{n||null==i[r(299)]||i.return()}finally{if(a)throw e}}};if(Array[u(285)](r)||(i=_unsupportedIterableToArray(r))||t&&r&&u(289)==typeof r[u(293)])return i&&(r=i),o=0,{s:t=function(){},n:function(){return o>=r[u(293)]?{done:!0}:{done:!1,value:r[o++]}},e:function(r){throw r},f:t};throw new TypeError(u(282))}function _unsupportedIterableToArray(r,t){var e,n=_0x5356;if(r)return"string"==typeof r?_arrayLikeToArray(r,t):(e={}[n(287)][n(302)](r)[n(281)](8,-1),"Map"===(e=n(283)===e&&r[n(267)]?r[n(267)][n(270)]:e)||n(273)===e?Array[n(276)](r):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/[n(277)](e)?_arrayLikeToArray(r,t):void 0)}function _arrayLikeToArray(r,t){(null==t||t>r[_0x5356(293)])&&(t=r.length);for(var e=0,n=Array(t);e<t;e++)n[e]=r[e];return n}(()=>{for(var r=_0x5356,t=_0x1d63();;)try{if(507879==+parseInt(r(286))*(-parseInt(r(268))/2)+parseInt(r(269))/3+parseInt(r(303))/4+-parseInt(r(266))/5*(-parseInt(r(284))/6)+-parseInt(r(280))/7*(-parseInt(r(264))/8)+-parseInt(r(278))/9*(-parseInt(r(288))/10)+-parseInt(r(291))/11*(parseInt(r(290))/12))break;t.push(t.shift())}catch(r){t.push(t.shift())}})();var getAllChunks=function(r){var t,e=_0x5356,n=new Set,a=new Set([r]),o=_createForOfIteratorHelper(a);try{for(o.s();!(t=o.n())[e(265)];){var u,i=t[e(297)],l=_createForOfIteratorHelper(i[e(272)]);try{for(l.s();!(u=l.n())[e(265)];){var f=u[e(297)];n[e(263)](f)}}catch(r){l.e(r)}finally{l.f()}var y,c=_createForOfIteratorHelper(i[e(300)]);try{for(c.s();!(y=c.n())[e(265)];){var s=y[e(297)];a[e(263)](s)}}catch(r){c.e(r)}finally{c.f()}}}catch(r){o.e(r)}finally{o.f()}return n};exports[_0x3a9af4(271)]=function(n,a){var o=_0x3a9af4;return Array[o(276)](n[o(301)](a))[o(262)](function(r){var t=o,r=_slicedToArray(r,2),e=r[0],r=r[1];return[n[t(279)](e)][t(305)](Array[t(276)](getAllChunks(r),function(r){return r.id})[t(298)](function(r){return r!==a.id}))})},exports.needEntryDeferringCode=function(r,t){var e,n=_0x3a9af4,a=_createForOfIteratorHelper(r[n(304)][n(274)]());try{for(a.s();!(e=a.n())[n(265)];){var o=e[n(297)];if(o.getRuntimeChunk()===t&&o.chunks.some(function(r){return r!==t}))return!0}}catch(r){a.e(r)}finally{a.f()}return!1};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _0x361dfd=_0x2461;function _typeof(e){var t=_0x2461;return(_typeof=t(534)==typeof Symbol&&t(547)==typeof Symbol[t(488)]?function(e){return typeof e}:function(e){var n=t;return e&&n(534)==typeof Symbol&&e[n(552)]===Symbol&&e!==Symbol[n(506)]?n(547):typeof e})(e)}function _classCallCheck(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,n){for(var t=_0x2461,r=0;r<n[t(522)];r++){var o=n[r];o.enumerable=o.enumerable||!1,o[t(518)]=!0,t(531)in o&&(o[t(519)]=!0),Object[t(530)](e,_toPropertyKey(o[t(557)]),o)}}function _createClass(e,n,t){var r=_0x2461;return n&&_defineProperties(e.prototype,n),t&&_defineProperties(e,t),Object[r(530)](e,r(506),{writable:!1}),e}function _toPropertyKey(e){var n=_0x2461,e=_toPrimitive(e,n(543));return n(547)==_typeof(e)?e:e+""}function _toPrimitive(e,n){var t=_0x2461;if(t(504)!=_typeof(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0===r)return(t(543)===n?String:Number)(e);r=r[t(526)](e,n||t(535));if(t(504)!=_typeof(r))return r;throw new TypeError(t(549))}(()=>{for(var e=_0x2461,n=_0xefdf();;)try{if(891858==+parseInt(e(517))*(parseInt(e(553))/2)+-parseInt(e(492))/3+-parseInt(e(539))/4*(parseInt(e(497))/5)+-parseInt(e(529))/6+parseInt(e(507))/7+-parseInt(e(528))/8+parseInt(e(508))/9)break;n.push(n.shift())}catch(e){n.push(n.shift())}})();var _require=require(_0x361dfd(501)),SyncWaterfallHook=_require.SyncWaterfallHook,_require2=require(_0x361dfd(533)),ConcatSource=_require2[_0x361dfd(521)],Compilation=require(_0x361dfd(525)),HotUpdateChunk=require(_0x361dfd(548)),RuntimeGlobal=require(_0x361dfd(541)),Template=require(_0x361dfd(511)),JavascriptModulesPlugin=require(_0x361dfd(482)),JsonpChunkLoadingRuntimeModule=require("./jsonpChunkLoadingRuntimeModule"),_require3=require(_0x361dfd(502)),getEntryInfo=_require3.getEntryInfo,needEntryDeferringCode=_require3[_0x361dfd(556)],compilationHooksMap=new WeakMap,JsonpTemplatePlugin=(()=>{function t(){_classCallCheck(this,t)}return _createClass(t,[{key:"apply",value:function(e){var n=_0x2461;e[n(545)][n(538)][n(554)](n(512),function(r){function o(e,n){var t=d;i.has(e)||(i[t(551)](e),n[t(551)](RuntimeGlobal[t(491)]),n.add(RuntimeGlobal[t(532)]),r[t(498)](e,new JsonpChunkLoadingRuntimeModule(n,a[t(500)],a.linkPreload,a[t(486)])))}var d=n,e=JavascriptModulesPlugin[d(489)](r),a=(e[d(499)][d(554)](d(512),function(e,n){var t=d,r=n[t(515)],o=n[t(546)],a=n[t(509)],i=r instanceof HotUpdateChunk?r:null,u=a.outputOptions[t(555)],l=new ConcatSource,p=o[t(485)](r),p=0<p.length&&Template.renderChunkRuntimeModules(p,n);return i?(n=a[t(483)][t(537)],l[t(551)](""[t(550)](u,"[").concat(JSON[t(542)](n),"](")),l.add(""[t(550)](JSON[t(542)](r.id),",")),l.add(e),p&&(l[t(551)](",\n"),l[t(551)](p)),l.add(")")):(l.add(e),a=0<(i=getEntryInfo(o,r))[t(522)]&&","[t(550)](JSON[t(542)](i)),(p||a)&&l[t(551)](a||",0"),p&&(l[t(551)](",\n"),l[t(551)](p))),l}),e[d(513)][d(554)](d(512),function(e,n,t){var r,o,a=d,i=t[a(546)],t=t[a(509)];e[a(524)]()||(r=(t=t[a(483)])[a(514)],o=t[a(537)],t=t[a(555)],i=JSON.stringify(getEntryInfo(i,e)),n.update(a(512)),n[a(493)]("1"),n[a(493)](i),n[a(493)](""[a(550)](r)),n[a(493)](""[a(550)](o)),n[a(493)](""[a(550)](t)))}),t[d(489)](r)),i=new WeakSet;r[d(545)].runtimeRequirementInTree[d(516)](RuntimeGlobal[d(487)])[d(554)](d(512),o),r[d(545)].runtimeRequirementInTree.for(RuntimeGlobal[d(540)])[d(554)](d(512),o),r[d(545)][d(510)][d(516)](RuntimeGlobal[d(520)])[d(554)](d(512),o),r[d(545)].runtimeRequirementInTree[d(516)](RuntimeGlobal.ensureChunkHandlers)[d(554)](d(512),function(e,n){n.add(RuntimeGlobal.publicPath),n.add(RuntimeGlobal.getChunkScriptFilename)}),r[d(545)][d(510)][d(516)](RuntimeGlobal.hmrDownloadUpdateHandlers).tap(d(512),function(e,n){var t=d;n[t(551)](RuntimeGlobal[t(496)]),n[t(551)](RuntimeGlobal[t(495)]),n.add(RuntimeGlobal[t(544)]),n[t(551)](RuntimeGlobal[t(527)]),n[t(551)](RuntimeGlobal[t(491)])}),r[d(545)][d(510)][d(516)](RuntimeGlobal[d(520)]).tap(d(512),function(e,n){var t=d;n[t(551)](RuntimeGlobal.publicPath),n[t(551)](RuntimeGlobal.getUpdateManifestFilename)}),r[d(545)][d(494)][d(554)](d(512),function(e,n){var t=d;needEntryDeferringCode(r,e)&&(n[t(551)](RuntimeGlobal.startup),n[t(551)](RuntimeGlobal[t(490)]),o(e,n),n[t(551)](RuntimeGlobal[t(536)]))})})}}],[{key:"getCompilationHooks",value:function(e){var n,t=_0x2461;if(e instanceof Compilation)return void 0===(n=compilationHooksMap[t(505)](e))&&(n={jsonpScript:new SyncWaterfallHook([t(503),t(515),"hash"]),linkPreload:new SyncWaterfallHook([t(503),t(515),t(484)]),linkPrefetch:new SyncWaterfallHook([t(503),t(515),t(484)])}),compilationHooksMap[t(523)](e,n),n;throw new TypeError("The 'compilation' argument must be an instance of Compilation")}}])})();function _0x2461(e,n){var t=_0xefdf();return(_0x2461=function(e,n){return t[e-=482]})(e,n)}function _0xefdf(){var e=["addRuntimeModule","renderChunk","jsonpScript","tapable","./jsonpHelpers","source","object","get","prototype","8457456lMGgab","8218566yewDRr","runtimeTemplate","runtimeRequirementInTree","webpack/lib/Template","JsonpTemplatePlugin","chunkHash","jsonpFunction","chunk","for","38037ZMpFAA","configurable","writable","hmrDownloadManifest","ConcatSource","length","set","hasRuntime","webpack/lib/Compilation","call","hmrModuleData","1146168sNLKeE","556470OXYaRM","defineProperty","value","hasOwnProperty","webpack-sources","function","default","require","hotUpdateFunction","thisCompilation","424148JjdejT","hmrDownloadUpdateHandlers","webpack/lib/RuntimeGlobals","stringify","string","moduleCache","hooks","chunkGraph","symbol","webpack/lib/HotUpdateChunk","@@toPrimitive must return a primitive value.","concat","add","constructor","52qLPHIV","tap","globalObject","needEntryDeferringCode","key","webpack/lib/javascript/JavascriptModulesPlugin","outputOptions","hash","getChunkRuntimeModulesInOrder","linkPrefetch","ensureChunkHandlers","iterator","getCompilationHooks","startupNoDefault","moduleFactoriesAddOnly","3084411OrHbYu","update","additionalTreeRuntimeRequirements","getChunkUpdateScriptFilename","publicPath","45NDrzZs"];return(_0xefdf=function(){return e})()}module.exports=JsonpTemplatePlugin;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _0xf5f3af=_0x1c15;function _0x1c15(e,r){var a=_0x3d87();return(_0x1c15=function(e,r){return a[e-=275]})(e,r)}(()=>{for(var e=_0x1c15,r=_0x3d87();;)try{if(492287==-parseInt(e(290))+-parseInt(e(287))/2*(parseInt(e(294))/3)+-parseInt(e(286))/4+-parseInt(e(278))/5+parseInt(e(295))/6*(-parseInt(e(276))/7)+-parseInt(e(301))/8+parseInt(e(277))/9)break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var _require=require(_0xf5f3af(293)),astParse=_require[_0xf5f3af(281)],traverse=_require[_0xf5f3af(285)],generate=_require[_0xf5f3af(298)],requireHandler=_require.requireHandler,_require2=require(_0xf5f3af(299)),configs=_require2[_0xf5f3af(296)],_require3=require("./common/beforeLoaderProcess"),getOwnerIndexJs=_require3[_0xf5f3af(279)],pathHandler=_require3[_0xf5f3af(288)],normalizePath=_require3[_0xf5f3af(300)];function requireLoader(e){var r,a,n,f,t=_0xf5f3af,s=this[t(297)];return this.addDependency(s),s=normalizePath(s),configs[t(292)][t(289)](s)?(r=astParse(e),a=this.options.manifest[t(283)]||{},n=this[t(275)][t(291)][t(284)],f=getOwnerIndexJs(s,n),s=requireHandler(pathHandler,s,n,f,a,!0),traverse(r,s),null==(n=generate(r))?void 0:n[t(282)]):e}function _0x3d87(){var e=["1528915zkxfWc","getOwnerIndexJs","exports","astParse","code","resolveAlias","subpackages","traverse","3868484hcWcnD","142ZGQvKr","pathHandler","has","920265KYiqHe","manifest","jsLoaderList","./js-parser/parser","12273UUrdku","4480662Cpuvzk","configs","resourcePath","generate","../common/config","normalizePath","6856976dTHdBP","options","7FoJGia","41218344cxqMLP"];return(_0x3d87=function(){return e})()}module[_0xf5f3af(280)]=requireLoader;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _0x4dee6e=_0x37d4;function _0x3df0(){var e=["restart","Run command result: ","run","' method","Start server failed: ","startServer","ASCF compiling...","getPrototypeOf","39772kPKjLa","567347kFhjKs","SIGINT","toString","defineProperty","constructor","relocated: ","15897nroard","req: ","/build/dist/","getProjectInfo","genDevServerCfg","902835yZhXjp","28gQThQW","apply","catch","exit","webpack-dev-server","projectPath","127.0.0.1","170pAFuQf","compiler done, start assembleAndInstallHap","app","compiler","path","_hasInstall","/ascf/ascf_build/","102xCrxGx","throw","forEach","18cppwwt","10392156DJgQhk","prototype","next","info","removeListener","replaceAll","startAbility","getLogger","port","dev-server","[object Generator]","done","_invoke","setPrototypeOf","HmrCompletedPlugin","use","relative","tap","url","../../common/log4js.js","create","watch","Stopping dev server","2585823SvBJOw","@@toStringTag","debug","concat","call","uninstallPkg","webpack-dev-server is not defined","value","displayName","3045704jlAdxO","Generator","../common/hdc-executor","error","SIGTERM","redirect","removePort","function","startsWith","toStringTag","return","67fwJRUH","serve","then","GeneratorFunction","assembleAndInstallHap"];return(_0x3df0=function(){return e})()}function _regenerator(){var v,_=_0x37d4,e=_(242)==typeof Symbol?Symbol:{},r=e.iterator||"@@iterator",t=e[_(244)]||_(314);function n(e,r,t,n){var o,a,i,c,u,s,l,f,d,g=_,r=r&&r[g(291)]instanceof b?r:b,r=Object[g(310)](r[g(291)]);return _regeneratorDefine2(r,g(302),(o=e,a=t,l=n||[],f=!1,d={p:s=0,n:0,v:v,a:p,f:p.bind(v,4),d:function(e,r){return i=e,c=0,u=v,d.n=r,h}},function(e,r,t){var n=_0x37d4;if(1<s)throw TypeError("Generator is already running");for(f&&1===r&&p(r,t),c=r,u=t;(x=c<2?v:u)||!f;){i||(c?c<3?(1<c&&(d.n=-1),p(c,u)):d.n=u:d.v=u);try{if(s=2,i){if(c||(e=n(292)),x=i[e]){if(!(x=x[n(317)](i,u)))throw TypeError("iterator result is not an object");if(!x[n(301)])return x;u=x.value,c<2&&(c=0)}else 1===c&&(x=i[n(245)])&&x[n(317)](i),c<2&&(u=TypeError("The iterator does not provide a '"+e+n(254)),c=1);i=v}else if((x=(f=d.n<0)?u:o[n(317)](a,d))!==h)break}catch(e){i=v,c=1,u=e}finally{s=1}}return{value:x,done:f}}),!0),r;function p(e,r){for(c=e,u=r,x=0;!f&&s&&!t&&x<l.length;x++){var t,n=l[x],o=d.p,a=n[2];3<e?(t=a===r)&&(u=n[(c=n[4])?5:c=3],n[4]=n[5]=v):n[0]<=o&&((t=e<2&&o<n[1])?(c=0,d.v=r,d.n=n[1]):o<a&&(t=e<3||n[0]>r||a<r)&&(n[4]=e,n[5]=r,d.n=a,c=0))}if(t||1<e)return h;throw f=!0,r}}var h={};function b(){}function o(){}function a(){}var x=Object[_(258)],e=[][r]?x(x([][r]())):(_regeneratorDefine2(x={},r,function(){return this}),x),i=a[_(291)]=b[_(291)]=Object.create(e);function c(e){var r=_;return Object[r(303)]?Object[r(303)](e,a):(e.__proto__=a,_regeneratorDefine2(e,t,r(249))),e[r(291)]=Object[r(310)](i),e}return o.prototype=a,_regeneratorDefine2(i,_(264),a),_regeneratorDefine2(a,_(264),o),o[_(321)]=_(249),_regeneratorDefine2(a,t,"GeneratorFunction"),_regeneratorDefine2(i),_regeneratorDefine2(i,t,_(236)),_regeneratorDefine2(i,r,function(){return this}),_regeneratorDefine2(i,_(262),function(){return _(300)}),(_regenerator=function(){return{w:n,m:c}})()}function _regeneratorDefine2(e,r,t,n){var a=_0x37d4,i=Object[a(263)];try{i({},"",{})}catch(e){i=0}(_regeneratorDefine2=function(e,r,t,n){var o=a;r?i?i(e,r,{value:t,enumerable:!n,configurable:!n,writable:!n}):e[r]=t:((n=function(r,t){_regeneratorDefine2(e,r,function(e){return this[_0x37d4(302)](r,t,e)})})(o(292),0),n("throw",1),n(o(245),2))})(e,r,t,n)}function asyncGeneratorStep(e,r,t,n,o,a,i){var c=_0x37d4;try{var u=e[a](i),s=u[c(320)]}catch(e){return void t(e)}u.done?r(s):Promise.resolve(s)[c(248)](n,o)}function _0x37d4(e,r){var t=_0x3df0();return(_0x37d4=function(e,r){return t[e-=235]})(e,r)}function _asyncToGenerator(u){return function(){var e=this,c=arguments;return new Promise(function(r,t){var n=_0x37d4,o=u[n(273)](e,c);function a(e){asyncGeneratorStep(o,r,t,a,i,n(292),e)}function i(e){asyncGeneratorStep(o,r,t,a,i,n(287),e)}a(void 0)})}}(()=>{for(var e=_0x37d4,r=_0x3df0();;)try{if(808465==-parseInt(e(246))*(parseInt(e(259))/2)+parseInt(e(313))/3+parseInt(e(272))/4*(-parseInt(e(271))/5)+-parseInt(e(286))/6*(-parseInt(e(266))/7)+parseInt(e(235))/8*(parseInt(e(289))/9)+-parseInt(e(279))/10*(-parseInt(e(260))/11)+parseInt(e(290))/12)break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var WebpackDevServer=require(_0x4dee6e(276)),_require=require("../../common/utils"),getProjectInfo=_require[_0x4dee6e(269)],execSafe=_require.execSafe,_require2=require(_0x4dee6e(237)),uninstallPkg=_require2[_0x4dee6e(318)],startAbility=_require2[_0x4dee6e(296)],assembleAndInstallHap=_require2[_0x4dee6e(250)],path=require(_0x4dee6e(283)),log4js=require(_0x4dee6e(309)),logger=log4js[_0x4dee6e(297)](_0x4dee6e(299)),portManager=require("./port-manager"),terminalCb=null;function reqRedirect(e,t){var n=_0x4dee6e,a=path[n(306)](getProjectInfo()[n(277)],e)[n(295)]("\\","/");return function(e,r){var o=n;return r||logger[o(238)](o(319)),r[o(282)].hooks[o(301)][o(307)](o(304),function(e){var r=o;e.hasErrors()||((e=t[r(247)]||t.watch&&t[r(253)]===r(251))&&!global[r(284)]&&(logger[r(293)](r(280)),assembleAndInstallHap(portManager),global[r(284)]=!0),e?startAbility():t[r(311)]&&t[r(253)]&&(e=execSafe(t[r(253)],{shell:!0}),logger.debug(r(252),String(e))))}),r[o(281)][o(305)](function(e,r,t){var n=o;if(e[n(308)][n(243)](n(268))||e.url[n(243)](n(285))||e[n(308)][n(243)]("/".concat(a)))return t();logger[n(315)](n(267)[n(316)](JSON.stringify(e.url)));t="/"[n(316)](a)[n(316)](e.url);logger.debug(n(265).concat(t)),r[n(240)](t)}),e}}global[_0x4dee6e(284)]=!1,exports[_0x4dee6e(270)]=function(e,r,t){var n=_0x4dee6e;return{devServer:{hot:!1,liveReload:!1,static:{directory:getProjectInfo().projectPath,publicPath:"/",watch:{ignored:[/node_modules/,/build/]}},watchFiles:["ascf/ascf_src/**/*"],devMiddleware:{writeToDisk:!0},client:!1,compress:!0,host:n(278),port:r,setupMiddlewares:reqRedirect(e,t)}}},exports[_0x4dee6e(256)]=(()=>{var n=_asyncToGenerator(_regenerator().m(function e(r,n,o){var a;return _regenerator().w(function(e){for(var t=_0x37d4;;)switch(e.n){case 0:return terminalCb&&["exit",t(261),t(239)][t(288)](function(e){process[t(294)](e,terminalCb)}),terminalCb=function(){var e=t;logger[e(293)](e(312)),(o[e(247)]||o.watch&&o[e(253)]===e(251))&&portManager[e(241)](),global[e(284)]&&(global[e(284)]=!1,uninstallPkg(),process[e(275)](0))},[t(275),"SIGINT",t(239)][t(288)](function(e){process.on(e,terminalCb)}),a=new WebpackDevServer(n,r),e.n=1,a.start().then(function(){var e=t;logger[e(293)]("Successfully started server on http://127.0.0.1:"[e(316)](n[e(298)])),logger[e(293)](e(257))})[t(274)](function(e){var r=t;logger[r(238)](r(255)[r(316)](e))});case 1:return e.a(2,a)}},e)}));return function(e,r,t){return n.apply(this,arguments)}})();
|