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