@atomicservice/ascf-toolkit 1.0.6-beta.4 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/lib/ascf-base/index.d.ts +2 -1
  2. package/lib/ascf-base/index.js +1 -1
  3. package/lib/ascf-common/index.d.ts +2 -0
  4. package/lib/ascf-common/index.js +1 -0
  5. package/lib/ascf-compiler/appjson-loader.js +1 -1
  6. package/lib/ascf-compiler/common/appjson-validator.js +1 -1
  7. package/lib/ascf-compiler/common/ascf-define.js +1 -1
  8. package/lib/ascf-compiler/common/beforeLoaderProcess.js +1 -1
  9. package/lib/ascf-compiler/common/css-runtime-api.js +1 -1
  10. package/lib/ascf-compiler/common/eventHappenHjs.js +1 -1
  11. package/lib/ascf-compiler/common/exp-utils.js +1 -1
  12. package/lib/ascf-compiler/common/hash-sum.js +1 -1
  13. package/lib/ascf-compiler/common/hdc-executor.js +1 -1
  14. package/lib/ascf-compiler/common/hjs-utils.js +1 -1
  15. package/lib/ascf-compiler/common/hxml-validator.js +1 -1
  16. package/lib/ascf-compiler/common/logUndefined.js +1 -1
  17. package/lib/ascf-compiler/common/manifest-handler.js +1 -1
  18. package/lib/ascf-compiler/common/manifest-manager.js +1 -1
  19. package/lib/ascf-compiler/common/merge-tpl-cmps.js +1 -1
  20. package/lib/ascf-compiler/common/packoptions-utils.js +1 -1
  21. package/lib/ascf-compiler/common/quick-generate-subpackage.js +1 -1
  22. package/lib/ascf-compiler/common/utils.js +1 -1
  23. package/lib/ascf-compiler/css-process-loader.js +1 -1
  24. package/lib/ascf-compiler/extract-loader.js +1 -1
  25. package/lib/ascf-compiler/hcss-loader.js +1 -1
  26. package/lib/ascf-compiler/hjs-loader.js +1 -1
  27. package/lib/ascf-compiler/hxml-loader.js +1 -1
  28. package/lib/ascf-compiler/js-parser/parser-babel.js +1 -1
  29. package/lib/ascf-compiler/js-parser/parser-swc.js +1 -1
  30. package/lib/ascf-compiler/js-parser/parser.js +1 -1
  31. package/lib/ascf-compiler/loader-utils.js +1 -1
  32. package/lib/ascf-compiler/path-process-loader.js +1 -1
  33. package/lib/ascf-compiler/plugin/before-loader-plugin.js +1 -1
  34. package/lib/ascf-compiler/plugin/copy-bundle-plugin.js +1 -1
  35. package/lib/ascf-compiler/plugin/dynamic-entry-plugin.js +1 -1
  36. package/lib/ascf-compiler/plugin/extConfig-plugin.js +1 -1
  37. package/lib/ascf-compiler/plugin/html-generator-plugin.js +1 -1
  38. package/lib/ascf-compiler/plugin/i18n-transform-plugin.js +1 -1
  39. package/lib/ascf-compiler/plugin/manifest-generator-plugin.js +1 -1
  40. package/lib/ascf-compiler/plugin/quick-service-build-plugin.js +1 -1
  41. package/lib/ascf-compiler/plugin/replace-module-id-plugin.js +1 -1
  42. package/lib/ascf-compiler/plugin/resource-plugin.js +1 -1
  43. package/lib/ascf-compiler/plugin/webpack-target/index.js +1 -1
  44. package/lib/ascf-compiler/plugin/webpack-target/jsonpChunkLoadingRuntimeModule.js +1 -1
  45. package/lib/ascf-compiler/plugin/webpack-target/jsonpHelpers.js +1 -1
  46. package/lib/ascf-compiler/plugin/webpack-target/jsonpTemplatePlugin.js +1 -1
  47. package/lib/ascf-compiler/require-loader.js +1 -1
  48. package/lib/ascf-compiler/server/dev-server.js +1 -1
  49. package/lib/ascf-compiler/server/port-manager.js +1 -1
  50. package/lib/ascf-compiler/swc-loader.js +1 -1
  51. package/lib/ascf-compiler/template/attr-utils.js +1 -1
  52. package/lib/ascf-compiler/template/implicit-model-config.js +1 -1
  53. package/lib/ascf-compiler/template/node-name-utils.js +1 -1
  54. package/lib/ascf-compiler/trustlist-hxml-verify-loader.js +1 -1
  55. package/lib/ascf-compiler/trustlist-js-verify-loader.js +1 -1
  56. package/lib/ascf-compiler/trustlist-verify/config.js +1 -1
  57. package/lib/ascf-compiler/trustlist-verify/utils.js +1 -1
  58. package/lib/ascf-compiler/trustlist-verify/verify-ignore-files.js +1 -1
  59. package/lib/ascf-compiler/vue-compiler/vue.bundle.js +1 -1
  60. package/lib/ascf-compiler/web.webpack.config.js +1 -1
  61. package/lib/ascf-converter/common/commonConfig.js +1 -1
  62. package/lib/ascf-converter/common/commonUtils.js +1 -1
  63. package/lib/ascf-converter/common/path-validator.js +1 -1
  64. package/lib/ascf-converter/common/textDocument.js +1 -1
  65. package/lib/ascf-converter/compiler-utils/parse5.bundle.js +1 -1
  66. package/lib/ascf-converter/convertManager.js +1 -1
  67. package/lib/ascf-converter/features/converter.js +1 -1
  68. package/lib/ascf-converter/features/fileHandle.js +1 -1
  69. package/lib/ascf-converter/features/transformReport.js +1 -1
  70. package/lib/ascf-converter/lib/apiadapter4alipay.js +1 -1
  71. package/lib/ascf-converter/parse/babelParser.js +1 -1
  72. package/lib/ascf-converter/parse/importVisitor.js +1 -1
  73. package/lib/ascf-converter/parse/wxssParser.js +1 -1
  74. package/lib/ascf-converter/report/js/index.js +1 -1
  75. package/lib/ascf-sign-tools/cli.js +1 -1
  76. package/lib/ascf-sign-tools/index.js +1 -1
  77. package/lib/bin/ascf.js +1 -1
  78. package/lib/commands/ascfbuild/index.js +1 -1
  79. package/lib/commands/build-npm/index.js +1 -1
  80. package/lib/commands/compile.js +1 -1
  81. package/lib/commands/convert.js +1 -1
  82. package/lib/commands/debugger/index.js +1 -1
  83. package/lib/commands/quickservice/index.js +1 -1
  84. package/lib/common/config.js +1 -1
  85. package/lib/common/constants.js +1 -1
  86. package/lib/common/log4js.js +1 -1
  87. package/lib/common/logger-plugin.js +1 -1
  88. package/lib/common/remove-strict-mode-plugin.js +1 -1
  89. package/lib/common/string-utils.js +1 -1
  90. package/lib/common/utils.js +1 -1
  91. package/lib/common/version-check.js +1 -1
  92. package/lib/index.js +1 -1
  93. package/package.json +12 -14
package/lib/bin/ascf.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- function _0x52bd(r,e){var o=_0x2a8f();return(_0x52bd=function(r,e){return o[r-=478]})(r,e)}var _0x450b80=_0x52bd,_require=((()=>{for(var r=_0x52bd,e=_0x2a8f();;)try{if(695631==+parseInt(r(503))+parseInt(r(498))/2+-parseInt(r(492))/3+parseInt(r(491))/4*(parseInt(r(485))/5)+parseInt(r(512))/6+-parseInt(r(501))/7*(parseInt(r(482))/8)+parseInt(r(506))/9*(-parseInt(r(494))/10))break;e.push(e.shift())}catch(r){e.push(e.shift())}})(),require(_0x450b80(488))),Command=_require[_0x450b80(514)],pkg=require(_0x450b80(508)),_require2=require(_0x450b80(487)),setLoggerConfig=_require2[_0x450b80(507)],convertCmd=require(_0x450b80(489)),compileCmd=require(_0x450b80(493)),buildNpmCmd=require(_0x450b80(480)),debuggerCmd=require("../commands/debugger"),ascfbuildCmd=require("../commands/ascfbuild"),quickserviceCmd=require("../commands/quickservice"),_require3=require("../common/constants.js"),BUILD_TARGET_QS=_require3.BUILD_TARGET_QS;function _0x2a8f(){var r=["option","version","992340lvdWDS","preAction","--debug","2069018xRvgyz","parse","1220612FMeCAo","debug","ascf toolkit convert and compile ascf project","1224495DPrORk","setLoggerConfig","../../package.json","includes","--targets","argv","4482726JHVuGV","logging","Command","_ascfDebug","opts","../commands/build-npm","Setting the log level","8JLRTkC","slice","forEach","3750280iyDCDw","--logging [level]","../common/log4js.js","commander","../commands/convert","hook","4FszLKE","3811107KWlNwm","../commands/compile","70CMcVLt","_ascfCliProgram"];return(_0x2a8f=function(){return r})()}global._supportLegacyHos=((r,e)=>{var o=_0x450b80,n=r.indexOf(o(510));return-1!==n&&(null==(e=r[n+1])?void 0:e[o(509)](BUILD_TARGET_QS))})(process[_0x450b80(511)][_0x450b80(483)](2));var program=new Command,cmds=[convertCmd,compileCmd,buildNpmCmd,debuggerCmd,ascfbuildCmd,quickserviceCmd];program[_0x450b80(497)](pkg[_0x450b80(497)]).description(_0x450b80(505))[_0x450b80(496)](_0x450b80(486),_0x450b80(481))[_0x450b80(496)](_0x450b80(500),"enable debug logging"),program[_0x450b80(490)](_0x450b80(499),function(){var r,e=_0x450b80;setLoggerConfig(null==(r=program[e(479)]())?void 0:r[e(513)]),global[e(495)]=program,global[e(478)]=!(null==(r=program[e(479)]())||!r[e(504)])}),cmds[_0x450b80(484)](function(r){return null==r?void 0:r.install(program)}),program[_0x450b80(502)](process[_0x450b80(511)]);
2
+ var _0xdb6fcd=_0x4bc4;function _0x3787(){var r=["ascf toolkit convert and compile ascf project","207594hCUVrD","../commands/quickservice","../ascf-common","version","setLoggerConfig","opts","12278eqLgne","731346VzeCsk","24vpdZkY","forEach","parse","637448JjITQD","argv","enable debug logging","option","--debug","_ascfCliProgram","_ascfDebug","preAction","_supportLegacyHos","../common/constants.js","126090XWnPoE","1830ptgACY","logging","description","../common/log4js.js","144yTZIFT","../../package.json","Command","--logging [level]","7278gqFFJw","../commands/convert","8XjqKQA","776088iCThGA","indexOf","../commands/compile","8gHGarm","includes"];return(_0x3787=function(){return r})()}function _0x4bc4(r,e){var d=_0x3787();return(_0x4bc4=function(r,e){return d[r-=422]})(r,e)}(()=>{for(var r=_0x4bc4,e=_0x3787();;)try{if(247730==-parseInt(r(425))*(parseInt(r(434))/2)+parseInt(r(428))/3+-parseInt(r(422))/4+-parseInt(r(450))/5*(-parseInt(r(458))/6)+-parseInt(r(439))/7*(parseInt(r(460))/8)+-parseInt(r(454))/9*(-parseInt(r(449))/10)+parseInt(r(435))/11*(-parseInt(r(436))/12))break;e.push(e.shift())}catch(r){e.push(e.shift())}})();var _require=require(_0xdb6fcd(430)),Command=_require[_0xdb6fcd(456)],pkg=require(_0xdb6fcd(455)),_require2=require(_0xdb6fcd(453)),setLoggerConfig=_require2[_0xdb6fcd(432)],convertCmd=require(_0xdb6fcd(459)),compileCmd=require(_0xdb6fcd(424)),buildNpmCmd=require("../commands/build-npm"),debuggerCmd=require("../commands/debugger"),ascfbuildCmd=require("../commands/ascfbuild"),quickserviceCmd=require(_0xdb6fcd(429)),_require3=require(_0xdb6fcd(448)),BUILD_TARGET_QS=_require3.BUILD_TARGET_QS,program=(global[_0xdb6fcd(447)]=((r,e)=>{var d=_0xdb6fcd,c=r[d(423)]("--targets");return-1!==c&&(null==(e=r[c+1])?void 0:e[d(426)](BUILD_TARGET_QS))})(process[_0xdb6fcd(440)].slice(2)),new Command),cmds=[convertCmd,compileCmd,buildNpmCmd,debuggerCmd,ascfbuildCmd,quickserviceCmd];program[_0xdb6fcd(431)](pkg.version)[_0xdb6fcd(452)](_0xdb6fcd(427)).option(_0xdb6fcd(457),"Setting the log level")[_0xdb6fcd(442)](_0xdb6fcd(443),_0xdb6fcd(441)),program.hook(_0xdb6fcd(446),function(){var r,e=_0xdb6fcd;setLoggerConfig(null==(r=program[e(433)]())?void 0:r[e(451)]),global[e(444)]=program,global[e(445)]=!(null==(r=program[e(433)]())||!r.debug)}),cmds[_0xdb6fcd(437)](function(r){return null==r?void 0:r.install(program)}),program[_0xdb6fcd(438)](process.argv);
@@ -1 +1 @@
1
- var _0x15bc29=_0x5383;function _0x5383(e,r){var n=_0x5c14();return(_0x5383=function(e,r){return n[e-=474]})(e,r)}function _0x5c14(){var e=["clean","displayName","done","next","defineProperty","command","exports","apply","chdir","3854500imlHNm","Generator","2701902TykKFt","1003430tXGdTu","iterator","-r, --projectRoot [projectRoot]","function","toStringTag","throw","then","select a device","14ixUZuT","' method","resolve","uninstall","prototype","1046245koHKiU","build","call","return","_invoke","3585952PVRmRu","bind","installDeps","action","toString","GeneratorFunction","[object Generator]","3xFULLA","installHap","getPrototypeOf","@@iterator","option","7236450jTZBWi","../../ascf-base","start","setPrototypeOf","@@toStringTag","create","Build ASCF project","The iterator does not provide a '","value","projectRoot","2AwZdzT","88WAnxVJ","Generator is already running","constructor","length","description","4128070RPtgdq"];return(_0x5c14=function(){return e})()}function _regenerator(){var g,h=_0x5383,e=h(527)==typeof Symbol?Symbol:{},r=e[h(525)]||h(493),n=e[h(528)]||h(499);function t(e,r,n,t){var o,a,i,c,u,f,s,p,l,_,v=h,r=r&&r[v(477)]instanceof y?r:y,r=Object[v(500)](r[v(477)]);return _regeneratorDefine2(r,v(482),(o=e,a=n,p=t||[],l=!1,_={p:s=0,n:0,v:g,a:d,f:d[(f=v)(484)](g,4),d:function(e,r){return i=e,c=0,u=g,_.n=r,b}},function(e,r,n){var t=f;if(1<s)throw TypeError(t(507));for(l&&1===r&&d(r,n),c=r,u=n;(x=c<2?g:u)||!l;){i||(c?c<3?(1<c&&(_.n=-1),d(c,u)):_.n=u:_.v=u);try{if(s=2,i){if(c||(e=t(515)),x=i[e]){if(!(x=x.call(i,u)))throw TypeError("iterator result is not an object");if(!x[t(514)])return x;u=x[t(503)],c<2&&(c=0)}else 1===c&&(x=i[t(481)])&&x[t(480)](i),c<2&&(u=TypeError(t(502)+e+t(474)),c=1);i=g}else if((x=(l=_.n<0)?u:o.call(a,_))!==b)break}catch(e){i=g,c=1,u=e}finally{s=1}}return{value:x,done:l}}),!0),r;function d(e,r){var n=f;for(c=e,u=r,x=0;!l&&s&&!t&&x<p[n(509)];x++){var t,o=p[x],a=_.p,i=o[2];3<e?(t=i===r)&&(u=o[(c=o[4])?5:c=3],o[4]=o[5]=g):o[0]<=a&&((t=e<2&&a<o[1])?(c=0,_.v=r,_.n=o[1]):a<i&&(t=e<3||o[0]>r||i<r)&&(o[4]=e,o[5]=r,_.n=i,c=0))}if(t||1<e)return b;throw l=!0,r}}var b={};function y(){}function o(){}function a(){}var x=Object[h(492)],e=[][r]?x(x([][r]())):(_regeneratorDefine2(x={},r,function(){return this}),x),i=a[h(477)]=y[h(477)]=Object[h(500)](e);function c(e){var r=h;return Object[r(498)]?Object[r(498)](e,a):(e.__proto__=a,_regeneratorDefine2(e,n,r(488))),e[r(477)]=Object[r(500)](i),e}return o.prototype=a,_regeneratorDefine2(i,h(508),a),_regeneratorDefine2(a,h(508),o),o[h(513)]=h(488),_regeneratorDefine2(a,n,"GeneratorFunction"),_regeneratorDefine2(i),_regeneratorDefine2(i,n,h(522)),_regeneratorDefine2(i,r,function(){return this}),_regeneratorDefine2(i,h(487),function(){return h(489)}),(_regenerator=function(){return{w:t,m:c}})()}function _regeneratorDefine2(e,r,n,t){var a=_0x5383,i=Object[a(516)];try{i({},"",{})}catch(e){i=0}(_regeneratorDefine2=function(e,r,n,t){var o=a;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._invoke(r,n,e)})})(o(515),0),t("throw",1),t("return",2))})(e,r,n,t)}function asyncGeneratorStep(e,r,n,t,o,a,i){var c=_0x5383;try{var u=e[a](i),f=u[c(503)]}catch(e){return void n(e)}u[c(514)]?r(f):Promise[c(475)](f)[c(530)](t,o)}function _asyncToGenerator(u){return function(){var e=this,c=arguments;return new Promise(function(r,n){var t=_0x5383,o=u[t(519)](e,c);function a(e){asyncGeneratorStep(o,r,n,a,i,t(515),e)}function i(e){asyncGeneratorStep(o,r,n,a,i,t(529),e)}a(void 0)})}}(()=>{for(var e=_0x5383,r=_0x5c14();;)try{if(602505==+parseInt(e(478))*(parseInt(e(505))/2)+-parseInt(e(490))/3*(parseInt(e(521))/4)+-parseInt(e(511))/5+parseInt(e(523))/6+parseInt(e(532))/7*(parseInt(e(483))/8)+-parseInt(e(495))/9+-parseInt(e(524))/10*(-parseInt(e(506))/11))break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var _require=require(_0x15bc29(496)),AscfBuilder=_require.AscfBuilder;module[_0x15bc29(518)]={install:function(e){function n(t){return r=_asyncToGenerator(_regenerator().m(function e(n){return _regenerator().w(function(e){for(var r=_0x5383;;)switch(e.n){case 0:n[r(504)]?process[r(520)](n[r(504)]):n[r(504)]=process.cwd(),new AscfBuilder(n).handle(t);case 1:return e.a(2)}},e)})),function(e){return r[_0x5383(519)](this,arguments)};var r}var t=_0x15bc29,o=e[t(517)](t(479))[t(510)](t(501));[t(485),"assembleHap",t(512)].forEach(function(e){var r=t;o[r(517)](e)[r(510)](e)[r(494)](r(526),r(504))[r(486)](n(e))}),[t(491),"assembleAndInstallHap",t(476),t(497)].forEach(function(e){var r=t;o[r(517)](e)[r(510)](e)[r(494)]("-r, --projectRoot [projectRoot]",r(504))[r(494)]("-t, --deviceId [deviceId]",r(531))[r(486)](n(e))})}};
1
+ var _0x472750=_0x4df3;function _regenerator(){var h,g=_0x4df3,e=g(110)==typeof Symbol?Symbol:{},r=e[g(140)]||"@@iterator",n=e.toStringTag||g(139);function t(e,r,n,t){var o,a,i,c,f,u,s,p,d,l,_=g,r=r&&r[_(133)]instanceof x?r:x,r=Object.create(r[_(133)]);return _regeneratorDefine2(r,"_invoke",(o=e,a=n,p=t||[],d=!1,l={p:s=0,n:0,v:h,a:v,f:v[(u=_)(151)](h,4),d:function(e,r){return i=e,c=0,f=h,l.n=r,y}},function(e,r,n){var t=u;if(1<s)throw TypeError(t(112));for(d&&1===r&&v(r,n),c=r,f=n;(b=c<2?h:f)||!d;){i||(c?c<3?(1<c&&(l.n=-1),v(c,f)):l.n=f:l.v=f);try{if(s=2,i){if(c||(e=t(142)),b=i[e]){if(!(b=b[t(155)](i,f)))throw TypeError(t(121));if(!b.done)return b;f=b[t(146)],c<2&&(c=0)}else 1===c&&(b=i[t(103)])&&b.call(i),c<2&&(f=TypeError(t(137)+e+t(104)),c=1);i=h}else if((b=(d=l.n<0)?f:o.call(a,l))!==y)break}catch(e){i=h,c=1,f=e}finally{s=1}}return{value:b,done:d}}),!0),r;function v(e,r){var n=u;for(c=e,f=r,b=0;!d&&s&&!t&&b<p[n(131)];b++){var t,o=p[b],a=l.p,i=o[2];3<e?(t=i===r)&&(f=o[(c=o[4])?5:c=3],o[4]=o[5]=h):o[0]<=a&&((t=e<2&&a<o[1])?(c=0,l.v=r,l.n=o[1]):a<i&&(t=e<3||o[0]>r||i<r)&&(o[4]=e,o[5]=r,l.n=i,c=0))}if(t||1<e)return y;throw d=!0,r}}var y={};function x(){}function o(){}function a(){}var b=Object[g(128)],e=[][r]?b(b([][r]())):(_regeneratorDefine2(b={},r,function(){return this}),b),i=a[g(133)]=x.prototype=Object.create(e);function c(e){var r=g;return Object[r(118)]?Object.setPrototypeOf(e,a):(e.__proto__=a,_regeneratorDefine2(e,n,r(154))),e[r(133)]=Object[r(109)](i),e}return o[g(133)]=a,_regeneratorDefine2(i,g(136),a),_regeneratorDefine2(a,g(136),o),o.displayName=g(154),_regeneratorDefine2(a,n,"GeneratorFunction"),_regeneratorDefine2(i),_regeneratorDefine2(i,n,g(141)),_regeneratorDefine2(i,r,function(){return this}),_regeneratorDefine2(i,g(123),function(){return g(117)}),(_regenerator=function(){return{w:t,m:c}})()}function _0x2d48(){var e=["return","' method","apply","build","chdir","assembleAndInstallHap","create","function","122740phyPhx","Generator is already running","../../ascf-base","603693YnlkQE","assembleHap","394906ILsDQy","[object Generator]","setPrototypeOf","-r, --projectRoot [projectRoot]","117870rOnRjS","iterator result is not an object","-t, --deviceId [deviceId]","toString","cwd","installDeps","AscfBuilder","command","getPrototypeOf","2390776AQKtrE","done","length","select a device","prototype","5XxHouS","Build ASCF project","constructor","The iterator does not provide a '","description","@@toStringTag","iterator","Generator","next","then","_invoke","option","value","forEach","894420ghHnKY","installHap","resolve","bind","projectRoot","throw","GeneratorFunction","call","action","850864GqIeZP"];return(_0x2d48=function(){return e})()}function _regeneratorDefine2(e,r,n,t){var a=Object.defineProperty;try{a({},"",{})}catch(e){a=0}(_regeneratorDefine2=function(e,r,n,t){var o=_0x4df3;r?a?a(e,r,{value:n,enumerable:!t,configurable:!t,writable:!t}):e[r]=n:((t=function(r,n){_regeneratorDefine2(e,r,function(e){return this[_0x4df3(144)](r,n,e)})})(o(142),0),t("throw",1),t(o(103),2))})(e,r,n,t)}function asyncGeneratorStep(e,r,n,t,o,a,i){var c=_0x4df3;try{var f=e[a](i),u=f[c(146)]}catch(e){return void n(e)}f[c(130)]?r(u):Promise[c(150)](u)[c(143)](t,o)}function _0x4df3(e,r){var n=_0x2d48();return(_0x4df3=function(e,r){return n[e-=101]})(e,r)}function _asyncToGenerator(f){return function(){var e=this,c=arguments;return new Promise(function(r,n){var t=_0x4df3,o=f[t(105)](e,c);function a(e){asyncGeneratorStep(o,r,n,a,i,t(142),e)}function i(e){asyncGeneratorStep(o,r,n,a,i,t(153),e)}a(void 0)})}}(()=>{for(var e=_0x4df3,r=_0x2d48();;)try{if(144601==+parseInt(e(111))+-parseInt(e(116))/2+-parseInt(e(114))/3+parseInt(e(148))/4+parseInt(e(134))/5*(parseInt(e(120))/6)+-parseInt(e(102))/7+parseInt(e(129))/8)break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var _require=require(_0x472750(113)),AscfBuilder=_require[_0x472750(126)];module.exports={install:function(e){function n(t){return r=_asyncToGenerator(_regenerator().m(function e(n){return _regenerator().w(function(e){for(var r=_0x4df3;;)switch(e.n){case 0:n[r(152)]?process[r(107)](n.projectRoot):n[r(152)]=process[r(124)](),new AscfBuilder(n).handle(t);case 1:return e.a(2)}},e)})),function(e){return r[_0x4df3(105)](this,arguments)};var r}var t=_0x472750,o=e[t(127)](t(106))[t(138)](t(135));[t(125),t(115),"clean"][t(147)](function(e){var r=t;o[r(127)](e).description(e)[r(145)]("-r, --projectRoot [projectRoot]","projectRoot")[r(101)](n(e))}),[t(149),t(108),"uninstall","start"].forEach(function(e){var r=t;o.command(e)[r(138)](e)[r(145)](r(119),r(152))[r(145)](r(122),r(132))[r(101)](n(e))})}};
@@ -1 +1 @@
1
- function _0xa7ab(){var e=["miniprogram","ascf_src","105IEimlo","@@toStringTag","Build ASCF npm dependencies to miniprogram_npm","package.json","prototype","[object Generator]","514164BAXNtu","value","6792zMOSKM","8yzegSC","The iterator does not provide a '","Generator","dependencies","' method","@@iterator","command","description","node_modules","done","throw","action","240692hhqkaF","info","All npm dependencies has been built.","apply","hasOwnProperty","join","resolve","25524170WGkftc","../../common/log4js","function","iterator result is not an object","error","toString","2235850gvSLZb","next","moveFiles","14009193DucqYq","bind","ascf","defineProperty"," not found in node_modules, please run npm install ","warn","getPrototypeOf","1952256zFTFOq","toStringTag","hasHxml","_invoke","then","concat","buildNpm","call","path","getLogger","344HWIHFy","Dependencies info not found.","length","return","setPrototypeOf","existsSync","GeneratorFunction","__proto__","displayName","create"];return(_0xa7ab=function(){return e})()}var _0x3a4123=_0x2b42;function _regenerator(){var b,d=_0x2b42,e=d(449)==typeof Symbol?Symbol:{},r=e.iterator||d(433),n=e[d(398)]||d(420);function t(e,r,n,t){var o,a,i,c,u,f,s,p,l,_,g=d,r=r&&r[g(423)]instanceof h?r:h,r=Object[g(416)](r.prototype);return _regeneratorDefine2(r,g(400),(o=e,a=n,p=t||[],l=!1,_={p:s=0,n:0,v:b,a:m,f:m[(f=g)(457)](b,4),d:function(e,r){return i=e,c=0,u=b,_.n=r,v}},function(e,r,n){var t=f;if(1<s)throw TypeError("Generator is already running");for(l&&1===r&&m(r,n),c=r,u=n;(y=c<2?b:u)||!l;){i||(c?c<3?(1<c&&(_.n=-1),m(c,u)):_.n=u:_.v=u);try{if(s=2,i){if(c||(e=t(454)),y=i[e]){if(!(y=y.call(i,u)))throw TypeError(t(450));if(!y[t(437)])return y;u=y.value,c<2&&(c=0)}else 1===c&&(y=i.return)&&y[t(404)](i),c<2&&(u=TypeError(t(429)+e+t(432)),c=1);i=b}else if((y=(l=_.n<0)?u:o[t(404)](a,_))!==v)break}catch(e){i=b,c=1,u=e}finally{s=1}}return{value:y,done:l}}),!0),r;function m(e,r){var n=f;for(c=e,u=r,y=0;!l&&s&&!t&&y<p[n(409)];y++){var t,o=p[y],a=_.p,i=o[2];3<e?(t=i===r)&&(u=o[(c=o[4])?5:c=3],o[4]=o[5]=b):o[0]<=a&&((t=e<2&&a<o[1])?(c=0,_.v=r,_.n=o[1]):a<i&&(t=e<3||o[0]>r||i<r)&&(o[4]=e,o[5]=r,_.n=i,c=0))}if(t||1<e)return v;throw l=!0,r}}var v={};function h(){}function o(){}function a(){}var y=Object[d(462)],e=[][r]?y(y([][r]())):(_regeneratorDefine2(y={},r,function(){return this}),y),i=a.prototype=h[d(423)]=Object.create(e);function c(e){var r=d;return Object[r(411)]?Object[r(411)](e,a):(e[r(414)]=a,_regeneratorDefine2(e,n,"GeneratorFunction")),e.prototype=Object[r(416)](i),e}return o[d(423)]=a,_regeneratorDefine2(i,"constructor",a),_regeneratorDefine2(a,"constructor",o),o[d(415)]="GeneratorFunction",_regeneratorDefine2(a,n,d(413)),_regeneratorDefine2(i),_regeneratorDefine2(i,n,d(430)),_regeneratorDefine2(i,r,function(){return this}),_regeneratorDefine2(i,d(452),function(){return d(424)}),(_regenerator=function(){return{w:t,m:c}})()}function _regeneratorDefine2(e,r,n,t){var a=_0x2b42,i=Object[a(459)];try{i({},"",{})}catch(e){i=0}(_regeneratorDefine2=function(e,r,n,t){var o=a;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[_0x2b42(400)](r,n,e)})})(o(454),0),t(o(438),1),t(o(410),2))})(e,r,n,t)}function _0x2b42(e,r){var n=_0xa7ab();return(_0x2b42=function(e,r){return n[e-=397]})(e,r)}function asyncGeneratorStep(e,r,n,t,o,a,i){var c=_0x2b42;try{var u=e[a](i),f=u[c(426)]}catch(e){return void n(e)}u[c(437)]?r(f):Promise[c(446)](f)[c(401)](t,o)}function _asyncToGenerator(u){return function(){var e=this,c=arguments;return new Promise(function(r,n){var t=_0x2b42,o=u[t(443)](e,c);function a(e){asyncGeneratorStep(o,r,n,a,i,t(454),e)}function i(e){asyncGeneratorStep(o,r,n,a,i,t(438),e)}a(void 0)})}}(()=>{for(var e=_0x2b42,r=_0xa7ab();;)try{if(878776==+parseInt(e(440))+-parseInt(e(407))/2*(-parseInt(e(427))/3)+-parseInt(e(397))/4+parseInt(e(453))/5+-parseInt(e(425))/6*(-parseInt(e(419))/7)+-parseInt(e(428))/8*(-parseInt(e(456))/9)+-parseInt(e(447))/10)break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var _require=require("../../common/utils"),readJsonFile=_require.readJsonFile,hasHxml=_require[_0x3a4123(399)],moveFiles=_require[_0x3a4123(455)],path=require(_0x3a4123(405)),fs=require("fs"),log4js=require(_0x3a4123(448)),logger=log4js[_0x3a4123(406)](_0x3a4123(403));function buildMiniProgramNpm(e){var r=_0x3a4123,n=readJsonFile(path[r(445)](e,"ascf","ascf_src","package.json"));if(n==={})logger[r(461)](r(408));else{if(n[r(431)])for(var t in n[r(431)])if(Object[r(423)][r(444)][r(404)](n[r(431)],t)){var o=path[r(445)](e,r(458),r(418),"miniprogram_npm",t);if(!fs.existsSync(o)){var a=path[r(445)](e,r(458),r(418),r(436),t);if(!fs[r(412)](a))return void logger[r(451)]("".concat(t,r(460))[r(402)](t,"."));hasHxml(a)&&(t=readJsonFile(path[r(445)](a,r(422)))[r(417)],moveFiles(t?path[r(445)](a,t):a,o))}}logger[r(441)](r(442))}}function buildNpm(e){var r=_0x3a4123;try{buildMiniProgramNpm(e)}catch(e){logger[r(451)]("Error: ascf buildNpm error: "[r(402)](e,"."))}}module.exports={buildNpm:buildNpm,install:function(e){var n,r=_0x3a4123;e[r(434)]("buildNpm <projectRoot>")[r(435)](r(421))[r(439)]((n=_asyncToGenerator(_regenerator().m(function e(r,n){return _regenerator().w(function(e){for(;;)switch(e.n){case 0:buildNpm(r);case 1:return e.a(2)}},e)})),function(e,r){return n.apply(this,arguments)}))}};
1
+ var _0x5f4c46=_0x1d5b;function _0x4f17(){var e=["next","apply","path","Generator","getLogger","getPrototypeOf","description","toStringTag","prototype","' method","length"," not found in node_modules, please run npm install ","command","exports","existsSync","toString","join","throw","defineProperty","resolve","done","hasHxml","1107675GFjprv","_invoke","node_modules","8uGDAvq","Dependencies info not found.","displayName","ascf_src","iterator result is not an object","setPrototypeOf","moveFiles","bind","147670wijvZk","value","@@toStringTag","call","create","The iterator does not provide a '","2877860luHKCC","550101WXRjmO","Error: ascf buildNpm error: ","609hOBJfp","concat","232nFxcVN","action","119982bGSmNq","hasOwnProperty","iterator","error","3431240vFhmHU","return","dependencies","[object Generator]","Build ASCF npm dependencies to miniprogram_npm","constructor","GeneratorFunction","22jHrudS","8970300BwZGXl","All npm dependencies has been built.","@@iterator","package.json","miniprogram","info","miniprogram_npm","then","ascf","../../common/utils"];return(_0x4f17=function(){return e})()}function _regenerator(){var m,v=_0x1d5b,e="function"==typeof Symbol?Symbol:{},r=e[v(401)]||v(413),n=e[v(428)]||v(388);function t(e,r,n,t){var o,i,a,c,f,u,s,p,l,_,d=v,r=r&&r[d(429)]instanceof h?r:h,r=Object[d(390)](r[d(429)]);return _regeneratorDefine2(r,"_invoke",(o=e,i=n,p=t||[],l=!1,_={p:s=0,n:0,v:m,a:g,f:g[(u=d)(385)](m,4),d:function(e,r){return a=e,c=0,f=m,_.n=r,b}},function(e,r,n){var t=u;if(1<s)throw TypeError("Generator is already running");for(l&&1===r&&g(r,n),c=r,f=n;(x=c<2?m:f)||!l;){a||(c?c<3?(1<c&&(_.n=-1),g(c,f)):_.n=f:_.v=f);try{if(s=2,a){if(c||(e=t(421)),x=a[e]){if(!(x=x.call(a,f)))throw TypeError(t(382));if(!x.done)return x;f=x[t(387)],c<2&&(c=0)}else 1===c&&(x=a[t(404)])&&x.call(a),c<2&&(f=TypeError(t(391)+e+t(430)),c=1);a=m}else if((x=(l=_.n<0)?f:o[t(389)](i,_))!==b)break}catch(e){a=m,c=1,f=e}finally{s=1}}return{value:x,done:l}}),!0),r;function g(e,r){var n=u;for(c=e,f=r,x=0;!l&&s&&!t&&x<p[n(431)];x++){var t,o=p[x],i=_.p,a=o[2];3<e?(t=a===r)&&(f=o[(c=o[4])?5:c=3],o[4]=o[5]=m):o[0]<=i&&((t=e<2&&i<o[1])?(c=0,_.v=r,_.n=o[1]):i<a&&(t=e<3||o[0]>r||a<r)&&(o[4]=e,o[5]=r,_.n=a,c=0))}if(t||1<e)return b;throw l=!0,r}}var b={};function h(){}function o(){}function i(){}var x=Object[v(426)],e=[][r]?x(x([][r]())):(_regeneratorDefine2(x={},r,function(){return this}),x),a=i[v(429)]=h[v(429)]=Object[v(390)](e);function c(e){var r=v;return Object[r(383)]?Object[r(383)](e,i):(e.__proto__=i,_regeneratorDefine2(e,n,r(409))),e[r(429)]=Object[r(390)](a),e}return o.prototype=i,_regeneratorDefine2(a,v(408),i),_regeneratorDefine2(i,v(408),o),o[v(380)]="GeneratorFunction",_regeneratorDefine2(i,n,"GeneratorFunction"),_regeneratorDefine2(a),_regeneratorDefine2(a,n,v(424)),_regeneratorDefine2(a,r,function(){return this}),_regeneratorDefine2(a,v(436),function(){return v(406)}),(_regenerator=function(){return{w:t,m:c}})()}function _regeneratorDefine2(e,r,n,t){var i=_0x1d5b,a=Object[i(439)];try{a({},"",{})}catch(e){a=0}(_regeneratorDefine2=function(e,r,n,t){var o=i;r?a?a(e,r,{value:n,enumerable:!t,configurable:!t,writable:!t}):e[r]=n:((t=function(r,n){_regeneratorDefine2(e,r,function(e){return this[_0x1d5b(444)](r,n,e)})})(o(421),0),t(o(438),1),t(o(404),2))})(e,r,n,t)}function _0x1d5b(e,r){var n=_0x4f17();return(_0x1d5b=function(e,r){return n[e-=378]})(e,r)}function asyncGeneratorStep(e,r,n,t,o,i,a){var c=_0x1d5b;try{var f=e[i](a),u=f.value}catch(e){return void n(e)}f[c(441)]?r(u):Promise[c(440)](u)[c(418)](t,o)}function _asyncToGenerator(f){return function(){var e=this,c=arguments;return new Promise(function(r,n){var t=_0x1d5b,o=f[t(422)](e,c);function i(e){asyncGeneratorStep(o,r,n,i,a,t(421),e)}function a(e){asyncGeneratorStep(o,r,n,i,a,t(438),e)}i(void 0)})}}(()=>{for(var e=_0x1d5b,r=_0x4f17();;)try{if(974369==-parseInt(e(393))+parseInt(e(392))/2+parseInt(e(443))/3+parseInt(e(397))/4*(-parseInt(e(386))/5)+parseInt(e(399))/6*(parseInt(e(395))/7)+parseInt(e(378))/8*(-parseInt(e(411))/9)+-parseInt(e(403))/10*(-parseInt(e(410))/11))break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var _require=require(_0x5f4c46(420)),readJsonFile=_require.readJsonFile,hasHxml=_require[_0x5f4c46(442)],moveFiles=_require[_0x5f4c46(384)],path=require(_0x5f4c46(423)),fs=require("fs"),log4js=require("../../common/log4js"),logger=log4js[_0x5f4c46(425)]("buildNpm");function buildMiniProgramNpm(e){var r=_0x5f4c46,n=readJsonFile(path[r(437)](e,"ascf",r(381),"package.json"));if(n==={})logger.warn(r(379));else{if(n[r(405)])for(var t in n[r(405)])if(Object[r(429)][r(400)][r(389)](n[r(405)],t)){var o=path.join(e,"ascf",r(381),r(417),t);if(!fs[r(435)](o)){var i=path[r(437)](e,r(419),r(381),r(445),t);if(!fs[r(435)](i))return void logger[r(402)](""[r(396)](t,r(432))[r(396)](t,"."));hasHxml(i)&&(t=readJsonFile(path[r(437)](i,r(414)))[r(415)],moveFiles(t?path[r(437)](i,t):i,o))}}logger[r(416)](r(412))}}function buildNpm(e){var r=_0x5f4c46;try{buildMiniProgramNpm(e)}catch(e){logger.error(r(394).concat(e,"."))}}module[_0x5f4c46(434)]={buildNpm:buildNpm,install:function(e){var n,r=_0x5f4c46;e[r(433)]("buildNpm <projectRoot>")[r(427)](r(407))[r(398)]((n=_asyncToGenerator(_regenerator().m(function e(r,n){return _regenerator().w(function(e){for(;;)switch(e.n){case 0:buildNpm(r);case 1:return e.a(2)}},e)})),function(e,r){return n[_0x1d5b(422)](this,arguments)}))}};
@@ -1 +1 @@
1
- var _0x447456=_0x121f;function _0x47a6(){var e=["Clear build resource","46548WrigNt","Skip API and components validator, default is true","p12 File Path for ","99aVSnaK","BUILD_TARGET_QS","GeneratorFunction","42dNmanM","--targets [buildTarget]","262048TWvWYI","select a device to start hot reload","--qs-host-pkg [pkg]","Run command on changes been watched","@@iterator","--analyzeBundle","option","../common/constants.js","bind","Build targets, atomicservice and ","resolve","concat","@@toStringTag","__proto__","-w, --watch","description","then","Generator is already running","2722385HoByba","--templateHoist","Compile ascf project","create","constructor","Generator","[object Generator]","The iterator does not provide a '","analyze bundle","exports","compile <projectRoot>","4378tShkdj","Disable subpackages, default is true for development, false for production","iterator","Password of the p12 file for ","apply","getPrototypeOf","compile","--sign-private-key-path [path]","Show build progress","Use swc parser, default is babel parser","Host package for ","9nncwRB","--deviceId [deviceId]","--devtool [type]","--sign-public-key-path [path]","prototype","next","_supportLegacyHos","--skipApiValidator [flag]","_invoke","-r, --run [command]","--sign-profile-path [path]","Start dev-server","-p, --progress","Hoist template to page scope, default is true when have base.hxml","../index","call","value","return","53112IINKoZ","length","439556muIoTP","Sign public key path for ","--disableSubpackages [true or false]","--swc","640770FvcFtJ","' method","--serve","setPrototypeOf","628002qURgkp","throw","--sign-pwd [pwd]","8SzArFG"];return(_0x47a6=function(){return e})()}function _regenerator(){var v,h=_0x121f,e="function"==typeof Symbol?Symbol:{},r=e[h(237)]||h(210),t=e.toStringTag||h(218);function n(e,r,t,n){var o,a,i,c,u,s,p,f,l,_,d=h,r=r&&r[d(250)]instanceof y?r:y,r=Object.create(r.prototype);return _regeneratorDefine2(r,d(254),(o=e,a=t,f=n||[],l=!1,_={p:p=0,n:0,v:v,a:g,f:g[(s=d)(214)](v,4),d:function(e,r){return i=e,c=0,u=v,_.n=r,m}},function(e,r,t){var n=s;if(1<p)throw TypeError(n(223));for(l&&1===r&&g(r,t),c=r,u=t;(b=c<2?v:u)||!l;){i||(c?c<3?(1<c&&(_.n=-1),g(c,u)):_.n=u:_.v=u);try{if(p=2,i){if(c||(e=n(251)),b=i[e]){if(!(b=b[n(261)](i,u)))throw TypeError("iterator result is not an object");if(!b.done)return b;u=b[n(262)],c<2&&(c=0)}else 1===c&&(b=i[n(263)])&&b.call(i),c<2&&(u=TypeError(n(231)+e+n(190)),c=1);i=v}else if((b=(l=_.n<0)?u:o[n(261)](a,_))!==m)break}catch(e){i=v,c=1,u=e}finally{p=1}}return{value:b,done:l}}),!0),r;function g(e,r){var t=s;for(c=e,u=r,b=0;!l&&p&&!n&&b<f[t(265)];b++){var n,o=f[b],a=_.p,i=o[2];3<e?(n=i===r)&&(u=o[(c=o[4])?5:c=3],o[4]=o[5]=v):o[0]<=a&&((n=e<2&&a<o[1])?(c=0,_.v=r,_.n=o[1]):a<i&&(n=e<3||o[0]>r||i<r)&&(o[4]=e,o[5]=r,_.n=i,c=0))}if(n||1<e)return m;throw l=!0,r}}var m={};function y(){}function o(){}function a(){}var b=Object[h(240)],e=[][r]?b(b([][r]())):(_regeneratorDefine2(b={},r,function(){return this}),b),i=a.prototype=y.prototype=Object.create(e);function c(e){var r=h;return Object[r(192)]?Object[r(192)](e,a):(e[r(219)]=a,_regeneratorDefine2(e,t,r(203))),e[r(250)]=Object[r(227)](i),e}return o[h(250)]=a,_regeneratorDefine2(i,h(228),a),_regeneratorDefine2(a,"constructor",o),o.displayName="GeneratorFunction",_regeneratorDefine2(a,t,h(203)),_regeneratorDefine2(i),_regeneratorDefine2(i,t,h(229)),_regeneratorDefine2(i,r,function(){return this}),_regeneratorDefine2(i,"toString",function(){return h(230)}),(_regenerator=function(){return{w:n,m:c}})()}function _regeneratorDefine2(e,r,t,n){var a=Object.defineProperty;try{a({},"",{})}catch(e){a=0}(_regeneratorDefine2=function(e,r,t,n){var o=_0x121f;r?a?a(e,r,{value:t,enumerable:!n,configurable:!n,writable:!n}):e[r]=t:((n=function(r,t){_regeneratorDefine2(e,r,function(e){return this[_0x121f(254)](r,t,e)})})(o(251),0),n("throw",1),n(o(263),2))})(e,r,t,n)}function asyncGeneratorStep(e,r,t,n,o,a,i){var c=_0x121f;try{var u=e[a](i),s=u[c(262)]}catch(e){return void t(e)}u.done?r(s):Promise[c(216)](s)[c(222)](n,o)}function _asyncToGenerator(u){return function(){var e=this,c=arguments;return new Promise(function(r,t){var n=_0x121f,o=u[n(239)](e,c);function a(e){asyncGeneratorStep(o,r,t,a,i,n(251),e)}function i(e){asyncGeneratorStep(o,r,t,a,i,n(194),e)}a(void 0)})}}(()=>{for(var e=_0x121f,r=_0x47a6();;)try{if(578585==-parseInt(e(266))+-parseInt(e(264))/2*(-parseInt(e(201))/3)+parseInt(e(196))/4*(parseInt(e(224))/5)+-parseInt(e(193))/6*(-parseInt(e(204))/7)+parseInt(e(206))/8*(parseInt(e(246))/9)+-parseInt(e(270))/10+parseInt(e(235))/11*(-parseInt(e(198))/12))break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var _require=require(_0x447456(213)),BUILD_TARGET_QS=_require[_0x447456(202)];function _0x121f(e,r){var t=_0x47a6();return(_0x121f=function(e,r){return t[e-=190]})(e,r)}module[_0x447456(233)]={install:function(e){var t,r=_0x447456,e=e.command(r(234))[r(221)](r(226))[r(212)](r(258),r(243))[r(212)](r(220),"Watch run for changes")[r(212)]("-m, --mode","Environment, empty is production, -m is development")[r(212)]("-c, --clear",r(197))[r(212)](r(255),r(209))[r(212)](r(269),r(244))[r(212)](r(248),"sourcemap type, default is eval-cheap-source-map")[r(212)](r(268),r(236))[r(212)](r(211),r(232),!1)[r(212)](r(225),r(259))[r(212)](r(253),r(199))[r(212)](r(191),r(257)).option(r(247),r(207))[r(212)](r(205),r(215)[r(217)](BUILD_TARGET_QS));global[r(252)]&&e.option(r(208),r(245)[r(217)](BUILD_TARGET_QS)).option(r(242),"Sign private key path for "[r(217)](BUILD_TARGET_QS)).option(r(249),r(267)[r(217)](BUILD_TARGET_QS))[r(212)](r(195),r(238)[r(217)](BUILD_TARGET_QS))[r(212)](r(256),r(200)[r(217)](BUILD_TARGET_QS)),e.action((t=_asyncToGenerator(_regenerator().m(function e(t,n){return _regenerator().w(function(e){for(var r=_0x121f;;)switch(e.n){case 0:return e.n=1,require(r(260))[r(241)](t,n);case 1:return e.a(2)}},e)})),function(e,r){return t[_0x121f(239)](this,arguments)}))}};
1
+ var _0x2653e7=_0x2924;function _0x2ea9(){var e=["iterator result is not an object","--skipApiValidator [flag]","length","apply","--swc","exports","Environment, empty is production, -m is development","-c, --clear","getPrototypeOf","GeneratorFunction","create","--devtool [type]","option","command","359287YaoYoh","Generator is already running","--targets [buildTarget]","defineProperty","--disableSubpackages [true or false]","21122200WWDyYv","BUILD_TARGET_QS","call","1123731yKIsud","24vghgND","sourcemap type, default is eval-cheap-source-map","compile <projectRoot>","@@toStringTag","constructor","Host package for ","next","done","Compile ascf project","10459904nRVLtn","--sign-public-key-path [path]","prototype","iterator","_invoke","action","364555ivvGAp","--sign-pwd [pwd]","@@iterator","bind","--analyzeBundle","Generator","--deviceId [deviceId]","displayName","3418408CnoOTu","Password of the p12 file for ","Disable subpackages, default is true for development, false for production","_supportLegacyHos","--serve","value","description","Clear build resource","then","Run command on changes been watched","__proto__","Watch run for changes","[object Generator]","-m, --mode","Hoist template to page scope, default is true when have base.hxml","-r, --run [command]","Use swc parser, default is babel parser","../common/constants.js","../index","-p, --progress","concat","Sign private key path for ","compile","Sign public key path for ","Build targets, atomicservice and ","setPrototypeOf","--sign-private-key-path [path]","1504396yhUWqS","The iterator does not provide a '","p12 File Path for ","resolve"];return(_0x2ea9=function(){return e})()}function _0x2924(e,r){var t=_0x2ea9();return(_0x2924=function(e,r){return t[e-=101]})(e,r)}function _regenerator(){var g,h=_0x2924,e="function"==typeof Symbol?Symbol:{},r=e[h(158)]||h(163),t=e.toStringTag||h(149);function n(e,r,t,n){var o,a,i,c,u,s,p,f,l,_,v=h,r=r&&r[v(157)]instanceof m?r:m,r=Object[v(133)](r[v(157)]);return _regeneratorDefine2(r,v(159),(o=e,a=t,f=n||[],l=!1,_={p:p=0,n:0,v:g,a:d,f:d[(s=v)(164)](g,4),d:function(e,r){return i=e,c=0,u=g,_.n=r,y}},function(e,r,t){var n=s;if(1<p)throw TypeError(n(138));for(l&&1===r&&d(r,t),c=r,u=t;(b=c<2?g:u)||!l;){i||(c?c<3?(1<c&&(_.n=-1),d(c,u)):_.n=u:_.v=u);try{if(p=2,i){if(b=i[e=c?e:"next"]){if(!(b=b.call(i,u)))throw TypeError(n(123));if(!b[n(153)])return b;u=b[n(174)],c<2&&(c=0)}else 1===c&&(b=i.return)&&b[n(144)](i),c<2&&(u=TypeError(n(120)+e+"' method"),c=1);i=g}else if((b=(l=_.n<0)?u:o.call(a,_))!==y)break}catch(e){i=g,c=1,u=e}finally{p=1}}return{value:b,done:l}}),!0),r;function d(e,r){var t=s;for(c=e,u=r,b=0;!l&&p&&!n&&b<f[t(125)];b++){var n,o=f[b],a=_.p,i=o[2];3<e?(n=i===r)&&(u=o[(c=o[4])?5:c=3],o[4]=o[5]=g):o[0]<=a&&((n=e<2&&a<o[1])?(c=0,_.v=r,_.n=o[1]):a<i&&(n=e<3||o[0]>r||i<r)&&(o[4]=e,o[5]=r,_.n=i,c=0))}if(n||1<e)return y;throw l=!0,r}}var y={};function m(){}function o(){}function a(){}var b=Object[h(131)],e=[][r]?b(b([][r]())):(_regeneratorDefine2(b={},r,function(){return this}),b),i=a.prototype=m.prototype=Object[h(133)](e);function c(e){var r=h;return Object[r(117)]?Object.setPrototypeOf(e,a):(e[r(102)]=a,_regeneratorDefine2(e,t,r(132))),e[r(157)]=Object[r(133)](i),e}return o[h(157)]=a,_regeneratorDefine2(i,h(150),a),_regeneratorDefine2(a,h(150),o),o[h(168)]=h(132),_regeneratorDefine2(a,t,h(132)),_regeneratorDefine2(i),_regeneratorDefine2(i,t,h(166)),_regeneratorDefine2(i,r,function(){return this}),_regeneratorDefine2(i,"toString",function(){return h(104)}),(_regenerator=function(){return{w:n,m:c}})()}function _regeneratorDefine2(e,r,t,n){var a=_0x2924,i=Object[a(140)];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[_0x2924(159)](r,t,e)})})(o(152),0),n("throw",1),n("return",2))})(e,r,t,n)}function asyncGeneratorStep(e,r,t,n,o,a,i){var c=_0x2924;try{var u=e[a](i),s=u.value}catch(e){return void t(e)}u[c(153)]?r(s):Promise[c(122)](s)[c(177)](n,o)}function _asyncToGenerator(u){return function(){var e=this,c=arguments;return new Promise(function(r,t){var n=_0x2924,o=u[n(126)](e,c);function a(e){asyncGeneratorStep(o,r,t,a,i,n(152),e)}function i(e){asyncGeneratorStep(o,r,t,a,i,"throw",e)}a(void 0)})}}(()=>{for(var e=_0x2924,r=_0x2ea9();;)try{if(941473==+parseInt(e(137))+-parseInt(e(119))/2+-parseInt(e(145))/3+parseInt(e(169))/4+-parseInt(e(161))/5*(parseInt(e(146))/6)+-parseInt(e(155))/7+parseInt(e(142))/8)break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var _require=require(_0x2653e7(109)),BUILD_TARGET_QS=_require[_0x2653e7(143)];module[_0x2653e7(128)]={install:function(e){var t,r=_0x2653e7,e=e[r(136)](r(148))[r(175)](r(154)).option(r(111),"Show build progress").option("-w, --watch",r(103))[r(135)](r(105),r(129)).option(r(130),r(176))[r(135)](r(107),r(101)).option(r(127),r(108))[r(135)](r(134),r(147))[r(135)](r(141),r(171))[r(135)](r(165),"analyze bundle",!1).option("--templateHoist",r(106))[r(135)](r(124),"Skip API and components validator, default is true")[r(135)](r(173),"Start dev-server")[r(135)](r(167),"select a device to start hot reload")[r(135)](r(139),r(116).concat(BUILD_TARGET_QS));global[r(172)]&&e[r(135)]("--qs-host-pkg [pkg]",r(151)[r(112)](BUILD_TARGET_QS))[r(135)](r(118),r(113)[r(112)](BUILD_TARGET_QS)).option(r(156),r(115)[r(112)](BUILD_TARGET_QS))[r(135)](r(162),r(170)[r(112)](BUILD_TARGET_QS)).option("--sign-profile-path [path]",r(121)[r(112)](BUILD_TARGET_QS)),e[r(160)]((t=_asyncToGenerator(_regenerator().m(function e(t,n){return _regenerator().w(function(e){for(var r=_0x2924;;)switch(e.n){case 0:return e.n=1,require(r(110))[r(114)](t,n);case 1:return e.a(2)}},e)})),function(e,r){return t[_0x2924(126)](this,arguments)}))}};
@@ -1 +1 @@
1
- var _0x3c88ac=_0x44b8;function _0x5746(){var r=["next","exports","497784QJlmlE","The iterator does not provide a '","1257216NpbRPB","value","call","223710XESjTM","2149840tSsBmZ","Build targets, atomicservice and ","-o, --output <output-directory>","defineProperty","Generator","done","../common/constants.js","convert","Validate path","Generator is already running","setPrototypeOf","command","4jPuTCj","function","Not add todo for not supported api.","GeneratorFunction","[object Generator]","iterator","@@iterator","__proto__","apply","return","concat","displayName","Convert miniprogram project to ascf project","BUILD_TARGET_QS","_invoke","-va, --validate","constructor","284932rJTHsy","requiredOption","7bicsXp","toString","Clear convert output path","-notaddtodo, --notaddtodo","throw","prototype","toStringTag","option","219150oRSLzE","9iCRqGW","create","5219290RZYFFi"];return(_0x5746=function(){return r})()}function _regenerator(){var d,b=_0x44b8,r=b(456)==typeof Symbol?Symbol:{},e=r[b(460)]||b(461),t=r[b(429)]||"@@toStringTag";function n(r,e,t,n){var o,a,i,c,u,f,p,s,_,v=b,e=e&&e.prototype instanceof g?e:g,e=Object[v(433)](e[v(428)]);return _regeneratorDefine2(e,v(469),(o=r,a=t,p=n||[],s=!1,_={p:f=0,n:0,v:d,a:l,f:l.bind(d,4),d:function(r,e){return i=r,c=0,u=d,_.n=e,y}},function(r,e,t){var n=_0x44b8;if(1<f)throw TypeError(n(452));for(s&&1===e&&l(e,t),c=e,u=t;(h=c<2?d:u)||!s;){i||(c?c<3?(1<c&&(_.n=-1),l(c,u)):_.n=u:_.v=u);try{if(f=2,i){if(h=i[r=c?r:"next"]){if(!(h=h.call(i,u)))throw TypeError("iterator result is not an object");if(!h[n(448)])return h;u=h[n(440)],c<2&&(c=0)}else 1===c&&(h=i[n(464)])&&h[n(441)](i),c<2&&(u=TypeError(n(438)+r+"' method"),c=1);i=d}else if((h=(s=_.n<0)?u:o.call(a,_))!==y)break}catch(r){i=d,c=1,u=r}finally{f=1}}return{value:h,done:s}}),!0),e;function l(r,e){for(c=r,u=e,h=0;!s&&f&&!t&&h<p.length;h++){var t,n=p[h],o=_.p,a=n[2];3<r?(t=a===e)&&(u=n[(c=n[4])?5:c=3],n[4]=n[5]=d):n[0]<=o&&((t=r<2&&o<n[1])?(c=0,_.v=e,_.n=n[1]):o<a&&(t=r<3||n[0]>e||a<e)&&(n[4]=r,n[5]=e,_.n=a,c=0))}if(t||1<r)return y;throw s=!0,e}}var y={};function g(){}function o(){}function a(){}var h=Object.getPrototypeOf,r=[][e]?h(h([][e]())):(_regeneratorDefine2(h={},e,function(){return this}),h),i=a.prototype=g[b(428)]=Object[b(433)](r);function c(r){var e=b;return Object[e(453)]?Object[e(453)](r,a):(r[e(462)]=a,_regeneratorDefine2(r,t,e(458))),r[e(428)]=Object.create(i),r}return o[b(428)]=a,_regeneratorDefine2(i,b(471),a),_regeneratorDefine2(a,b(471),o),o[b(466)]="GeneratorFunction",_regeneratorDefine2(a,t,"GeneratorFunction"),_regeneratorDefine2(i),_regeneratorDefine2(i,t,b(447)),_regeneratorDefine2(i,e,function(){return this}),_regeneratorDefine2(i,b(424),function(){return b(459)}),(_regenerator=function(){return{w:n,m:c}})()}function _regeneratorDefine2(r,e,t,n){var a=_0x44b8,i=Object[a(446)];try{i({},"",{})}catch(r){i=0}(_regeneratorDefine2=function(r,e,t,n){var o=a;e?i?i(r,e,{value:t,enumerable:!n,configurable:!n,writable:!n}):r[e]=t:((n=function(e,t){_regeneratorDefine2(r,e,function(r){return this[_0x44b8(469)](e,t,r)})})(o(435),0),n(o(427),1),n("return",2))})(r,e,t,n)}function asyncGeneratorStep(r,e,t,n,o,a,i){var c=_0x44b8;try{var u=r[a](i),f=u.value}catch(r){return void t(r)}u[c(448)]?e(f):Promise.resolve(f).then(n,o)}function _asyncToGenerator(u){return function(){var r=this,c=arguments;return new Promise(function(e,t){var n=_0x44b8,o=u[n(463)](r,c);function a(r){asyncGeneratorStep(o,e,t,a,i,n(435),r)}function i(r){asyncGeneratorStep(o,e,t,a,i,"throw",r)}a(void 0)})}}function _0x44b8(r,e){var t=_0x5746();return(_0x44b8=function(r,e){return t[r-=421]})(r,e)}(()=>{for(var r=_0x44b8,e=_0x5746();;)try{if(264585==+parseInt(r(421))+parseInt(r(431))/2+-parseInt(r(442))/3*(parseInt(r(455))/4)+-parseInt(r(443))/5+parseInt(r(439))/6*(-parseInt(r(423))/7)+parseInt(r(437))/8*(parseInt(r(432))/9)+parseInt(r(434))/10)break;e.push(e.shift())}catch(r){e.push(e.shift())}})();var _require=require(_0x3c88ac(449)),BUILD_TARGET_QS=_require[_0x3c88ac(468)];module[_0x3c88ac(436)]={install:function(r){var e,t=_0x3c88ac;r[t(454)](t(450)).description(t(467))[t(422)]("-i, --input <input-directory>").requiredOption(t(445))[t(430)]("-c, --clear",t(425))[t(430)](t(470),t(451))[t(430)](t(426),t(457)).option("--targets [type]",t(444)[t(465)](BUILD_TARGET_QS)).action((e=_asyncToGenerator(_regenerator().m(function r(t){return _regenerator().w(function(r){for(var e=_0x44b8;;)switch(r.n){case 0:return r.n=1,require("../index")[e(450)](t);case 1:return r.a(2)}},r)})),function(r){return e.apply(this,arguments)}))}};
1
+ function _0x417d(){var r=["52742624rQgCNM","done","iterator result is not an object","then","constructor","GeneratorFunction","711907fwKYMY","1558232bdNPYr","value","BUILD_TARGET_QS","requiredOption","convert","[object Generator]","Generator is already running","return","Generator","-notaddtodo, --notaddtodo","function","Convert miniprogram project to ascf project","__proto__","5223624vdEITJ","_invoke","../index","toString","description","exports","Build targets, atomicservice and ","Not add todo for not supported api.","resolve","9NFEAWn","@@toStringTag","Clear convert output path","apply","concat","bind","The iterator does not provide a '","length","create","10goniIE","4409544nxmpWC","--targets [type]","10521736DktYMw","Validate path","call","prototype","throw","-o, --output <output-directory>","displayName","838MKizGN","iterator","10WfFmqm","@@iterator","getPrototypeOf","toStringTag","option","next","10521jRmQxm"];return(_0x417d=function(){return r})()}var _0x1ff46b=_0x1c65;function _regenerator(){var g,y=_0x1c65,r=y(283)==typeof Symbol?Symbol:{},e=r[y(258)]||y(260),t=r[y(262)]||y(296);function n(r,e,t,n){var o,a,i,c,u,f,p,s,_,d,v=y,e=e&&e[v(253)]instanceof h?e:h,e=Object[v(303)](e.prototype);return _regeneratorDefine2(e,v(287),(o=r,a=t,s=n||[],_=!1,d={p:p=0,n:0,v:g,a:l,f:l[(f=v)(300)](g,4),d:function(r,e){return i=r,c=0,u=g,d.n=e,x}},function(r,e,t){var n=f;if(1<p)throw TypeError(n(279));for(_&&1===e&&l(e,t),c=e,u=t;(b=c<2?g:u)||!_;){i||(c?c<3?(1<c&&(d.n=-1),l(c,u)):d.n=u:d.v=u);try{if(p=2,i){if(c||(r=n(264)),b=i[r]){if(!(b=b.call(i,u)))throw TypeError(n(268));if(!b.done)return b;u=b[n(274)],c<2&&(c=0)}else 1===c&&(b=i[n(280)])&&b[n(252)](i),c<2&&(u=TypeError(n(301)+r+"' method"),c=1);i=g}else if((b=(_=d.n<0)?u:o.call(a,d))!==x)break}catch(r){i=g,c=1,u=r}finally{p=1}}return{value:b,done:_}}),!0),e;function l(r,e){var t=f;for(c=r,u=e,b=0;!_&&p&&!n&&b<s[t(302)];b++){var n,o=s[b],a=d.p,i=o[2];3<r?(n=i===e)&&(u=o[(c=o[4])?5:c=3],o[4]=o[5]=g):o[0]<=a&&((n=r<2&&a<o[1])?(c=0,d.v=e,d.n=o[1]):a<i&&(n=r<3||o[0]>e||i<e)&&(o[4]=r,o[5]=e,d.n=i,c=0))}if(n||1<r)return x;throw _=!0,e}}var x={};function h(){}function o(){}function a(){}var b=Object[y(261)],r=[][e]?b(b([][e]())):(_regeneratorDefine2(b={},e,function(){return this}),b),i=a[y(253)]=h[y(253)]=Object[y(303)](r);function c(r){var e=y;return Object.setPrototypeOf?Object.setPrototypeOf(r,a):(r[e(285)]=a,_regeneratorDefine2(r,t,e(271))),r[e(253)]=Object[e(303)](i),r}return o[y(253)]=a,_regeneratorDefine2(i,y(270),a),_regeneratorDefine2(a,y(270),o),o[y(256)]=y(271),_regeneratorDefine2(a,t,y(271)),_regeneratorDefine2(i),_regeneratorDefine2(i,t,y(281)),_regeneratorDefine2(i,e,function(){return this}),_regeneratorDefine2(i,y(289),function(){return y(278)}),(_regenerator=function(){return{w:n,m:c}})()}function _regeneratorDefine2(r,e,t,n){var a=Object.defineProperty;try{a({},"",{})}catch(r){a=0}(_regeneratorDefine2=function(r,e,t,n){var o=_0x1c65;e?a?a(r,e,{value:t,enumerable:!n,configurable:!n,writable:!n}):r[e]=t:((n=function(e,t){_regeneratorDefine2(r,e,function(r){return this[_0x1c65(287)](e,t,r)})})("next",0),n(o(254),1),n(o(280),2))})(r,e,t,n)}function asyncGeneratorStep(r,e,t,n,o,a,i){var c=_0x1c65;try{var u=r[a](i),f=u[c(274)]}catch(r){return void t(r)}u[c(267)]?e(f):Promise[c(294)](f)[c(269)](n,o)}function _0x1c65(r,e){var t=_0x417d();return(_0x1c65=function(r,e){return t[r-=248]})(r,e)}function _asyncToGenerator(u){return function(){var r=this,c=arguments;return new Promise(function(e,t){var n=_0x1c65,o=u[n(298)](r,c);function a(r){asyncGeneratorStep(o,e,t,a,i,"next",r)}function i(r){asyncGeneratorStep(o,e,t,a,i,n(254),r)}a(void 0)})}}(()=>{for(var r=_0x1c65,e=_0x417d();;)try{if(894313==+parseInt(r(273))+parseInt(r(257))/2*(-parseInt(r(265))/3)+-parseInt(r(286))/4+-parseInt(r(259))/5*(parseInt(r(248))/6)+parseInt(r(272))/7+-parseInt(r(250))/8*(parseInt(r(295))/9)+parseInt(r(304))/10*(parseInt(r(266))/11))break;e.push(e.shift())}catch(r){e.push(e.shift())}})();var _require=require("../common/constants.js"),BUILD_TARGET_QS=_require[_0x1ff46b(275)];module[_0x1ff46b(291)]={install:function(r){var e,t=_0x1ff46b;r.command(t(277))[t(290)](t(284))[t(276)]("-i, --input <input-directory>")[t(276)](t(255))[t(263)]("-c, --clear",t(297))[t(263)]("-va, --validate",t(251))[t(263)](t(282),t(293))[t(263)](t(249),t(292)[t(299)](BUILD_TARGET_QS)).action((e=_asyncToGenerator(_regenerator().m(function r(t){return _regenerator().w(function(r){for(var e=_0x1c65;;)switch(r.n){case 0:return r.n=1,require(e(288))[e(277)](t);case 1:return r.a(2)}},r)})),function(r){return e[_0x1c65(298)](this,arguments)}))}};
@@ -1 +1 @@
1
- var _0x1154e6=_0x48f7;function _0x48f7(e,r){var t=_0x39d8();return(_0x48f7=function(e,r){return t[e-=256]})(e,r)}function _regenerator(){var l,b=_0x48f7,e=b(261)==typeof Symbol?Symbol:{},r=e[b(285)]||b(280),t=e[b(278)]||b(266);function n(e,r,t,n){var o,a,i,c,u,f,s,v,d,p,_=b,r=r&&r[_(257)]instanceof h?r:h,r=Object[_(283)](r[_(257)]);return _regeneratorDefine2(r,_(274),(o=e,a=t,v=n||[],d=!1,p={p:s=0,n:0,v:l,a:g,f:g[(f=_)(264)](l,4),d:function(e,r){return i=e,c=0,u=l,p.n=r,y}},function(e,r,t){var n=f;if(1<s)throw TypeError(n(258));for(d&&1===r&&g(r,t),c=r,u=t;(x=c<2?l:u)||!d;){i||(c?c<3?(1<c&&(p.n=-1),g(c,u)):p.n=u:p.v=u);try{if(s=2,i){if(x=i[e=c?e:"next"]){if(!(x=x[n(297)](i,u)))throw TypeError(n(306));if(!x[n(310)])return x;u=x[n(265)],c<2&&(c=0)}else 1===c&&(x=i.return)&&x[n(297)](i),c<2&&(u=TypeError(n(270)+e+n(314)),c=1);i=l}else if((x=(d=p.n<0)?u:o[n(297)](a,p))!==y)break}catch(e){i=l,c=1,u=e}finally{s=1}}return{value:x,done:d}}),!0),r;function g(e,r){for(c=e,u=r,x=0;!d&&s&&!t&&x<v.length;x++){var t,n=v[x],o=p.p,a=n[2];3<e?(t=a===r)&&(u=n[(c=n[4])?5:c=3],n[4]=n[5]=l):n[0]<=o&&((t=e<2&&o<n[1])?(c=0,p.v=r,p.n=n[1]):o<a&&(t=e<3||n[0]>r||a<r)&&(n[4]=e,n[5]=r,p.n=a,c=0))}if(t||1<e)return y;throw d=!0,r}}var y={};function h(){}function o(){}function a(){}var x=Object.getPrototypeOf,e=[][r]?x(x([][r]())):(_regeneratorDefine2(x={},r,function(){return this}),x),i=a.prototype=h.prototype=Object[b(283)](e);function c(e){var r=b;return Object[r(315)]?Object[r(315)](e,a):(e[r(289)]=a,_regeneratorDefine2(e,t,r(312))),e[r(257)]=Object[r(283)](i),e}return o[b(257)]=a,_regeneratorDefine2(i,"constructor",a),_regeneratorDefine2(a,b(273),o),o[b(259)]="GeneratorFunction",_regeneratorDefine2(a,t,b(312)),_regeneratorDefine2(i),_regeneratorDefine2(i,t,"Generator"),_regeneratorDefine2(i,r,function(){return this}),_regeneratorDefine2(i,b(275),function(){return"[object Generator]"}),(_regenerator=function(){return{w:n,m:c}})()}function _regeneratorDefine2(e,r,t,n){var a=Object.defineProperty;try{a({},"",{})}catch(e){a=0}(_regeneratorDefine2=function(e,r,t,n){var o=_0x48f7;r?a?a(e,r,{value:t,enumerable:!n,configurable:!n,writable:!n}):e[r]=t:((n=function(r,t){_regeneratorDefine2(e,r,function(e){return this._invoke(r,t,e)})})(o(313),0),n("throw",1),n("return",2))})(e,r,t,n)}function asyncGeneratorStep(e,r,t,n,o,a,i){var c=_0x48f7;try{var u=e[a](i),f=u.value}catch(e){return void t(e)}u.done?r(f):Promise[c(256)](f).then(n,o)}function _asyncToGenerator(c){return function(){var e=this,i=arguments;return new Promise(function(r,t){var n=c.apply(e,i);function o(e){asyncGeneratorStep(n,r,t,o,a,"next",e)}function a(e){asyncGeneratorStep(n,r,t,o,a,_0x48f7(304),e)}o(void 0)})}}(()=>{for(var e=_0x48f7,r=_0x39d8();;)try{if(276477==-parseInt(e(299))*(-parseInt(e(269))/2)+-parseInt(e(305))/3*(parseInt(e(263))/4)+-parseInt(e(262))/5+-parseInt(e(293))/6+parseInt(e(284))/7*(-parseInt(e(303))/8)+parseInt(e(268))/9+parseInt(e(296))/10*(parseInt(e(301))/11))break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var _require=require(_0x1154e6(294)),AscfDebugger=_require[_0x1154e6(288)];function _0x39d8(){var e=["displayName","start-service","function","2175480HyiBQq","160yQPQnw","bind","value","@@toStringTag","action","4382604UKwvkm","24ZSnLBT","The iterator does not provide a '","default","select a device to debug","constructor","_invoke","toString","status","command","toStringTag","apply","@@iterator","start","debugger","create","898065lggGRv","iterator","-t, --deviceId [deviceId]","exports","AscfDebugger","__proto__","-o, --open <browser>","bundleName of debugging project","option","3304524AHDmBF","../../ascf-base","-b, --bundleName [bundleName]","1002160OIeYac","call","start-view","35434TYKThH",'Open default browser, "default","chrome","edge"',"88notwms","forEach","24JxUVAL","throw","5001BsEbEi","iterator result is not an object","stop","handle","description","done","stop-service","GeneratorFunction","next","' method","setPrototypeOf","resolve","prototype","Generator is already running"];return(_0x39d8=function(){return e})()}module[_0x1154e6(287)]={install:function(e){function t(n){return r=_asyncToGenerator(_regenerator().m(function e(t){return _regenerator().w(function(e){for(var r=_0x48f7;;)switch(e.n){case 0:new AscfDebugger(t)[r(308)](n);case 1:return e.a(2)}},e)})),function(e){return r[_0x48f7(279)](this,arguments)};var r}var n=_0x1154e6,o=e[n(277)](n(282))[n(309)]("Start or stop debugger");[n(276)][n(302)](function(e){var r=n;o[r(277)](e).description(e)[r(292)](r(295),r(291))[r(292)]("-t, --deviceId [deviceId]","select a device to debug")[r(267)](t(e))}),[n(281),n(298),n(260)][n(302)](function(e){var r=n;o[r(277)](e)[r(309)](e)[r(292)](r(290),r(300),r(271))[r(292)](r(295),r(291)).option("-t, --deviceId [deviceId]",r(272))[r(267)](t(e))}),[n(307),"stop-view",n(311)][n(302)](function(e){var r=n;o[r(277)](e)[r(309)](e)[r(292)](r(295),r(291))[r(292)](r(286),"select a device to debug")[r(267)](t(e))})}};
1
+ var _0x53aae2=_0x503e;function _regenerator(){var d,t=_0x503e,e=t(199)==typeof Symbol?Symbol:{},r=e[t(221)]||t(212),n=e.toStringTag||t(205);function o(e,r,t,n){var o,a,i,c,u,f,s,p,g,v,r=r&&r.prototype instanceof b?r:b,r=Object.create(r.prototype);return _regeneratorDefine2(r,"_invoke",(o=e,a=t,p=n||[],g=!1,v={p:s=0,n:0,v:d,a:_,f:_[(f=_0x503e)(218)](d,4),d:function(e,r){return i=e,c=0,u=d,v.n=r,l}},function(e,r,t){var n=f;if(1<s)throw TypeError("Generator is already running");for(g&&1===r&&_(r,t),c=r,u=t;(y=c<2?d:u)||!g;){i||(c?c<3?(1<c&&(v.n=-1),_(c,u)):v.n=u:v.v=u);try{if(s=2,i){if(c||(e=n(198)),y=i[e]){if(!(y=y[n(226)](i,u)))throw TypeError(n(237));if(!y[n(225)])return y;u=y.value,c<2&&(c=0)}else 1===c&&(y=i[n(214)])&&y[n(226)](i),c<2&&(u=TypeError(n(215)+e+n(201)),c=1);i=d}else if((y=(g=v.n<0)?u:o[n(226)](a,v))!==l)break}catch(e){i=d,c=1,u=e}finally{s=1}}return{value:y,done:g}}),!0),r;function _(e,r){var t=f;for(c=e,u=r,y=0;!g&&s&&!n&&y<p[t(227)];y++){var n,o=p[y],a=v.p,i=o[2];3<e?(n=i===r)&&(u=o[(c=o[4])?5:c=3],o[4]=o[5]=d):o[0]<=a&&((n=e<2&&a<o[1])?(c=0,v.v=r,v.n=o[1]):a<i&&(n=e<3||o[0]>r||i<r)&&(o[4]=e,o[5]=r,v.n=i,c=0))}if(n||1<e)return l;throw g=!0,r}}var l={};function b(){}function a(){}function i(){}var y=Object[t(224)],e=[][r]?y(y([][r]())):(_regeneratorDefine2(y={},r,function(){return this}),y),c=i.prototype=b.prototype=Object[t(232)](e);function u(e){var r=t;return Object[r(236)]?Object[r(236)](e,i):(e[r(230)]=i,_regeneratorDefine2(e,n,r(242))),e[r(241)]=Object[r(232)](c),e}return a[t(241)]=i,_regeneratorDefine2(c,"constructor",i),_regeneratorDefine2(i,"constructor",a),a[t(238)]="GeneratorFunction",_regeneratorDefine2(i,n,t(242)),_regeneratorDefine2(c),_regeneratorDefine2(c,n,t(252)),_regeneratorDefine2(c,r,function(){return this}),_regeneratorDefine2(c,t(253),function(){return t(228)}),(_regenerator=function(){return{w:o,m:u}})()}function _0x4272(){var e=["toString","4NmYwfj","16602hOIQFq","824746tqBnSa","next","function","stop","' method","763kYyPIz","3647384QyztKZ","Start or stop debugger","@@toStringTag","option","action","description","forEach","-t, --deviceId [deviceId]","stop-service","@@iterator","throw","return","The iterator does not provide a '","command","then","bind","value","debugger","iterator","resolve","stop-view","getPrototypeOf","done","call","length","[object Generator]","../../ascf-base","__proto__","2024510JpkSgP","create","-b, --bundleName [bundleName]","status","414285IpQKNL","setPrototypeOf","iterator result is not an object","displayName","start-view","155660xXQyXd","prototype","GeneratorFunction","671kbOChE","417702UJlXBa","start-service","exports","default","_invoke","9dvlgdk","-o, --open <browser>","select a device to debug","Generator"];return(_0x4272=function(){return e})()}function _regeneratorDefine2(e,r,t,n){var a=Object.defineProperty;try{a({},"",{})}catch(e){a=0}(_regeneratorDefine2=function(e,r,t,n){var o=_0x503e;r?a?a(e,r,{value:t,enumerable:!n,configurable:!n,writable:!n}):e[r]=t:((n=function(r,t){_regeneratorDefine2(e,r,function(e){return this[_0x503e(248)](r,t,e)})})(o(198),0),n(o(213),1),n(o(214),2))})(e,r,t,n)}function asyncGeneratorStep(e,r,t,n,o,a,i){var c=_0x503e;try{var u=e[a](i),f=u[c(219)]}catch(e){return void t(e)}u[c(225)]?r(f):Promise[c(222)](f)[c(217)](n,o)}function _asyncToGenerator(c){return function(){var e=this,i=arguments;return new Promise(function(r,t){var n=c.apply(e,i);function o(e){asyncGeneratorStep(n,r,t,o,a,_0x503e(198),e)}function a(e){asyncGeneratorStep(n,r,t,o,a,_0x503e(213),e)}o(void 0)})}}(()=>{for(var e=_0x503e,r=_0x4272();;)try{if(234216==-parseInt(e(235))+-parseInt(e(197))/2+-parseInt(e(244))/3+parseInt(e(254))/4*(parseInt(e(231))/5)+-parseInt(e(196))/6*(-parseInt(e(202))/7)+-parseInt(e(203))/8*(parseInt(e(249))/9)+-parseInt(e(240))/10*(-parseInt(e(243))/11))break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var _require=require(_0x53aae2(229)),AscfDebugger=_require.AscfDebugger;function _0x503e(e,r){var t=_0x4272();return(_0x503e=function(e,r){return t[e-=196]})(e,r)}module[_0x53aae2(246)]={install:function(e){function t(t){return r=_asyncToGenerator(_regenerator().m(function e(r){return _regenerator().w(function(e){for(;;)switch(e.n){case 0:new AscfDebugger(r).handle(t);case 1:return e.a(2)}},e)})),function(e){return r.apply(this,arguments)};var r}var n=_0x53aae2,o=e[n(216)](n(220)).description(n(204));[n(234)].forEach(function(e){var r=n;o[r(216)](e)[r(208)](e).option(r(233),"bundleName of debugging project").option(r(210),r(251))[r(207)](t(e))}),["start",n(239),n(245)][n(209)](function(e){var r=n;o[r(216)](e)[r(208)](e)[r(206)](r(250),'Open default browser, "default","chrome","edge"',r(247))[r(206)](r(233),"bundleName of debugging project")[r(206)](r(210),"select a device to debug")[r(207)](t(e))}),[n(200),n(223),n(211)].forEach(function(e){var r=n;o[r(216)](e).description(e).option(r(233),"bundleName of debugging project")[r(206)](r(210),"select a device to debug").action(t(e))})}};
@@ -1 +1 @@
1
- var _0x2a74a7=_0x1a67;function _0x1a67(e,r){var n=_0x5795();return(_0x1a67=function(e,r){return n[e-=436]})(e,r)}function _regenerator(){var v,y=_0x1a67,e=y(511)==typeof Symbol?Symbol:{},r=e[y(441)]||y(471),n=e[y(506)]||y(460);function t(e,r,n,t){var a,i,o,c,s,u,f,g,p,h,_=y,r=r&&r[_(474)]instanceof P?r:P,r=Object[_(508)](r[_(474)]);return _regeneratorDefine2(r,_(449),(a=e,i=n,g=t||[],p=!1,h={p:f=0,n:0,v:v,a:l,f:l[(u=_)(496)](v,4),d:function(e,r){return o=e,c=0,s=v,h.n=r,d}},function(e,r,n){var t=u;if(1<f)throw TypeError(t(500));for(p&&1===r&&l(r,n),c=r,s=n;(x=c<2?v:s)||!p;){o||(c?c<3?(1<c&&(h.n=-1),l(c,s)):h.n=s:h.v=s);try{if(f=2,o){if(x=o[e=c?e:"next"]){if(!(x=x[t(516)](o,s)))throw TypeError(t(473));if(!x[t(494)])return x;s=x.value,c<2&&(c=0)}else 1===c&&(x=o[t(444)])&&x[t(516)](o),c<2&&(s=TypeError("The iterator does not provide a '"+e+t(461)),c=1);o=v}else if((x=(p=h.n<0)?s:a[t(516)](i,h))!==d)break}catch(e){o=v,c=1,s=e}finally{f=1}}return{value:x,done:p}}),!0),r;function l(e,r){var n=u;for(c=e,s=r,x=0;!p&&f&&!t&&x<g[n(507)];x++){var t,a=g[x],i=h.p,o=a[2];3<e?(t=o===r)&&(s=a[(c=a[4])?5:c=3],a[4]=a[5]=v):a[0]<=i&&((t=e<2&&i<a[1])?(c=0,h.v=r,h.n=a[1]):i<o&&(t=e<3||a[0]>r||o<r)&&(a[4]=e,a[5]=r,h.n=o,c=0))}if(t||1<e)return d;throw p=!0,r}}var d={};function P(){}function a(){}function i(){}var x=Object[y(488)],e=[][r]?x(x([][r]())):(_regeneratorDefine2(x={},r,function(){return this}),x),o=i[y(474)]=P.prototype=Object[y(508)](e);function c(e){var r=y;return Object[r(495)]?Object[r(495)](e,i):(e.__proto__=i,_regeneratorDefine2(e,n,r(517))),e[r(474)]=Object[r(508)](o),e}return a[y(474)]=i,_regeneratorDefine2(o,y(468),i),_regeneratorDefine2(i,y(468),a),a[y(492)]=y(517),_regeneratorDefine2(i,n,y(517)),_regeneratorDefine2(o),_regeneratorDefine2(o,n,"Generator"),_regeneratorDefine2(o,r,function(){return this}),_regeneratorDefine2(o,"toString",function(){return y(452)}),(_regenerator=function(){return{w:t,m:c}})()}function _regeneratorDefine2(e,r,n,t){var i=_0x1a67,o=Object[i(438)];try{o({},"",{})}catch(e){o=0}(_regeneratorDefine2=function(e,r,n,t){var a=i;r?o?o(e,r,{value:n,enumerable:!t,configurable:!t,writable:!t}):e[r]=n:((t=function(r,n){_regeneratorDefine2(e,r,function(e){return this[_0x1a67(449)](r,n,e)})})(a(453),0),t("throw",1),t(a(444),2))})(e,r,n,t)}function asyncGeneratorStep(e,r,n,t,a,i,o){var c=_0x1a67;try{var s=e[i](o),u=s.value}catch(e){return void n(e)}s[c(494)]?r(u):Promise[c(490)](u)[c(455)](t,a)}function _asyncToGenerator(s){return function(){var e=this,c=arguments;return new Promise(function(r,n){var t=_0x1a67,a=s[t(510)](e,c);function i(e){asyncGeneratorStep(a,r,n,i,o,t(453),e)}function o(e){asyncGeneratorStep(a,r,n,i,o,t(462),e)}i(void 0)})}}(()=>{for(var e=_0x1a67,r=_0x5795();;)try{if(725845==-parseInt(e(466))+parseInt(e(458))/2*(parseInt(e(475))/3)+-parseInt(e(480))/4+parseInt(e(465))/5*(parseInt(e(487))/6)+parseInt(e(476))/7+-parseInt(e(456))/8+-parseInt(e(501))/9)break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var fs=require("fs"),path=require(_0x2a74a7(486)),cachedir=require(_0x2a74a7(472)),signTools=require("../../ascf-sign-tools"),log4js=require("../../common/log4js"),logger=log4js[_0x2a74a7(436)]("ascf-sign-tools");function _0x5795(){var e=["join","3760636sqeoxx","generate-p12","mkdirSync","--sign-profile-path [path]","printFp","p12 File Path","path","678AQXDzn","getPrototypeOf","error","resolve","signPublicKeyPath","displayName","genCert","done","setPrototypeOf","bind","finally","description","-r, --projectRoot [projectRoot]","Generator is already running","3160332KunFgm","tmp sign dir ","sign/certificate.pem","genP12","action","toStringTag","length","create","concat","apply","function","certificate.pem","Sign public key path","sign/ascf-build.p12","--sign-public-key-path [path]","call","GeneratorFunction","getLogger","-i, --input <input-directory>","defineProperty","requiredOption","genCertAndP12 error","iterator","signProfilePath","catch","return","Sign tools to generate keypair, p12 file and view fingerprint","View Fingerprint","debug","rmSync","_invoke","existsSync","option","[object Generator]","next","input","then","7529760krBGIT","generate keypair","1154auCrOy","dirname","@@toStringTag","' method","throw","private.pem","signtools","17870oGGARU","30669ESEOqp","warn","constructor","sign/private.pem","ascf-cache-tmp-sign","@@iterator","cachedir","iterator result is not an object","prototype","6489TJcuNO","9359896nkJEpf","--sign-pwd [pwd]","command"];return(_0x5795=function(){return e})()}function ensureDir(e){var r=_0x2a74a7,e=path[r(459)](e);return fs.existsSync(e)||fs[r(482)](e,{recursive:!0}),e}function getParams(e){var r=_0x2a74a7,n=e.projectRoot,t=e.signPrivateKeyPath,a=e.signPublicKeyPath,i=e[r(442)],e=e.signPwd;return{signPrivateKeyPath:t=n&&!t?path[r(479)](n,r(469)):t,signPublicKeyPath:a=n&&!a?path[r(479)](n,r(503)):a,signProfilePath:i=n&&!i?path.join(n,r(514)):i,signPwd:e}}function genCertAndP12(e,r){return _genCertAndP[_0x2a74a7(510)](this,arguments)}function _genCertAndP(){var e=_0x2a74a7;return(_genCertAndP=_asyncToGenerator(_regenerator().m(function e(r,t){var a,i,o;return _regenerator().w(function(e){for(var n=_0x1a67;;)if(0===e.n)return a=cachedir(n(470)),logger[n(447)](n(502)[n(509)](a)),i=path[n(479)](a,n(463)),o=path[n(479)](a,n(512)),ensureDir(i),e.a(2,signTools[n(493)](i,o).then(function(){return signTools[n(504)](r,i,o,t)})[n(443)](function(e){var r=n;logger[r(489)](r(440),e)})[n(497)](function(){fs[n(448)](a,{recursive:!0,force:!0})}))},e)})))[e(510)](this,arguments)}module.exports={install:function(e){var r,n,t,a=_0x2a74a7,e=e.command(a(464))[a(498)](a(445));e.command("generate-keypair")[a(498)](a(457))[a(451)](a(499),"projectRoot")[a(451)]("--sign-private-key-path [path]","Sign private key path")[a(451)](a(515),a(513))[a(505)]((t=_asyncToGenerator(_regenerator().m(function e(n){var t,a;return _regenerator().w(function(e){for(var r=_0x1a67;;)if(0===e.n)return a=getParams(n),t=a.signPrivateKeyPath,a=a[r(491)],ensureDir(t),ensureDir(a),e.a(2,signTools[r(493)](t,a))},e)})),function(e){return t[_0x1a67(510)](this,arguments)})),e[a(478)](a(481))[a(498)]("generate p12")[a(451)](a(499),"projectRoot")[a(451)]("--sign-private-key-path [path]","Sign private key path")[a(451)](a(515),a(513))[a(451)](a(483),a(485))[a(439)](a(477),"Password of the p12 file")[a(505)]((n=_asyncToGenerator(_regenerator().m(function e(n){var t,a,i,o;return _regenerator().w(function(e){for(var r=_0x1a67;;)switch(e.n){case 0:if(o=getParams(n),t=o.signPrivateKeyPath,a=o[r(491)],i=o.signProfilePath,o=o.signPwd,ensureDir(i),fs[r(450)](t)&&fs.existsSync(a)){e.n=1;break}return logger[r(467)](r(457)),e.a(2,genCertAndP12(i,o));case 1:return e.a(2,signTools[r(504)](i,t,a,o))}},e)})),function(e){return n[_0x1a67(510)](this,arguments)})),e[a(478)]("printFp").description(a(446)).requiredOption(a(437)).action((r=_asyncToGenerator(_regenerator().m(function e(n){return _regenerator().w(function(e){for(var r=_0x1a67;;)switch(e.n){case 0:signTools[r(484)](n[r(454)]);case 1:return e.a(2)}},e)})),function(e){return r[_0x1a67(510)](this,arguments)}))}};
1
+ var _0x3901e7=_0x3145;function _regenerator(){var y,v=_0x3145,e=v(568)==typeof Symbol?Symbol:{},r=e[v(573)]||v(560),n=e[v(527)]||v(566);function t(e,r,n,t){var i,o,a,c,s,u,f,p,g,_,h=v,r=r&&r[h(572)]instanceof P?r:P,r=Object.create(r.prototype);return _regeneratorDefine2(r,h(501),(i=e,o=n,p=t||[],g=!1,_={p:f=0,n:0,v:y,a:l,f:l[(u=h)(576)](y,4),d:function(e,r){return a=e,c=0,s=y,_.n=r,d}},function(e,r,n){var t=u;if(1<f)throw TypeError(t(551));for(g&&1===r&&l(r,n),c=r,s=n;(x=c<2?y:s)||!g;){a||(c?c<3?(1<c&&(_.n=-1),l(c,s)):_.n=s:_.v=s);try{if(f=2,a){if(c||(e=t(516)),x=a[e]){if(!(x=x.call(a,s)))throw TypeError("iterator result is not an object");if(!x[t(531)])return x;s=x[t(535)],c<2&&(c=0)}else 1===c&&(x=a.return)&&x.call(a),c<2&&(s=TypeError(t(542)+e+t(543)),c=1);a=y}else if((x=(g=_.n<0)?s:i[t(502)](o,_))!==d)break}catch(e){a=y,c=1,s=e}finally{f=1}}return{value:x,done:g}}),!0),r;function l(e,r){for(c=e,s=r,x=0;!g&&f&&!n&&x<p.length;x++){var n,t=p[x],i=_.p,o=t[2];3<e?(n=o===r)&&(s=t[(c=t[4])?5:c=3],t[4]=t[5]=y):t[0]<=i&&((n=e<2&&i<t[1])?(c=0,_.v=r,_.n=t[1]):i<o&&(n=e<3||t[0]>r||o<r)&&(t[4]=e,t[5]=r,_.n=o,c=0))}if(n||1<e)return d;throw g=!0,r}}var d={};function P(){}function i(){}function o(){}var x=Object.getPrototypeOf,e=[][r]?x(x([][r]())):(_regeneratorDefine2(x={},r,function(){return this}),x),a=o[v(572)]=P[v(572)]=Object[v(581)](e);function c(e){var r=v;return Object[r(503)]?Object[r(503)](e,o):(e[r(536)]=o,_regeneratorDefine2(e,n,r(564))),e.prototype=Object.create(a),e}return i.prototype=o,_regeneratorDefine2(a,v(514),o),_regeneratorDefine2(o,v(514),i),i[v(554)]=v(564),_regeneratorDefine2(o,n,v(564)),_regeneratorDefine2(a),_regeneratorDefine2(a,n,v(529)),_regeneratorDefine2(a,r,function(){return this}),_regeneratorDefine2(a,v(517),function(){return v(519)}),(_regenerator=function(){return{w:t,m:c}})()}function _regeneratorDefine2(e,r,n,t){var o=_0x3145,a=Object[o(548)];try{a({},"",{})}catch(e){a=0}(_regeneratorDefine2=function(e,r,n,t){var i=o;r?a?a(e,r,{value:n,enumerable:!t,configurable:!t,writable:!t}):e[r]=n:((t=function(r,n){_regeneratorDefine2(e,r,function(e){return this[_0x3145(501)](r,n,e)})})(i(516),0),t(i(583),1),t(i(569),2))})(e,r,n,t)}function asyncGeneratorStep(e,r,n,t,i,o,a){var c=_0x3145;try{var s=e[o](a),u=s[c(535)]}catch(e){return void n(e)}s[c(531)]?r(u):Promise[c(549)](u)[c(505)](t,i)}function _asyncToGenerator(c){return function(){var e=this,a=arguments;return new Promise(function(r,n){var t=c[_0x3145(499)](e,a);function i(e){asyncGeneratorStep(t,r,n,i,o,"next",e)}function o(e){asyncGeneratorStep(t,r,n,i,o,"throw",e)}i(void 0)})}}(()=>{for(var e=_0x3145,r=_0x2312();;)try{if(663974==-parseInt(e(534))+parseInt(e(515))/2+-parseInt(e(532))/3+-parseInt(e(540))/4+-parseInt(e(506))/5+parseInt(e(557))/6+-parseInt(e(538))/7*(-parseInt(e(565))/8))break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var fs=require("fs"),path=require(_0x3901e7(561)),cachedir=require(_0x3901e7(544)),signTools=require(_0x3901e7(541)),log4js=require("../../common/log4js"),logger=log4js[_0x3901e7(577)](_0x3901e7(558));function _0x3145(e,r){var n=_0x2312();return(_0x3145=function(e,r){return n[e-=499]})(e,r)}function ensureDir(e){var r=_0x3901e7,e=path[r(556)](e);return fs.existsSync(e)||fs[r(522)](e,{recursive:!0}),e}function getParams(e){var r=_0x3901e7,n=e[r(533)],t=e.signPrivateKeyPath,i=e[r(518)],o=e[r(562)],e=e[r(552)];return{signPrivateKeyPath:t=n&&!t?path.join(n,r(547)):t,signPublicKeyPath:i=n&&!i?path[r(512)](n,r(539)):i,signProfilePath:o=n&&!o?path[r(512)](n,"sign/ascf-build.p12"):o,signPwd:e}}function genCertAndP12(e,r){return _genCertAndP[_0x3901e7(499)](this,arguments)}function _0x2312(){var e=["option","Generator is already running","signPwd","genCertAndP12 error","displayName","Sign public key path","dirname","7951176QaiYFy","ascf-sign-tools","existsSync","@@iterator","path","signProfilePath","private.pem","GeneratorFunction","5501632qAArbJ","@@toStringTag","printFp","function","return","concat","Password of the p12 file","prototype","iterator","action","generate p12","bind","getLogger","tmp sign dir ","requiredOption","description","create","signPrivateKeyPath","throw","apply","Sign tools to generate keypair, p12 file and view fingerprint","_invoke","call","setPrototypeOf","input","then","5651330iNTPrL","exports","--sign-public-key-path [path]","ascf-cache-tmp-sign","--sign-pwd [pwd]","--sign-private-key-path [path]","join","p12 File Path","constructor","2277612QOhAIJ","next","toString","signPublicKeyPath","[object Generator]","generate-keypair","Sign private key path","mkdirSync","-r, --projectRoot [projectRoot]","finally","warn","genP12","toStringTag","-i, --input <input-directory>","Generator","command","done","1567920okvskD","projectRoot","511947JbSXbT","value","__proto__","signtools","7iNVKpQ","sign/certificate.pem","1291516iujoTt","../../ascf-sign-tools","The iterator does not provide a '","' method","cachedir","genCert","generate keypair","sign/private.pem","defineProperty","resolve"];return(_0x2312=function(){return e})()}function _genCertAndP(){return(_genCertAndP=_asyncToGenerator(_regenerator().m(function e(r,t){var i,o,a;return _regenerator().w(function(e){for(var n=_0x3145;;)if(0===e.n)return i=cachedir(n(509)),logger.debug(n(578)[n(570)](i)),o=path[n(512)](i,n(563)),a=path[n(512)](i,"certificate.pem"),ensureDir(o),e.a(2,signTools[n(545)](o,a)[n(505)](function(){return signTools[n(526)](r,o,a,t)}).catch(function(e){var r=n;logger.error(r(553),e)})[n(524)](function(){fs.rmSync(i,{recursive:!0,force:!0})}))},e)}))).apply(this,arguments)}module[_0x3901e7(507)]={install:function(e){var r,n,t,i=_0x3901e7,e=e[i(530)](i(537)).description(i(500));e[i(530)](i(520))[i(580)]("generate keypair")[i(550)](i(523),i(533)).option(i(511),"Sign private key path").option("--sign-public-key-path [path]",i(555)).action((t=_asyncToGenerator(_regenerator().m(function e(n){var t,i;return _regenerator().w(function(e){for(var r=_0x3145;;)if(0===e.n)return i=getParams(n),t=i[r(582)],i=i[r(518)],ensureDir(t),ensureDir(i),e.a(2,signTools[r(545)](t,i))},e)})),function(e){return t[_0x3145(499)](this,arguments)})),e.command("generate-p12").description(i(575))[i(550)](i(523),i(533))[i(550)](i(511),i(521))[i(550)](i(508),"Sign public key path")[i(550)]("--sign-profile-path [path]",i(513))[i(579)](i(510),i(571)).action((n=_asyncToGenerator(_regenerator().m(function e(n){var t,i,o,a;return _regenerator().w(function(e){for(var r=_0x3145;;)switch(e.n){case 0:if(a=getParams(n),t=a.signPrivateKeyPath,i=a[r(518)],o=a[r(562)],a=a[r(552)],ensureDir(o),fs[r(559)](t)&&fs[r(559)](i)){e.n=1;break}return logger[r(525)](r(546)),e.a(2,genCertAndP12(o,a));case 1:return e.a(2,signTools.genP12(o,t,i,a))}},e)})),function(e){return n.apply(this,arguments)})),e[i(530)](i(567))[i(580)]("View Fingerprint")[i(579)](i(528))[i(574)]((r=_asyncToGenerator(_regenerator().m(function e(n){return _regenerator().w(function(e){for(var r=_0x3145;;)switch(e.n){case 0:signTools[r(567)](n[r(504)]);case 1:return e.a(2)}},e)})),function(e){return r[_0x3145(499)](this,arguments)}))}};
@@ -1 +1 @@
1
- var _0x3f15c9=_0x36db;function _0x1714(){var e=["movable-area","slider","checkbox-group","text","277809HVmDrv","textarea","picker-view","1793090eoNbnt","canvas","input","picker","switch","radio-group","video","picker-view-column","11PEzaSJ","web-view","19878zhBcst","label","255200lLbhXu","Map","image","isProd","12252942aOaFvY","configs","2574696ssZAqP","development","NODE_ENV","1462760ORXytk","30GNtaKj","icon","button","swiper"];return(_0x1714=function(){return e})()}function _0x36db(e,r){var t=_0x1714();return(_0x36db=function(e,r){return t[e-=288]})(e,r)}(()=>{for(var e=_0x36db,r=_0x1714();;)try{if(321079==-parseInt(e(313))*(parseInt(e(315))/2)+parseInt(e(294))/3*(-parseInt(e(317))/4)+parseInt(e(305))/5+-parseInt(e(290))/6+-parseInt(e(302))/7+-parseInt(e(293))/8+parseInt(e(288))/9)break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var configs={notaddtodo:!1,parser:"babel",devtool:void 0,componentList:[_0x3f15c9(298),"movable-view","scroll-view",_0x3f15c9(297),"swiper-item","view",_0x3f15c9(295),"progress","rich-text",_0x3f15c9(301),_0x3f15c9(296),"checkbox",_0x3f15c9(300),"form",_0x3f15c9(307),_0x3f15c9(316),_0x3f15c9(308),_0x3f15c9(304),_0x3f15c9(312),"radio",_0x3f15c9(310),_0x3f15c9(299),_0x3f15c9(309),_0x3f15c9(303),"navigator",_0x3f15c9(319),_0x3f15c9(311),"camera",_0x3f15c9(318),_0x3f15c9(306),_0x3f15c9(314)],templateHoist:!1,ascfLazyImportFiles:{},skipApiValidator:!0,serve:!1,deviceId:!1,isProd:function(){var e=_0x3f15c9;return process.env[e(292)]!==e(291)},isInjectDebugTimer:function(){return!configs[_0x3f15c9(320)]()},requiredComponents:[],tabBarUsingComponents:{},tabBarList:[],asyncJsList:{},jsLoaderList:new Set};exports[_0x3f15c9(289)]=configs;
1
+ function _0x1862(){var e=["configs","728052RgGFId","swiper","checkbox","slider","label","button","17000592xeeasB","babel","video","3519000eEhzUr","camera","web-view","radio-group","picker-view","env","rich-text","NODE_ENV","18906uJhEvC","progress","577844nJDRSW","icon","2874808TVXNZo","movable-view","519810rLAxvc","Map","77UWNOvi","form","input","picker-view-column","movable-area","radio","isProd","development","navigator","swiper-item","picker"];return(_0x1862=function(){return e})()}var _0x4840b8=_0x21db;function _0x21db(e,r){var t=_0x1862();return(_0x21db=function(e,r){return t[e-=234]})(e,r)}(()=>{for(var e=_0x21db,r=_0x1862();;)try{if(383505==+parseInt(e(241))+parseInt(e(237))/2+parseInt(e(255))/3+parseInt(e(239))/4+parseInt(e(264))/5+parseInt(e(235))/6*(parseInt(e(243))/7)+-parseInt(e(261))/8)break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var configs={notaddtodo:!1,parser:_0x4840b8(262),devtool:void 0,componentList:[_0x4840b8(247),_0x4840b8(240),"scroll-view",_0x4840b8(256),_0x4840b8(252),"view",_0x4840b8(238),_0x4840b8(236),_0x4840b8(270),"text",_0x4840b8(260),_0x4840b8(257),"checkbox-group",_0x4840b8(244),_0x4840b8(245),_0x4840b8(259),_0x4840b8(253),_0x4840b8(268),_0x4840b8(246),_0x4840b8(248),_0x4840b8(267),_0x4840b8(258),"switch","textarea",_0x4840b8(251),"image",_0x4840b8(263),_0x4840b8(265),_0x4840b8(242),"canvas",_0x4840b8(266)],templateHoist:!1,ascfLazyImportFiles:{},skipApiValidator:!0,serve:!1,deviceId:!1,isProd:function(){var e=_0x4840b8;return process[e(269)][e(234)]!==e(250)},isInjectDebugTimer:function(){return!configs[_0x4840b8(249)]()},requiredComponents:[],tabBarUsingComponents:{},tabBarList:[],asyncJsList:{},jsLoaderList:new Set,isRelease:!0};exports[_0x4840b8(254)]=configs;
@@ -1 +1 @@
1
- var _0x582058=_0x5806;function _0x31b2(){var r=["185ikDkxn","4027347PpWNhT","atomicservice","2379418pTcxlD","2018216DrFcHF","28602cXcisG","6618425KysbaB","3lRPJAF","1188061vBIiHU","exports","14sieVYk","30nnOSsR","2962716szUadL"];return(_0x31b2=function(){return r})()}function _0x5806(r,n){var t=_0x31b2();return(_0x5806=function(r,n){return t[r-=190]})(r,n)}(()=>{for(var r=_0x5806,n=_0x31b2();;)try{if(946686==-parseInt(r(199))+parseInt(r(194))/2+-parseInt(r(198))/3*(parseInt(r(190))/4)+-parseInt(r(191))/5*(parseInt(r(196))/6)+-parseInt(r(201))/7*(-parseInt(r(195))/8)+-parseInt(r(192))/9+parseInt(r(202))/10*(parseInt(r(197))/11))break;n.push(n.shift())}catch(r){n.push(n.shift())}})();var BUILD_TARGET_AS=_0x582058(193),BUILD_TARGET_QS="crossAtomicService";module[_0x582058(200)]={BUILD_TARGET_AS:BUILD_TARGET_AS,BUILD_TARGET_QS:BUILD_TARGET_QS};
1
+ function _0x3cc1(){var r=["7397243OjQAfm","exports","1957305HpMOUN","575466XfLuXz","crossAtomicService","224338mwNgBR","3199270DYnzWO","11578500RAKDuh","2miXrtW","35SkwVOv","11xqkOuD","8gNCshW","1756500RubwcI"];return(_0x3cc1=function(){return r})()}var _0x3510cb=_0x526c;function _0x526c(r,c){var t=_0x3cc1();return(_0x526c=function(r,c){return t[r-=430]})(r,c)}(()=>{for(var r=_0x526c,c=_0x3cc1();;)try{if(750525==-parseInt(r(439))+parseInt(r(442))/2*(parseInt(r(436))/3)+-parseInt(r(433))/4+-parseInt(r(430))/5*(-parseInt(r(437))/6)+-parseInt(r(434))/7*(-parseInt(r(432))/8)+-parseInt(r(441))/9+-parseInt(r(440))/10*(-parseInt(r(431))/11))break;c.push(c.shift())}catch(r){c.push(c.shift())}})();var BUILD_TARGET_AS="atomicservice",BUILD_TARGET_QS=_0x3510cb(438);module[_0x3510cb(435)]={BUILD_TARGET_AS:BUILD_TARGET_AS,BUILD_TARGET_QS:BUILD_TARGET_QS};
@@ -1 +1 @@
1
- function _0x1235(e,r){var t=_0x150f();return(_0x1235=function(e,r){return t[e-=217]})(e,r)}function _0x150f(){var e=["8842689PBfbty","8IMTKqF","34994zhdExC","ASCF_LOG_FILE","21613920gCdrPP","5055827zjmWhg","5419338lWBVeD","22QOudKV","1672SxYuki","1314291vFlvOh","setLoggerConfig","getLogger","13395gdKTVO","exports"];return(_0x150f=function(){return e})()}var _0x232075=_0x1235,_require=((()=>{for(var e=_0x1235,r=_0x150f();;)try{if(701118==+parseInt(e(217))*(parseInt(e(226))/2)+parseInt(e(219))/3+-parseInt(e(218))/4*(parseInt(e(222))/5)+-parseInt(e(230))/6+-parseInt(e(229))/7*(-parseInt(e(225))/8)+-parseInt(e(224))/9+parseInt(e(228))/10)break;r.push(r.shift())}catch(e){r.push(r.shift())}})(),require("../ascf-base")),ASCF_LOG_FILE=_require[_0x232075(227)],setLoggerConfig=_require[_0x232075(220)],getLogger=_require[_0x232075(221)];module[_0x232075(223)]={ASCF_LOG_FILE:ASCF_LOG_FILE,setLoggerConfig:setLoggerConfig,getLogger:getLogger};
1
+ var _0x351523=_0x329f;function _0x329f(e,r){var t=_0x2127();return(_0x329f=function(e,r){return t[e-=219]})(e,r)}function _0x2127(){var e=["ASCF_LOG_FILE","699711YdkxMg","6442296hOvFnP","1708822WWYXWe","12TrSbGE","exports","3360495HzobwA","setLoggerConfig","8OuqktI","2674244ohwljq","getLogger","692412XeFDas","16110akMmPa","../ascf-base","5679jhlZVW"];return(_0x2127=function(){return e})()}(()=>{for(var e=_0x329f,r=_0x2127();;)try{if(695746==-parseInt(e(232))+parseInt(e(219))/2+-parseInt(e(227))/3+-parseInt(e(225))/4+parseInt(e(222))/5*(parseInt(e(220))/6)+parseInt(e(233))/7*(-parseInt(e(224))/8)+parseInt(e(230))/9*(parseInt(e(228))/10))break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var _require=require(_0x351523(229)),ASCF_LOG_FILE=_require[_0x351523(231)],setLoggerConfig=_require[_0x351523(223)],getLogger=_require[_0x351523(226)];module[_0x351523(221)]={ASCF_LOG_FILE:ASCF_LOG_FILE,setLoggerConfig:setLoggerConfig,getLogger:getLogger};
@@ -1 +1 @@
1
- var _0x46fdcb=_0xb326;function _typeof(r){var t=_0xb326;return(_typeof=t(463)==typeof Symbol&&t(421)==typeof Symbol[t(418)]?function(r){return typeof r}:function(r){var e=t;return r&&e(463)==typeof Symbol&&r.constructor===Symbol&&r!==Symbol[e(403)]?e(421):typeof r})(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=_0xb326,n=0;n<e[t(429)];n++){var o=e[n];o[t(416)]=o.enumerable||!1,o.configurable=!0,t(391)in o&&(o[t(415)]=!0),Object[t(407)](r,_toPropertyKey(o[t(377)]),o)}}function _createClass(r,e,t){var n=_0xb326;return e&&_defineProperties(r[n(403)],e),t&&_defineProperties(r,t),Object.defineProperty(r,n(403),{writable:!1}),r}function _toPropertyKey(r){var e=_0xb326,r=_toPrimitive(r,e(465));return e(421)==_typeof(r)?r:r+""}function _toPrimitive(r,e){var t=_0xb326;if(t(422)!=_typeof(r)||!r)return r;var n=r[Symbol[t(390)]];if(void 0===n)return("string"===e?String:Number)(r);n=n[t(370)](r,e||"default");if(t(422)!=_typeof(n))return n;throw new TypeError(t(388))}function _0x59ad(){var r=["reduce","4295904MVbqut","map","key","true","@@iterator","startTime","done","showCompileTime","Set","noteCount","FAIL ","SyntaxError","hasErrors","@@toPrimitive must return a primitive value.","warnings","toPrimitive","value","compilation","1088796ZoBCrJ","includes","options","11KVqwnz","constructor","printCompileResult","./log4js.js","extraInfo","from","endTime","prototype","9604557DCgXpH","calculate","origin","defineProperty","file","dropRepeat","concat","86gzJKnX","getTime","\nCOMPILE RESULT:SUCCESS","warnCount","writable","enumerable","ERROR: ","iterator","displayErrors"," ms","symbol","object","3956dVxyBB","test","1900vKMDUU","undefined","Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.","name","length",", elapsed: ","ASCF_LOG_FILE","fatal","info","Map","50973aBaQYm","7DJCEVg","assign","stringify","hooks","warningCount","Error: ","errorCount","exports","beginTime","1464073OTcPIk","round","errors","env","logger-plugin","compileTime: ","SUCCESS ","\nCOMPILE RESULT:","apply","26064960TzQTCZ","message","isArray","forEach","formatters","warning","showtime","error","replace","function","Module not found","string","call","BuildLogOutputPlugin","transformers","resource"];return(_0x59ad=function(){return r})()}function _0xb326(r,e){var t=_0x59ad();return(_0xb326=function(r,e){return t[r-=370]})(r,e)}function _toConsumableArray(r){return _arrayWithoutHoles(r)||_iterableToArray(r)||_unsupportedIterableToArray(r)||_nonIterableSpread()}function _nonIterableSpread(){throw new TypeError(_0xb326(427))}function _unsupportedIterableToArray(r,e){var t,n=_0xb326;if(r)return n(465)==typeof r?_arrayLikeToArray(r,e):("Object"===(t={}.toString[n(370)](r).slice(8,-1))&&r.constructor&&(t=r[n(397)].name),n(434)===t||n(383)===t?Array[n(401)](r):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(r,e):void 0)}function _iterableToArray(r){var e=_0xb326;if(e(426)!=typeof Symbol&&null!=r[Symbol[e(418)]]||null!=r[e(379)])return Array[e(401)](r)}function _arrayWithoutHoles(r){if(Array[_0xb326(456)](r))return _arrayLikeToArray(r)}function _arrayLikeToArray(r,e){var t=_0xb326;(null==e||e>r.length)&&(e=r[t(429)]);for(var n=0,o=Array(e);n<e;n++)o[n]=r[n];return o}(()=>{for(var r=_0xb326,e=_0x59ad();;)try{if(747641==-parseInt(r(445))+-parseInt(r(411))/2*(parseInt(r(435))/3)+-parseInt(r(423))/4*(parseInt(r(425))/5)+parseInt(r(393))/6*(parseInt(r(436))/7)+-parseInt(r(375))/8+parseInt(r(404))/9+-parseInt(r(454))/10*(-parseInt(r(396))/11))break;e.push(e.shift())}catch(r){e.push(e.shift())}})();var TYPE=_0x46fdcb(464),log4js=require(_0x46fdcb(399)),logger=log4js.getLogger(_0x46fdcb(449));function defaultFormatter(r,e){return r.reduce(function(r,e){var t=_0xb326;return[][t(410)](_toConsumableArray(r),["\n"[t(410)](e[t(455)])])},[])}function babelSyntaxError(r){var e=_0x46fdcb;return isBabelSyntaxError(r)&&(r[e(455)]=cleanStackTrace(r[e(455)])),r}function isBabelSyntaxError(r){var e=_0x46fdcb;return"ModuleBuildError"===r.name&&r[e(455)][e(394)](e(386))}function cleanStackTrace(r){var e=_0x46fdcb;return r.replace(/^\s*at\s.*:\d+:\d+[\s\)]*\n/gm,"")[e(462)](/^Module build failed.*:\s/,e(441))}function moduleNotFoundError(r){var e,t=_0x46fdcb;return"ModuleNotFoundError"===r[t(428)]&&r[t(455)][t(394)](TYPE)&&(r[t(455)]=r[t(455)].replace(TYPE,t(417)[t(410)](TYPE)),e=r[t(406)]&&r[t(406)][t(373)])&&(r[t(455)]+="\n@ ".concat(e)),r}var defaultFormatters=[defaultFormatter],defaultTransformers=[babelSyntaxError,moduleNotFoundError];function extractError(r){var e=_0x46fdcb;return{message:r.message,file:r[e(408)],origin:r.origin,name:r[e(428)],severity:0,webpackError:r}}function cleanMessage(r){var e=_0x46fdcb;return r[e(462)]("(Emitted value instead of an instance of Error) ","")[e(462)](/Module Warning[^\n]+\n/,"")[e(462)](/Module Error[^\n]+\n/,"")}function transformErrors(r,e){function t(r,e){return e(r)}var n=_0x46fdcb;return r.map(extractError)[n(376)](function(r){return e[_0xb326(374)](t,r)})}function formatErrors(e,r,t){var n=_0x46fdcb;return r[n(376)](function(r){return r(e,t)||[]})[n(374)](function(r,e){return r[_0xb326(410)](e)},[])}function getCompileTime(r){var e=_0x46fdcb,t=r[e(402)],r=r[e(380)];logger[e(433)](e(450)[e(410)](t-r,e(420)))}function _dropRepeat(r){var n=_0x46fdcb;return r[n(374)](function(r,t){var e=n;return r.some(function(r){var e=_0xb326;return r[e(455)]===t[e(455)]})?r:r[e(410)](t)},[])}var BuildLogOutputPlugin=(()=>{var l=_0x46fdcb;return _createClass(function r(){var e=_0xb326,t=0<arguments[e(429)]&&void 0!==arguments[0]?arguments[0]:{},n=t[e(382)],n=void 0!==n&&n,t=t[e(395)];_classCallCheck(this,r),this[e(442)]=0,this[e(440)]=0,this[e(384)]=0,this[e(382)]=n||process[e(448)][e(460)]===e(378),this[e(458)]=defaultFormatters,this[e(372)]=defaultTransformers,this.options=t},[{key:l(453),value:function(r){var u=l,s=this;r[u(439)][u(381)].tap(u(371),function(e){var t=u,r=(s[t(409)](e),e[t(392)]),n=r[t(447)],o=r[t(389)],a=e[t(387)](),i=e.hasWarnings();setTimeout(function(){var r=t;a&&s[r(419)](n,r(461)),i&&s.displayErrors(o,r(459)),s[r(405)](e,n,o),s[r(398)](),s[r(382)]&&getCompileTime(e)})})}},{key:l(409),value:function(r){var e=l;r[e(392)][e(389)]=_dropRepeat(r[e(392)][e(389)]),r.compilation[e(447)]=_dropRepeat(r.compilation[e(447)])}},{key:"calculate",value:function(r,e){var t=l,n=this,o=2<arguments[t(429)]&&void 0!==arguments[2]?arguments[2]:[],r=r[t(392)][t(400)]||{},a=r[t(442)],a=void 0===a?0:a,i=r[t(414)],i=void 0===i?0:i,r=r[t(384)],r=void 0===r?0:r;this.errorCount=e[t(429)]+a,this.warningCount=i,this.noteCount=r,o[t(457)](function(r){var e=t,r=r[e(455)];/^NOTE:/[e(424)](cleanMessage(r))?n.noteCount++:n[e(440)]++})}},{key:l(398),value:function(){var r,e=l,t=this.errorCount,n=this.warningCount,o=this.noteCount,a=(new Date)[e(412)]()-global[e(444)],a=e(430)+Math[e(446)](a/1e3)+"s\n\nYou can check full log: "+log4js[e(431)];0<t+n+o?(r=e(t?385:451),n=Object[e(437)]({},t?{ERROR:t}:{},n?{WARN:n}:{},o?{NOTE:o}:{}),t?logger[e(432)](e(452)[e(410)](r)[e(410)](JSON[e(438)](n))+a):logger.warn("\nCOMPILE RESULT:".concat(r)[e(410)](JSON[e(438)](n))+a)):logger[e(433)](e(413)+a)}},{key:l(419),value:function(r,t){var n=l;formatErrors(transformErrors(r,this[n(372)]),this.formatters,t)[n(457)](function(r){var e=n;t===e(461)&&logger[e(461)](cleanMessage(r)),t===e(459)&&logger.warn(cleanMessage(r))})}},{key:"getBuildMsg",value:function(r,e){var t=l;return formatErrors(transformErrors(r,this[t(372)]),this[t(458)],e).map(function(r){return cleanMessage(r)})}}])})();module[_0x46fdcb(443)]=BuildLogOutputPlugin;
1
+ var _0x230ede=_0x199b;function _typeof(r){var t=_0x199b;return(_typeof=t(370)==typeof Symbol&&"symbol"==typeof Symbol[t(322)]?function(r){return typeof r}:function(r){var e=t;return r&&"function"==typeof Symbol&&r[e(289)]===Symbol&&r!==Symbol.prototype?e(315):typeof r})(r)}function _classCallCheck(r,e){var t=_0x199b;if(!(r instanceof e))throw new TypeError(t(334))}function _defineProperties(r,e){for(var t=_0x199b,n=0;n<e[t(288)];n++){var o=e[n];o[t(355)]=o[t(355)]||!1,o[t(299)]=!0,"value"in o&&(o.writable=!0),Object[t(305)](r,_toPropertyKey(o[t(365)]),o)}}function _createClass(r,e,t){var n=_0x199b;return e&&_defineProperties(r.prototype,e),t&&_defineProperties(r,t),Object[n(305)](r,n(347),{writable:!1}),r}function _toPropertyKey(r){var e=_0x199b,r=_toPrimitive(r,e(375));return e(315)==_typeof(r)?r:r+""}function _0x199b(r,e){var t=_0x41ea();return(_0x199b=function(r,e){return t[r-=287]})(r,e)}function _toPrimitive(r,e){var t=_0x199b;if(t(335)!=_typeof(r)||!r)return r;var n=r[Symbol[t(297)]];if(void 0===n)return(t(375)===e?String:Number)(r);n=n[t(358)](r,e||t(368));if(t(335)!=_typeof(n))return n;throw new TypeError(t(344))}function _toConsumableArray(r){return _arrayWithoutHoles(r)||_iterableToArray(r)||_unsupportedIterableToArray(r)||_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 _unsupportedIterableToArray(r,e){var t,n=_0x199b;if(r)return n(375)==typeof r?_arrayLikeToArray(r,e):(t={}[n(319)][n(358)](r).slice(8,-1),"Map"===(t=n(301)===t&&r.constructor?r[n(289)][n(346)]:t)||n(377)===t?Array[n(318)](r):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/[n(312)](t)?_arrayLikeToArray(r,e):void 0)}function _iterableToArray(r){var e=_0x199b;if("undefined"!=typeof Symbol&&null!=r[Symbol[e(322)]]||null!=r[e(313)])return Array[e(318)](r)}function _arrayWithoutHoles(r){if(Array[_0x199b(291)](r))return _arrayLikeToArray(r)}function _arrayLikeToArray(r,e){var t=_0x199b;(null==e||e>r.length)&&(e=r[t(288)]);for(var n=0,o=Array(e);n<e;n++)o[n]=r[n];return o}(()=>{for(var r=_0x199b,e=_0x41ea();;)try{if(192016==+parseInt(r(371))*(-parseInt(r(369))/2)+-parseInt(r(374))/3*(-parseInt(r(329))/4)+-parseInt(r(338))/5*(-parseInt(r(330))/6)+parseInt(r(327))/7*(-parseInt(r(303))/8)+-parseInt(r(342))/9+parseInt(r(298))/10*(-parseInt(r(363))/11)+-parseInt(r(366))/12*(-parseInt(r(314))/13))break;e.push(e.shift())}catch(r){e.push(e.shift())}})();var TYPE=_0x230ede(324),log4js=require("./log4js.js"),logger=log4js.getLogger("logger-plugin");function defaultFormatter(r,e){var n=_0x230ede;return r[n(349)](function(r,e){var t=n;return[][t(308)](_toConsumableArray(r),["\n"[t(308)](e[t(351)])])},[])}function babelSyntaxError(r){var e=_0x230ede;return isBabelSyntaxError(r)&&(r[e(351)]=cleanStackTrace(r[e(351)])),r}function isBabelSyntaxError(r){var e=_0x230ede;return r.name===e(307)&&r.message.includes(e(300))}function cleanStackTrace(r){var e=_0x230ede;return r[e(290)](/^\s*at\s.*:\d+:\d+[\s\)]*\n/gm,"")[e(290)](/^Module build failed.*:\s/,e(287))}function moduleNotFoundError(r){var e,t=_0x230ede;return r[t(346)]===t(296)&&r.message[t(320)](TYPE)&&(r[t(351)]=r.message[t(290)](TYPE,t(364)[t(308)](TYPE)),e=r[t(345)]&&r[t(345)][t(362)])&&(r.message+=t(360)[t(308)](e)),r}var defaultFormatters=[defaultFormatter],defaultTransformers=[babelSyntaxError,moduleNotFoundError];function extractError(r){var e=_0x230ede;return{message:r[e(351)],file:r.file,origin:r[e(345)],name:r[e(346)],severity:0,webpackError:r}}function cleanMessage(r){var e=_0x230ede;return r.replace(e(354),"")[e(290)](/Module Warning[^\n]+\n/,"")[e(290)](/Module Error[^\n]+\n/,"")}function transformErrors(r,e){function t(r,e){return e(r)}return r.map(extractError).map(function(r){return e.reduce(t,r)})}function formatErrors(e,r,t){var n=_0x230ede;return r[n(361)](function(r){return r(e,t)||[]})[n(349)](function(r,e){return r[_0x199b(308)](e)},[])}function _0x41ea(){var r=["warning","435490WfMVOQ","SUCCESS ","compilation","formatters","3258135UiCbbo",", elapsed: ","@@toPrimitive must return a primitive value.","origin","name","prototype","error","reduce","hooks","message","warningCount","transformers","(Emitted value instead of an instance of Error) ","enumerable","apply","errorCount","call","assign","\n@ ","map","resource","247841eOTqyG","ERROR: ","key","3539148aIndti","showCompileTime","default","58034ZCuIHi","function","3VivlSB","endTime","round","766299EiPYRP","string","some","Set","options","Error: ","length","constructor","replace","isArray","displayErrors","errors","calculate","\nCOMPILE RESULT:","ModuleNotFoundError","toPrimitive","10mUpcpr","configurable","SyntaxError","Object","showtime","358368rYHBtr","BuildLogOutputPlugin","defineProperty","FAIL ","ModuleBuildError","concat","fatal","hasErrors","warnings","test","@@iterator","26qkRhqo","symbol","beginTime","forEach","from","toString","includes","getBuildMsg","iterator","tap","Module not found","warnCount","done","42fOloJG","info","4jEsrWQ","6ZADHIT","warn","stringify","printCompileResult","Cannot call a class as a function","object","noteCount"];return(_0x41ea=function(){return r})()}function getCompileTime(r){var e=_0x230ede,t=r[e(372)],r=r.startTime;logger[e(328)]("compileTime: ".concat(t-r," ms"))}function _dropRepeat(r){var e=_0x230ede;return r[e(349)](function(r,t){var n=e;return r[n(376)](function(r){var e=n;return r.message===t[e(351)]})?r:r[n(308)](t)},[])}var BuildLogOutputPlugin=(()=>{var l=_0x230ede;return _createClass(function r(){var e=_0x199b,t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},n=t[e(367)],n=void 0!==n&&n,t=t[e(378)];_classCallCheck(this,r),this.errorCount=0,this.warningCount=0,this[e(336)]=0,this[e(367)]=n||"true"===process.env[e(302)],this[e(341)]=defaultFormatters,this[e(353)]=defaultTransformers,this[e(378)]=t},[{key:l(356),value:function(r){var u=l,s=this;r[u(350)][u(326)][u(323)](u(304),function(e){var t=u,r=(s.dropRepeat(e),e[t(340)]),n=r.errors,o=r[t(311)],a=e[t(310)](),i=e.hasWarnings();setTimeout(function(){var r=t;a&&s[r(292)](n,r(348)),i&&s[r(292)](o,r(337)),s.calculate(e,n,o),s[r(333)](),s.showCompileTime&&getCompileTime(e)})})}},{key:"dropRepeat",value:function(r){var e=l;r[e(340)].warnings=_dropRepeat(r[e(340)][e(311)]),r.compilation.errors=_dropRepeat(r[e(340)][e(293)])}},{key:l(294),value:function(r,e){var t=l,n=this,o=2<arguments.length&&void 0!==arguments[2]?arguments[2]:[],r=r[t(340)].extraInfo||{},a=r.errorCount,a=void 0===a?0:a,i=r[t(325)],i=void 0===i?0:i,r=r.noteCount,r=void 0===r?0:r;this[t(357)]=e[t(288)]+a,this[t(352)]=i,this[t(336)]=r,o[t(317)](function(r){var e=t,r=r.message;/^NOTE:/[e(312)](cleanMessage(r))?n.noteCount++:n[e(352)]++})}},{key:l(333),value:function(){var r,e=l,t=this.errorCount,n=this[e(352)],o=this[e(336)],a=(new Date).getTime()-global[e(316)],a=e(343)+Math[e(373)](a/1e3)+"s\n\nYou can check full log: "+log4js.ASCF_LOG_FILE;0<t+n+o?(r=e(t?306:339),n=Object[e(359)]({},t?{ERROR:t}:{},n?{WARN:n}:{},o?{NOTE:o}:{}),t?logger[e(309)]("\nCOMPILE RESULT:"[e(308)](r).concat(JSON[e(332)](n))+a):logger[e(331)](e(295)[e(308)](r)[e(308)](JSON[e(332)](n))+a)):logger[e(328)]("\nCOMPILE RESULT:SUCCESS"+a)}},{key:l(292),value:function(r,t){var n=l;formatErrors(transformErrors(r,this[n(353)]),this[n(341)],t)[n(317)](function(r){var e=n;t===e(348)&&logger.error(cleanMessage(r)),t===e(337)&&logger[e(331)](cleanMessage(r))})}},{key:l(321),value:function(r,e){var t=l;return formatErrors(transformErrors(r,this[t(353)]),this[t(341)],e)[t(361)](function(r){return cleanMessage(r)})}}])})();module.exports=BuildLogOutputPlugin;
@@ -1 +1 @@
1
- function _0x269c(r,t){var n=_0x2659();return(_0x269c=function(r,t){return n[r-=283]})(r,t)}var _0x3e6fab=_0x269c;function _0x2659(){var r=["9819276uwuXZX","value","11ShxlSg","20YfCtuF","directives","1978461wHhiAv","exports","1GgyEya","2878016KmuVwt","9804QjVHHc","12HwUFrK","1238800BZGYIO","382403DAGVju","69442hIlXMm","length","435WVBvqH"];return(_0x2659=function(){return r})()}(()=>{for(var r=_0x269c,t=_0x2659();;)try{if(220487==+parseInt(r(287))*(parseInt(r(293))/2)+parseInt(r(295))/3*(-parseInt(r(289))/4)+-parseInt(r(291))/5+parseInt(r(290))/6*(-parseInt(r(292))/7)+-parseInt(r(288))/8+-parseInt(r(285))/9*(-parseInt(r(283))/10)+-parseInt(r(298))/11*(-parseInt(r(296))/12))break;t.push(t.shift())}catch(r){t.push(t.shift())}})(),module[_0x3e6fab(286)]=function(){return{visitor:{Program:{exit:function(r){for(var t=_0x269c,n=r.node[t(284)],e=n[t(294)]-1;0<=e;e--)"use strict"===n[e][t(297)][t(297)]&&n.splice(e,1)}}}}};
1
+ function _0x23d7(r,t){var n=_0xd765();return(_0x23d7=function(r,t){return n[r-=324]})(r,t)}function _0xd765(){var r=["directives","3603576JGJjvW","18gseWye","value","splice","759606FfkCLh","7074530UEhWJZ","473789GxaAWq","length","1371072WBJxMX","141284mKfEPG","2jomfUB","2931957MHUDoc","65yRkLvm"];return(_0xd765=function(){return r})()}(()=>{for(var r=_0x23d7,t=_0xd765();;)try{if(307844==+parseInt(r(334))*(parseInt(r(324))/2)+-parseInt(r(332))/3+parseInt(r(337))/4*(-parseInt(r(326))/5)+parseInt(r(328))/6+-parseInt(r(325))/7+-parseInt(r(336))/8*(parseInt(r(329))/9)+parseInt(r(333))/10)break;t.push(t.shift())}catch(r){t.push(t.shift())}})(),module.exports=function(){return{visitor:{Program:{exit:function(r){for(var t=_0x23d7,n=r.node[t(327)],e=n[t(335)]-1;0<=e;e--)"use strict"===n[e][t(330)][t(330)]&&n[t(331)](e,1)}}}}};
@@ -1 +1 @@
1
- function _0x13ce(r,e){var n=_0x9d59();return(_0x13ce=function(r,e){return n[r-=468]})(r,e)}function _0x9d59(){var r=["replace","3819235LcILQD","102kdtCcU","10hpkyiT","68155iDyFGf","411323UhOGEG","28022yaOKmt","replaceAll","384800NobgUR","13675833nlilgz","798072Hizdbw","282GDIocz"];return(_0x9d59=function(){return r})()}(()=>{for(var r=_0x13ce,e=_0x9d59();;)try{if(340829==-parseInt(r(477))+-parseInt(r(478))/2*(parseInt(r(474))/3)+-parseInt(r(468))/4+parseInt(r(476))/5*(-parseInt(r(471))/6)+parseInt(r(473))/7+-parseInt(r(470))/8+-parseInt(r(469))/9*(-parseInt(r(475))/10))break;e.push(e.shift())}catch(r){e.push(e.shift())}})(),exports.replaceAll=function(r,e,n){var t=_0x13ce;return String.prototype.replaceAll?null==r?void 0:r[t(479)](e,n):(e=e[t(472)](/[.*+?^${}()|[\]\\]/g,"\\$&"),e=new RegExp(e,"g"),null==r?void 0:r[t(472)](e,n))};
1
+ function _0x2a4c(r,e){var n=_0x1fc3();return(_0x2a4c=function(r,e){return n[r-=457]})(r,e)}var _0x193007=_0x2a4c;function _0x1fc3(){var r=["36OOrehE","8382GBMRWZ","\\$&","10680JKqtBJ","prototype","2335100pNTDmv","33708789jxvqDg","replaceAll","6403296uuiDIF","replace","1509683LcYzvx","820wViaHL","1523620LbsBsR"];return(_0x1fc3=function(){return r})()}(()=>{for(var r=_0x2a4c,e=_0x1fc3();;)try{if(827583==-parseInt(r(469))+parseInt(r(459))/2*(parseInt(r(460))/3)+-parseInt(r(464))/4+-parseInt(r(457))/5*(parseInt(r(462))/6)+parseInt(r(458))/7+-parseInt(r(467))/8+parseInt(r(465))/9)break;e.push(e.shift())}catch(r){e.push(e.shift())}})(),exports[_0x193007(466)]=function(r,e,n){var t=_0x193007;return String[t(463)][t(466)]?null==r?void 0:r.replaceAll(e,n):(e=e.replace(/[.*+?^${}()|[\]\\]/g,t(461)),e=new RegExp(e,"g"),null==r?void 0:r[t(468)](e,n))};
@@ -1 +1 @@
1
- var _0x13889f=_0x2bf2;function _createForOfIteratorHelper(r,e){var t,o,n,i,a=_0x2bf2,s=a(154)!=typeof Symbol&&r[Symbol[a(146)]]||r[a(196)];if(s)return n=!(o=!0),{s:function(){s=s[a(190)](r)},n:function(){var r=a,e=s[r(153)]();return o=e[r(187)],e},e:function(r){n=!0,t=r},f:function(){var r=a;try{o||null==s[r(116)]||s[r(116)]()}finally{if(n)throw t}}};if(Array.isArray(r)||(s=_unsupportedIterableToArray(r))||e&&r&&a(110)==typeof r[a(128)])return s&&(r=s),i=0,{s:e=function(){},n:function(){return i>=r.length?{done:!0}:{done:!1,value:r[i++]}},e:function(r){throw r},f:e};throw new TypeError(a(193))}function _0x344b(){var r=["tools","ascf/ascf_src","TOOLKIT_PATH","configs","production","map","babel","skipApiValidator","Moving files error:","env","module","Arguments","templateHoist","clear","iterator","disableSubpackages","ascf_src","Object","ascf_build","Map","toolchains","next","undefined","copyFileSync","columnNumber","openharmony","getBundleName","mkdirSync","path","handleResolveAlias","7mNploA","swc","src","prototype","utf-8","projectRoot","hvigor","app.json5","C:\\Program Files\\Huawei\\DevEco Studio\\bin","getEntryPkgPath","moveFiles","198mmiYNe","sync","writeFileSync","abilities","platform","resolve","toString","338PeOYUT","hdc","warn","projectCfg","constructor","2493825lldvqq","node.exe","done","all","isFile","call","hasHxml","projectPath","Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.","ascf","trim","@@iterator","stringify","error","getModuleNames","win32","startsWith","existsSync","concat","ascf/ascf_src/base.hxml","rimraf","parse","./config","readFileSync","srcPath","readdirSync","replace","getNodePath","initConfigs","/Applications/DevEco-Studio.app/Contents/tools","isDirectory","child_process","default","exec cmd error","AppScope","mode","json5","false","endsWith","NODE_ENV","development","value","app","isOSX","1117kIUXZK","forEach","join","hvigorw","build-profile.json5","slice","keys","test","bin","true","499764fmHwdk","main","sort","getHvigorwPath","RAWFILE_DIR","3176766hBXxth","4176294oNOGGi","apply","name","sdk","hasOwnProperty","node_modules","execSafe","src/main/resources/rawfile","number","parse json file error at ","3633928VeZkEI","232228JBlnuY","bundleName","node","return","debug","./log4js.js","clearResource","utf8","darwin","split","10nnxapP","shift","getEntryPkgPath error, build-profile.json5 file modules is null","yes","[object Object]","length",".hxml","modules","3ucjwms"];return(_0x344b=function(){return r})()}function _unsupportedIterableToArray(r,e){var t,o=_0x2bf2;if(r)return"string"==typeof r?_arrayLikeToArray(r,e):(t={}[o(179)][o(190)](r)[o(234)](8,-1),o(149)===t&&r[o(184)]&&(t=r[o(184)].name),o(151)===t||"Set"===t?Array.from(r):o(143)===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/[o(236)](t)?_arrayLikeToArray(r,e):void 0)}function _arrayLikeToArray(r,e){var t=_0x2bf2;(null==e||e>r[t(128)])&&(e=r[t(128)]);for(var o=0,n=Array(e);o<e;o++)n[o]=r[o];return n}(()=>{for(var r=_0x2bf2,e=_0x344b();;)try{if(474617==-parseInt(r(229))*(-parseInt(r(180))/2)+-parseInt(r(131))/3*(parseInt(r(113))/4)+parseInt(r(185))/5+parseInt(r(245))/6+-parseInt(r(162))/7*(parseInt(r(112))/8)+parseInt(r(244))/9*(parseInt(r(123))/10)+-parseInt(r(173))/11*(parseInt(r(239))/12))break;e.push(e.shift())}catch(r){e.push(e.shift())}})();var rimraf=require(_0x13889f(205)),fs=require("fs"),path=require(_0x13889f(160)),JSON5=require(_0x13889f(221)),os=require("os"),_require=require(_0x13889f(216)),execSync=_require.execSync,json5=require(_0x13889f(221)),log4js=require(_0x13889f(118)),_require2=require(_0x13889f(207)),configs=_require2[_0x13889f(135)],logger=log4js.getLogger("common-utils"),curProjectPath=null,curProjectInfo=null;function getProjectInfo(){var r,e,t,o=_0x13889f;return process[o(141)][o(167)]===curProjectPath&&curProjectInfo||(e=readProjectCfgJson(r=process[o(141)][o(167)]||process.cwd())||{},t=path[o(178)](r,o(133)),t=e.ascfRoot?path.resolve(t,e.ascfRoot):t,o=path[o(178)](r,o(194),o(150)),curProjectInfo={projectPath:curProjectPath=r,projectCfg:e,ascfSrcPath:t,ascfBuildPath:o}),curProjectInfo}function initOptions(r){var e,t=_0x13889f;for(e in r)Object[t(165)][t(249)][t(190)](r,e)&&(r[e]===t(222)&&(r[e]=!1),r[e]===t(238))&&(r[e]=!0)}function readJsonFile(e){var t=_0x13889f;if(!fs[t(202)](e))return{};var r={};try{r=JSON5[t(206)](fs[t(208)](e,t(166))[t(179)]()||"{}")}catch(r){throw new Error(t(111)[t(203)](e,":").concat(r.lineNumber,":")[t(203)](r[t(156)]," "))}return r}function writeJsonFile(r,e){var t=_0x13889f;try{fs[t(175)](r,JSON.stringify(e,null,2))}catch(r){throw"ERROR: Write JSON file failed: "[t(203)](r)}}function readProjectCfgJson(r){var e,t=_0x13889f,r=path[t(231)](r,"ascf",t(148),"ascf.config.json");return e=fs[t(202)](r)?JSON[t(206)](fs[t(208)](r)[t(179)]()):e}function _0x2bf2(r,e){var t=_0x344b();return(_0x2bf2=function(r,e){return t[r-=107]})(r,e)}function isOSX(){var r=_0x13889f;return os[r(177)]()===r(121)}function hasHxml(r){var e=_0x13889f;try{var t,o=_createForOfIteratorHelper(fs[e(210)](r,{withFileTypes:!0}));try{for(o.s();!(t=o.n()).done;){var n=t[e(226)],i=path.join(r,n[e(247)]);if(n.isFile()&&n[e(247)].endsWith(e(129))||n[e(215)]()&&n[e(247)]!==e(107)&&hasHxml(i))return!0}}catch(r){o.e(r)}finally{o.f()}}catch(r){logger[e(198)]("find Hxml error:",r)}return!1}function moveFiles(n,i){var a=_0x13889f;try{fs[a(159)](i,{recursive:!0}),fs[a(210)](n,{withFileTypes:!0})[a(230)](function(r){var e=a,t=path[e(231)](n,r[e(247)]),o=path[e(231)](i,r[e(247)]);r[e(189)]()?fs[e(155)](t,o):r[e(215)]()&&r[e(247)]!==e(107)&&moveFiles(t,o)})}catch(r){logger[a(198)](a(140),r)}}function handleResolveAlias(r,e){var t,o=_0x13889f,n=_createForOfIteratorHelper(Object[o(235)](e)[o(241)](function(r,e){var t=o;return e[t(128)]-r[t(128)]}));try{for(n.s();!(t=n.n())[o(187)];){var i,a,s,f=t[o(226)];if(f.endsWith("/*")&&e[f][o(223)]("/*"))if(r[o(201)](f.slice(0,-1))||r===f[o(234)](0,-1))return i=e[f].slice(0,-1),a=r[o(234)](f.length-1),s=(s=path[o(231)](i,a)[o(211)](/\\/g,"/"))[o(201)]("/")?s:"/"+s}}catch(r){n.e(r)}finally{n.f()}return r}function getEntryPkgPath(){var r,e=_0x13889f,t=getProjectInfo().projectPath,o=readJsonFile(path[e(178)](t,e(233)));if(0<(null==o||null==(r=o[e(130)])?void 0:r[e(128)]))return path[e(231)](t,o[e(130)][0][e(209)]);logger.fatal(e(125))}function deepMerge(r){for(var e=_0x13889f,t=arguments[e(128)],o=new Array(1<t?t-1:0),n=1;n<t;n++)o[n-1]=arguments[n];if(!o[e(128)])return r;var i=o[e(124)]();if(!i)return deepMerge.apply(void 0,[r].concat(o));for(var a=0,s=Object[e(235)](i);a<s[e(128)];a++){var f=s[a],c=i[f];isObject(c)?(null==r[f]&&(r[f]={}),deepMerge(r[f],c)):void 0!==c&&(r[f]=c)}return deepMerge[e(246)](void 0,[r][e(203)](o))}function isObject(r){var e=_0x13889f;return Object.prototype[e(179)][e(190)](r)===e(127)}function getIdeBinPath(){var r=_0x13889f,e=null==(e=process[r(141)]["DevEco Studio"]||process[r(141)].DEVECO_DIR)?void 0:e[r(122)](";")[0][r(195)](),t=e||r(214),e=e||r(170);return isOSX()?t:e}function adjustPathByPlatform(r){var e=_0x13889f;return isOSX()?r:'"'[e(203)](r,'"')}function getPath(){for(var r=_0x13889f,e=getIdeBinPath(),t=arguments[r(128)],o=new Array(t),n=0;n<t;n++)o[n]=arguments[n];return adjustPathByPlatform(path[r(231)][r(246)](path,[e].concat(o)))}exports.getProjectInfo=getProjectInfo,exports[_0x13889f(243)]=_0x13889f(109),exports[_0x13889f(134)]=path[_0x13889f(231)](__dirname,"..",".."),exports[_0x13889f(213)]=function(r,e){var t=_0x13889f,o=(initOptions(e),getProjectInfo()),n=e.watch||e.serve||void 0!==e[t(220)]&&e.mode!==t(136);process.env[t(224)]&&!n||(process[t(141)].NODE_ENV=n?t(225):"production"),deepMerge(configs,o[t(183)],e),process[t(141)].clearResource=n||configs[t(145)]?t(126):"no",configs.parser=configs[t(163)]?t(163):t(138),void 0===configs[t(144)]&&fs.existsSync(path[t(178)](r,t(204)))&&(configs[t(144)]=!0),configs[t(144)]=!!configs[t(144)],configs[t(139)]=n||configs.skipApiValidator!==t(222)&&configs[t(139)],configs[t(147)]=configs.serve||(void 0===configs[t(147)]?!!n:configs[t(147)]),logger[t(117)]("configs is: "[t(203)](JSON[t(197)](configs)))},exports[_0x13889f(119)]=function(r){var e=_0x13889f;return Promise[e(188)](r[e(137)](function(e){if(fs.existsSync(e))return new Promise(function(r){rimraf[_0x2bf2(174)](e),r()})}))},exports.readJsonFile=readJsonFile,exports.writeJsonFile=writeJsonFile,exports[_0x13889f(228)]=isOSX,exports[_0x13889f(191)]=hasHxml,exports[_0x13889f(172)]=moveFiles,exports[_0x13889f(161)]=handleResolveAlias,exports[_0x13889f(171)]=getEntryPkgPath,exports.deepMerge=deepMerge,exports[_0x13889f(108)]=function(r){var e,t=_0x13889f,o=1<arguments[t(128)]&&void 0!==arguments[1]?arguments[1]:{};try{return null==(e=execSync(r,o))?void 0:e.toString(t(120))}catch(r){logger[t(182)](t(218),r)}},exports[_0x13889f(199)]=function(){var r,e,t=_0x13889f,o=getEntryPkgPath(),o=path[t(231)](o,t(164),t(240),"module.json5");if(fs[t(202)](o))return e=fs[t(208)](o,t(166)),{name:null==(e=json5.parse(e))||null==(r=e[t(142)])?void 0:r[t(247)],entryAbility:null==e||null==(r=e[t(142)])||null==(r=r[t(176)])?void 0:r.map(function(r){return r[t(247)]})};throw new Error("".concat(o," is not found"))},exports[_0x13889f(158)]=function(){var r,e=_0x13889f,t=getProjectInfo()[e(192)],t=path.join(t,e(219),e(169));if(fs[e(202)](t))return r=fs[e(208)](t,e(166)),null==(r=json5[e(206)](r))||null==(r=r[e(227)])?void 0:r[e(114)];throw new Error(""[e(203)](t," is not found"))},exports[_0x13889f(212)]=function(){var r=_0x13889f,e=getIdeBinPath(),e=path.join(e,"..",r(132),r(115));r(115);return adjustPathByPlatform(isOSX()?path[r(231)](e,r(115)):path.join(e,r(186)))},exports[_0x13889f(242)]=function(){var r=_0x13889f;return getPath("..",r(132),r(168),r(237),r(232))},exports.getHdcPath=function(){var r=_0x13889f;return getPath("..",r(248),r(217),r(157),r(152),process[r(177)]===r(200)?"hdc.exe":r(181))};
1
+ var _0x321ba6=_0x5ee1;function _createForOfIteratorHelper(e,r){var t,o,n,a,i=_0x5ee1,s=i(422)!=typeof Symbol&&e[Symbol[i(373)]]||e[i(439)];if(s)return n=!(o=!0),{s:function(){s=s[i(413)](e)},n:function(){var e=i,r=s[e(334)]();return o=r[e(356)],r},e:function(e){n=!0,t=e},f:function(){var e=i;try{o||null==s[e(336)]||s[e(336)]()}finally{if(n)throw t}}};if(Array.isArray(e)||(s=_unsupportedIterableToArray(e))||r&&e&&"number"==typeof e[i(355)])return s&&(e=s),a=0,{s:r=function(){},n:function(){return a>=e[i(355)]?{done:!0}:{done:!1,value:e[a++]}},e:function(e){throw e},f:r};throw new TypeError(i(331))}function _0x5ee1(e,r){var t=_0x143c();return(_0x5ee1=function(e,r){return t[e-=297]})(e,r)}function _unsupportedIterableToArray(e,r){var t,o=_0x5ee1;if(e)return o(411)==typeof e?_arrayLikeToArray(e,r):(t={}[o(385)].call(e)[o(423)](8,-1),o(306)===t&&e[o(378)]&&(t=e[o(378)][o(323)]),o(431)===t||o(321)===t?Array[o(392)](e):o(377)===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/[o(387)](t)?_arrayLikeToArray(e,r):void 0)}function _arrayLikeToArray(e,r){var t=_0x5ee1;(null==r||r>e[t(355)])&&(r=e[t(355)]);for(var o=0,n=Array(r);o<r;o++)n[o]=e[o];return n}(()=>{for(var e=_0x5ee1,r=_0x143c();;)try{if(648796==+parseInt(e(328))*(parseInt(e(339))/2)+-parseInt(e(359))/3*(-parseInt(e(317))/4)+-parseInt(e(412))/5*(parseInt(e(324))/6)+parseInt(e(388))/7+-parseInt(e(430))/8+parseInt(e(402))/9+-parseInt(e(407))/10)break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var rimraf=require(_0x321ba6(375)),fs=require("fs"),path=require(_0x321ba6(345)),JSON5=require("json5"),os=require("os"),_require=require(_0x321ba6(322)),execSync=_require[_0x321ba6(419)],json5=require("json5"),log4js=require(_0x321ba6(438)),_require2=require(_0x321ba6(351)),configs=_require2[_0x321ba6(428)],logger=log4js[_0x321ba6(303)](_0x321ba6(330)),curProjectPath=null,curProjectInfo=null;function getProjectInfo(){var e,r,t,o=_0x321ba6;return process[o(309)].projectRoot===curProjectPath&&curProjectInfo||(r=readProjectCfgJson(e=process[o(309)][o(363)]||process[o(383)]())||{},t=path[o(384)](e,o(308)),t=r[o(400)]?path[o(384)](t,r[o(400)]):t,o=path.resolve(e,o(424),o(405)),curProjectInfo={projectPath:curProjectPath=e,projectCfg:r,ascfSrcPath:t,ascfBuildPath:o}),curProjectInfo}function _0x143c(){var e=["disableSubpackages","platform","ascf_src","concat"," is not found","skipApiValidator","prototype","includes","parser","copyFileSync","getLogger","readJsonFile","moveFiles","Object","AppScope","ascf/ascf_src","env","node","abilities","app.json5","DevEco Studio","warn","bin","configs is: ","20KIuuxl","mode","module","ascf/ascf_src/base.hxml","Set","child_process","name","274998KFngEv","serve","sort","Moving files error:","103813lejejk","sdk","common-utils","Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.","toolchains","execSafe","next","utf-8","return","handleResolveAlias","value","10TYjDfW","readdirSync","utf8","mkdirSync","hdc.exe","projectCfg","path","endsWith","development","find Hxml error:","all","apply","./config","writeJsonFile",".hxml","hvigor","length","done","production","win32","440031dCzTmY","***","getProjectInfo","clearResource","projectRoot","ascf.config.json","babel","getBundleName","existsSync","split","getHvigorwPath","readFileSync","openharmony","true","iterator","shift","rimraf","startsWith","Arguments","constructor","false","module.json5","hdc","signPwd","cwd","resolve","toString","join","test","6514949jFXypd","map","parse","isFile","from","tools","initConfigs","writeFileSync","darwin","getEntryPkgPath","getNodePath","keys","ascfRoot","C:\\Program Files\\Huawei\\DevEco Studio\\bin","6277680PyFQNY","parse json file error at ","columnNumber","ascf_build","templateHoist","83530ywlydr","isOSX","stringify","hvigorw","string","135OsSJRP","call","sync","isDirectory","srcPath","modules","error","execSync","hasHxml","node_modules","undefined","slice","ascf","ERROR: Write JSON file failed: ","hasOwnProperty","projectPath","configs","default","7888296qLJpKc","Map","clear","trim","DEVECO_DIR","exec cmd error","bundleName","swc","./log4js.js","@@iterator","deviceList"];return(_0x143c=function(){return e})()}exports[_0x321ba6(361)]=getProjectInfo,exports.RAWFILE_DIR="src/main/resources/rawfile",exports.TOOLKIT_PATH=path[_0x321ba6(386)](__dirname,"..","..");var SECURE_KEYS=["deviceId",_0x321ba6(440),_0x321ba6(382)];function logJsonStr(e){var o=_0x321ba6;return JSON[o(409)](e,function(e,r){var t=o;return SECURE_KEYS[t(300)](e)?null!=r?t(360):void 0:r})}function initOptions(e){var r,t=_0x321ba6;for(r in e)Object.prototype[t(426)][t(413)](e,r)&&(e[r]===t(379)&&(e[r]=!1),e[r]===t(372))&&(e[r]=!0)}function readJsonFile(r){var t=_0x321ba6;if(!fs.existsSync(r))return{};var e={};try{e=JSON5[t(390)](fs[t(370)](r,t(335))[t(385)]()||"{}")}catch(e){throw new Error(t(403)[t(444)](r,":")[t(444)](e.lineNumber,":")[t(444)](e[t(404)]," "))}return e}function writeJsonFile(e,r){var t=_0x321ba6;try{fs[t(395)](e,JSON[t(409)](r,null,2))}catch(e){throw t(425)[t(444)](e)}}function readProjectCfgJson(e){var r,t=_0x321ba6,e=path.join(e,t(424),t(443),t(364));return r=fs.existsSync(e)?JSON[t(390)](fs[t(370)](e)[t(385)]()):r}function isOSX(){var e=_0x321ba6;return os[e(442)]()===e(396)}function hasHxml(e){var r=_0x321ba6;try{var t,o=_createForOfIteratorHelper(fs.readdirSync(e,{withFileTypes:!0}));try{for(o.s();!(t=o.n())[r(356)];){var n=t.value,a=path[r(386)](e,n[r(323)]);if(n[r(391)]()&&n.name[r(346)](r(353))||n[r(415)]()&&"node_modules"!==n[r(323)]&&hasHxml(a))return!0}}catch(e){o.e(e)}finally{o.f()}}catch(e){logger[r(418)](r(348),e)}return!1}function moveFiles(n,a){var i=_0x321ba6;try{fs[i(342)](a,{recursive:!0}),fs[i(340)](n,{withFileTypes:!0}).forEach(function(e){var r=i,t=path[r(386)](n,e.name),o=path[r(386)](a,e[r(323)]);e[r(391)]()?fs[r(302)](t,o):e[r(415)]()&&e[r(323)]!==r(421)&&moveFiles(t,o)})}catch(e){logger[i(418)](i(327),e)}}function handleResolveAlias(e,r){var t,o=_0x321ba6,n=_createForOfIteratorHelper(Object[o(399)](r)[o(326)](function(e,r){var t=o;return r.length-e[t(355)]}));try{for(n.s();!(t=n.n())[o(356)];){var a,i,s,c=t[o(338)];if(c[o(346)]("/*")&&r[c][o(346)]("/*"))if(e[o(376)](c[o(423)](0,-1))||e===c[o(423)](0,-1))return a=r[c][o(423)](0,-1),i=e.slice(c[o(355)]-1),s=(s=path[o(386)](a,i).replace(/\\/g,"/"))[o(376)]("/")?s:"/"+s}}catch(e){n.e(e)}finally{n.f()}return e}function getEntryPkgPath(){var e,r=_0x321ba6,t=getProjectInfo()[r(427)],o=readJsonFile(path[r(384)](t,"build-profile.json5"));if(0<(null==o||null==(e=o[r(417)])?void 0:e[r(355)]))return path[r(386)](t,o[r(417)][0][r(416)]);logger.fatal("getEntryPkgPath error, build-profile.json5 file modules is null")}function deepMerge(e){for(var r=_0x321ba6,t=arguments[r(355)],o=new Array(1<t?t-1:0),n=1;n<t;n++)o[n-1]=arguments[n];if(!o[r(355)])return e;var a=o[r(374)]();if(a)for(var i=0,s=Object[r(399)](a);i<s[r(355)];i++){var c=s[i],f=a[c];isObject(f)?(null==e[c]&&(e[c]={}),deepMerge(e[c],f)):void 0!==f&&(e[c]=f)}return deepMerge[r(350)](void 0,[e][r(444)](o))}function isObject(e){var r=_0x321ba6;return"[object Object]"===Object[r(299)][r(385)][r(413)](e)}function getIdeBinPath(){var e=_0x321ba6,r=null==(r=process[e(309)][e(313)]||process.env[e(434)])?void 0:r[e(368)](";")[0][e(433)](),t=r||"/Applications/DevEco-Studio.app/Contents/tools",r=r||e(401);return isOSX()?t:r}function adjustPathByPlatform(e){var r=_0x321ba6;return isOSX()?e:'"'[r(444)](e,'"')}function getPath(){for(var e=_0x321ba6,r=getIdeBinPath(),t=arguments[e(355)],o=new Array(t),n=0;n<t;n++)o[n]=arguments[n];return adjustPathByPlatform(path[e(386)][e(350)](path,[r].concat(o)))}exports.logJsonStr=logJsonStr,exports[_0x321ba6(394)]=function(e,r){var t=_0x321ba6,o=(initOptions(r),getProjectInfo()),n=r.watch||r[t(325)]||void 0!==r[t(318)]&&r[t(318)]!==t(357);process[t(309)].NODE_ENV&&!n||(process[t(309)].NODE_ENV=t(n?347:357)),deepMerge(configs,o[t(344)],r),process.env.clearResource=n||configs[t(432)]?"yes":"no",configs[t(301)]=configs.swc?t(437):t(365),void 0===configs[t(406)]&&fs[t(367)](path[t(384)](e,t(320)))&&(configs[t(406)]=!0),configs[t(406)]=!!configs[t(406)],configs[t(298)]=n||configs[t(298)]!==t(379)&&configs[t(298)],configs[t(441)]=configs[t(325)]||(void 0===configs[t(441)]?!!n:configs[t(441)]),logger.debug(t(316).concat(logJsonStr(configs)))},exports[_0x321ba6(362)]=function(e){var o=_0x321ba6;return Promise[o(349)](e[o(389)](function(r){var t=o;if(fs[t(367)](r))return new Promise(function(e){rimraf[t(414)](r),e()})}))},exports[_0x321ba6(304)]=readJsonFile,exports[_0x321ba6(352)]=writeJsonFile,exports[_0x321ba6(408)]=isOSX,exports[_0x321ba6(420)]=hasHxml,exports[_0x321ba6(305)]=moveFiles,exports[_0x321ba6(337)]=handleResolveAlias,exports[_0x321ba6(397)]=getEntryPkgPath,exports.deepMerge=deepMerge,exports[_0x321ba6(333)]=function(e){var r,t=_0x321ba6,o=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{};try{return null==(r=execSync(e,o))?void 0:r.toString(t(341))}catch(e){logger[t(314)](t(435),e)}},exports.getModuleNames=function(){var e,r,t=_0x321ba6,o=getEntryPkgPath(),o=path[t(386)](o,"src","main",t(380));if(fs[t(367)](o))return r=fs.readFileSync(o,"utf-8"),{name:null==(r=json5[t(390)](r))||null==(e=r[t(319)])?void 0:e.name,entryAbility:null==r||null==(e=r[t(319)])||null==(e=e[t(311)])?void 0:e[t(389)](function(e){return e[t(323)]})};throw new Error(""[t(444)](o,t(297)))},exports[_0x321ba6(366)]=function(){var e,r=_0x321ba6,t=getProjectInfo()[r(427)],t=path[r(386)](t,r(307),r(312));if(fs[r(367)](t))return e=fs[r(370)](t,r(335)),null==(e=json5.parse(e))||null==(e=e.app)?void 0:e[r(436)];throw new Error(""[r(444)](t,r(297)))},exports[_0x321ba6(398)]=function(){var e=_0x321ba6,r=getIdeBinPath(),r=path[e(386)](r,"..",e(393),e(310));e(310);return adjustPathByPlatform(isOSX()?path[e(386)](r,e(310)):path.join(r,"node.exe"))},exports[_0x321ba6(369)]=function(){var e=_0x321ba6;return getPath("..","tools",e(354),e(315),e(410))},exports.getHdcPath=function(){var e=_0x321ba6;return getPath("..",e(329),e(429),e(371),e(332),process.platform===e(358)?e(343):e(381))};
@@ -1 +1 @@
1
- var _0x6761a=_0x3abd;function _0x1bc6(){var e=["get ohpm from deveco dir.","/Applications/DevEco-Studio.app/Contents/tools","bundleName","fatal","dependencies"," at entry/src/main/module.json5."," info @atomicservice/ascfapi","isLatestAscfHar","isLatestAscfToolkit","execSync","getEntryPkgPath","6038912yFAleK","update to ","256096AhsDLm","WARNING: ","versionCode","env","warn","8qxQNwC",'INFO: @atomicservice/ascf-toolkit can be upgraded, execute command "npm update -g @atomicservice/ascf-toolkit ',"readJsonFile","satisfies","module","child_process","ohpm","existsSync","com.huawei.hms.ascfruntime","latest","module.json5","oh-package.json5","tools","toString","info","latest:","bin","4iBzByH","length","C:\\Program Files\\Huawei\\DevEco Studio\\bin","209vAWJRy","split","7ZumSvS","join","ERROR: ASCF shared library version is too low,","DEVECO_DIR","./log4js.js",'WARNING: @atomicservice/ascf-toolkit can be upgraded, execute command "npm update -g @atomicservice/ascf-toolkit ',"6554709TghysR","DevEco Studio ohpm ","package.json","WARN: ASCF shared library not found.","path","isAscfHspSatisfied","1348281SkWAOc","trim","npm view @atomicservice/ascf-toolkit version","DevEco Studio","concat","semver"," is not exists, please ensure DevEco Studio installed","2113035IzIoDG","1172550rVWIPh","TOOLKIT_PATH","@atomicservice/ascfapi","765220qruoeM","version","filter","toLowerCase","version-check"];return(_0x1bc6=function(){return e})()}function _0x3abd(e,t){var r=_0x1bc6();return(_0x3abd=function(e,t){return r[e-=370]})(e,t)}(()=>{for(var e=_0x3abd,t=_0x1bc6();;)try{if(643091==+parseInt(e(405))*(-parseInt(e(383))/2)+-parseInt(e(422))/3*(-parseInt(e(388))/4)+parseInt(e(429))/5+-parseInt(e(430))/6+-parseInt(e(410))/7*(-parseInt(e(381))/8)+parseInt(e(416))/9+-parseInt(e(433))/10*(parseInt(e(408))/11))break;t.push(t.shift())}catch(e){t.push(t.shift())}})();var utils=require("./utils"),path=require(_0x6761a(420)),_require=require(_0x6761a(427)),satisfies=_require[_0x6761a(391)],_require2=require(_0x6761a(393)),execSync=_require2[_0x6761a(379)],log4js=require(_0x6761a(414)),fs=require("fs"),logger=log4js.getLogger(_0x6761a(437));function getOhpmFile(){var e=_0x6761a,t=(logger.debug(e(370)),null==(t=process[e(386)][e(425)]||process[e(386)][e(413)])?void 0:t[e(409)](";")[0][e(423)]()),r=t||e(371),t=t||e(407),r=utils.isOSX()?r:t;return path[e(411)](r,"..",e(400),e(394),e(404),"ohpm")}exports[_0x6761a(378)]=function(){var e=_0x6761a,t=0<arguments[e(406)]&&void 0!==arguments[0]&&arguments[0],r=utils[e(390)](path[e(411)](utils[e(431)],e(418)))[e(434)],a=execSync(e(424),{timeout:5e3})[e(401)]()[e(423)]();r!==a&&(t?logger[e(387)](e(415)[e(426)](a,'"')):logger[e(402)](e(389)[e(426)](a,'"')))},exports[_0x6761a(377)]=function(){var e,t,r=_0x6761a,a=0<arguments[r(406)]&&void 0!==arguments[0]&&arguments[0],o=path.join(utils[r(380)](),r(399)),i=utils[r(390)](o)[r(374)][r(432)];i?(e=getOhpmFile(),fs[r(395)](e)?(t=utils.isOSX()?e:'"'[r(426)](e,'"'),t=execSync(""[r(426)](t,r(376)),{timeout:5e3})[r(401)]()[r(409)](r(403))[1][r(409)]("\n")[0].trim(),satisfies(t,i)||i[r(436)]()===r(397)||(a?logger.warn("WARNING: ASCF Shared Library can be upgraded."):logger[r(402)]("INFO: ASCF Shared Library can be upgraded."))):logger[r(387)](r(417)[r(426)](e,r(428)))):logger.warn(r(384)[r(426)](o," does not depend on ASCF Shared Library. Select a project that does, or create a new one."))},exports[_0x6761a(421)]=function(e){var r=_0x6761a,t=(logger.debug("get project entry module.json."),path[r(411)](utils.getEntryPkgPath(),"src","main",r(398))),t=null==(t=utils[r(390)](t)[r(392)])?void 0:t[r(374)],t=null==t?void 0:t[r(435)](function(e){var t=r;return e[t(372)]===t(396)});return!t||t[r(406)]<=0?(logger[r(387)](r(419)),!1):!(Number(t[0][r(385)])<Number(e)&&(logger[r(373)](r(412)+r(382).concat(e,r(375))),1))};
1
+ var _0x5cf52d=_0x4963,utils=((()=>{for(var e=_0x4963,r=_0x3ca7();;)try{if(556192==-parseInt(e(507))+parseInt(e(481))/2*(parseInt(e(478))/3)+-parseInt(e(505))/4*(parseInt(e(529))/5)+-parseInt(e(527))/6+-parseInt(e(509))/7+parseInt(e(511))/8+parseInt(e(510))/9)break;r.push(r.shift())}catch(e){r.push(r.shift())}})(),require(_0x5cf52d(517))),path=require(_0x5cf52d(531)),_require=require("semver"),satisfies=_require[_0x5cf52d(538)],_require2=require("child_process"),execSync=_require2[_0x5cf52d(488)],log4js=require(_0x5cf52d(513)),fs=require("fs"),logger=log4js[_0x5cf52d(487)](_0x5cf52d(500));function _0x3ca7(){var e=["warn"," does not depend on ASCF Shared Library. Select a project that does, or create a new one.","length","ERROR: ASCF shared library version is too low,","trim","dependencies","join","version-check","com.huawei.hms.ascfruntime","toString","isLatestAscfHar","concat","12dZzUrh","isAscfHspSatisfied","713741XiiYOG","isLatestAscfToolkit","1066002FhzRGd","7346943rTkNhh","8675584efGoRf","toLowerCase","./log4js.js","npm view @atomicservice/ascf-toolkit version","split","src","./utils"," info @atomicservice/ascfapi","readJsonFile","DevEco Studio ohpm ","latest:","bin","update to "," is not exists, please ensure DevEco Studio installed","version","package.json","1936062xNscgf","/Applications/DevEco-Studio.app/Contents/tools","1719925jzGTeb","env","path","DEVECO_DIR",'INFO: @atomicservice/ascf-toolkit can be upgraded, execute command "npm update -g @atomicservice/ascf-toolkit ',"main","ohpm","TOOLKIT_PATH"," at entry/src/main/module.json5.","satisfies","WARN: ASCF shared library not found.","module","@atomicservice/ascfapi","6QbUaMo","INFO: ASCF Shared Library can be upgraded.","bundleName","876076IsGtmP","filter","WARNING: ASCF Shared Library can be upgraded.","versionCode","info","getEntryPkgPath","getLogger","execSync","DevEco Studio","latest","oh-package.json5","get project entry module.json."];return(_0x3ca7=function(){return e})()}function getOhpmFile(){var e=_0x5cf52d,r=(logger.debug("get ohpm from deveco dir."),null==(r=process[e(530)][e(489)]||process[e(530)][e(532)])?void 0:r[e(515)](";")[0][e(497)]()),t=r||e(528),r=r||"C:\\Program Files\\Huawei\\DevEco Studio\\bin",t=utils.isOSX()?t:r;return path[e(499)](t,"..","tools",e(535),e(522),e(535))}function _0x4963(e,r){var t=_0x3ca7();return(_0x4963=function(e,r){return t[e-=475]})(e,r)}exports[_0x5cf52d(508)]=function(){var e=_0x5cf52d,r=0<arguments[e(495)]&&void 0!==arguments[0]&&arguments[0],t=utils.readJsonFile(path[e(499)](utils[e(536)],e(526)))[e(525)],o=execSync(e(514),{timeout:5e3})[e(502)]()[e(497)]();t!==o&&(r?logger.warn('WARNING: @atomicservice/ascf-toolkit can be upgraded, execute command "npm update -g @atomicservice/ascf-toolkit '.concat(o,'"')):logger[e(485)](e(533)[e(504)](o,'"')))},exports[_0x5cf52d(503)]=function(){var e,r,t=_0x5cf52d,o=0<arguments[t(495)]&&void 0!==arguments[0]&&arguments[0],i=path[t(499)](utils[t(486)](),t(491)),s=utils[t(519)](i)[t(498)][t(477)];s?(e=getOhpmFile(),fs.existsSync(e)?(r=utils.isOSX()?e:'"'.concat(e,'"'),r=execSync(""[t(504)](r,t(518)),{timeout:5e3})[t(502)]().split(t(521))[1][t(515)]("\n")[0][t(497)](),satisfies(r,s)||s[t(512)]()===t(490)||(o?logger.warn(t(483)):logger.info(t(479)))):logger.warn(t(520)[t(504)](e,t(524)))):logger[t(493)]("WARNING: "[t(504)](i,t(494)))},exports[_0x5cf52d(506)]=function(e){var t=_0x5cf52d,r=(logger.debug(t(492)),path[t(499)](utils[t(486)](),t(516),t(534),"module.json5")),r=null==(r=utils.readJsonFile(r)[t(476)])?void 0:r[t(498)],r=null==r?void 0:r[t(482)](function(e){var r=t;return e[r(480)]===r(501)});return!r||r[t(495)]<=0?(logger[t(493)](t(475)),!1):!(Number(r[0][t(484)])<Number(e)&&(logger.fatal(t(496)+t(523)[t(504)](e,t(537))),1))};