@atomicservice/ascf-toolkit 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/ascf-base/index.js +1 -1
- package/lib/ascf-common/index.js +1 -1
- package/lib/ascf-compiler/appjson-loader.js +1 -1
- package/lib/ascf-compiler/common/appjson-validator.js +1 -1
- package/lib/ascf-compiler/common/ascf-define.js +1 -1
- package/lib/ascf-compiler/common/beforeLoaderProcess.js +1 -1
- package/lib/ascf-compiler/common/css-runtime-api.js +1 -1
- package/lib/ascf-compiler/common/eventHappenHjs.js +1 -1
- package/lib/ascf-compiler/common/exp-utils.js +1 -1
- package/lib/ascf-compiler/common/hash-sum.js +1 -1
- package/lib/ascf-compiler/common/hdc-executor.js +1 -1
- package/lib/ascf-compiler/common/hjs-utils.js +1 -1
- package/lib/ascf-compiler/common/hxml-validator.js +1 -1
- package/lib/ascf-compiler/common/logUndefined.js +1 -1
- package/lib/ascf-compiler/common/manifest-handler.js +1 -1
- package/lib/ascf-compiler/common/manifest-manager.js +1 -1
- package/lib/ascf-compiler/common/merge-tpl-cmps.js +1 -1
- package/lib/ascf-compiler/common/packoptions-utils.js +1 -1
- package/lib/ascf-compiler/common/quick-generate-subpackage.js +1 -1
- package/lib/ascf-compiler/common/utils.js +1 -1
- package/lib/ascf-compiler/css-process-loader.js +1 -1
- package/lib/ascf-compiler/extract-loader.js +1 -1
- package/lib/ascf-compiler/hcss-loader.js +1 -1
- package/lib/ascf-compiler/hjs-loader.js +1 -1
- package/lib/ascf-compiler/hxml-loader.js +1 -1
- package/lib/ascf-compiler/js-parser/parser-babel.js +1 -1
- package/lib/ascf-compiler/js-parser/parser-swc.js +1 -1
- package/lib/ascf-compiler/js-parser/parser.js +1 -1
- package/lib/ascf-compiler/loader-utils.js +1 -1
- package/lib/ascf-compiler/path-process-loader.js +1 -1
- package/lib/ascf-compiler/plugin/before-loader-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/copy-bundle-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/dynamic-entry-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/extConfig-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/html-generator-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/i18n-transform-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/manifest-generator-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/quick-service-build-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/replace-module-id-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/resource-plugin.js +1 -1
- package/lib/ascf-compiler/plugin/webpack-target/index.js +1 -1
- package/lib/ascf-compiler/plugin/webpack-target/jsonpChunkLoadingRuntimeModule.js +1 -1
- package/lib/ascf-compiler/plugin/webpack-target/jsonpHelpers.js +1 -1
- package/lib/ascf-compiler/plugin/webpack-target/jsonpTemplatePlugin.js +1 -1
- package/lib/ascf-compiler/require-loader.js +1 -1
- package/lib/ascf-compiler/server/dev-server.js +1 -1
- package/lib/ascf-compiler/server/port-manager.js +1 -1
- package/lib/ascf-compiler/swc-loader.js +1 -1
- package/lib/ascf-compiler/template/attr-utils.js +1 -1
- package/lib/ascf-compiler/template/implicit-model-config.js +1 -1
- package/lib/ascf-compiler/template/node-name-utils.js +1 -1
- package/lib/ascf-compiler/trustlist-hxml-verify-loader.js +1 -1
- package/lib/ascf-compiler/trustlist-js-verify-loader.js +1 -1
- package/lib/ascf-compiler/trustlist-verify/config.js +1 -1
- package/lib/ascf-compiler/trustlist-verify/utils.js +1 -1
- package/lib/ascf-compiler/trustlist-verify/verify-ignore-files.js +1 -1
- package/lib/ascf-compiler/vue-compiler/vue.bundle.js +1 -1
- package/lib/ascf-compiler/web.webpack.config.js +1 -1
- package/lib/ascf-converter/common/commonConfig.js +1 -1
- package/lib/ascf-converter/common/commonUtils.js +1 -1
- package/lib/ascf-converter/common/path-validator.js +1 -1
- package/lib/ascf-converter/common/textDocument.js +1 -1
- package/lib/ascf-converter/compiler-utils/parse5.bundle.js +1 -1
- package/lib/ascf-converter/convertManager.js +1 -1
- package/lib/ascf-converter/features/converter.js +1 -1
- package/lib/ascf-converter/features/fileHandle.js +1 -1
- package/lib/ascf-converter/features/transformReport.js +1 -1
- package/lib/ascf-converter/lib/apiadapter4alipay.js +1 -1
- package/lib/ascf-converter/parse/babelParser.js +1 -1
- package/lib/ascf-converter/parse/importVisitor.js +1 -1
- package/lib/ascf-converter/parse/wxssParser.js +1 -1
- package/lib/ascf-converter/report/js/index.js +1 -1
- package/lib/ascf-sign-tools/cli.js +1 -1
- package/lib/ascf-sign-tools/index.js +1 -1
- package/lib/bin/ascf.js +1 -1
- package/lib/commands/ascfbuild/index.js +1 -1
- package/lib/commands/build-npm/index.js +1 -1
- package/lib/commands/compile.js +1 -1
- package/lib/commands/convert.js +1 -1
- package/lib/commands/debugger/index.js +1 -1
- package/lib/commands/quickservice/index.js +1 -1
- package/lib/common/config.js +1 -1
- package/lib/common/constants.js +1 -1
- package/lib/common/log4js.js +1 -1
- package/lib/common/logger-plugin.js +1 -1
- package/lib/common/remove-strict-mode-plugin.js +1 -1
- package/lib/common/string-utils.js +1 -1
- package/lib/common/utils.js +1 -1
- package/lib/common/version-check.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _0x551877=_0xd3d0;function _0xd3d0(e,r){var n=_0x2d25();return(_0xd3d0=function(e,r){return n[e-=419]})(e,r)}function _0x2d25(){var e=["39yxSYcu","329gqErnc","resolve","checkInputPathFun","oh-package.json5","error","data","3839408pgtIuH","Check success.","23336dBmkwV","3vOalFa","dependencies","existsSync","1395475HLssFt","path","21659YWrNkD","113254XWSijE","288WxeBUj","Output path is not an ASCF project.","@atomicservice/ascf","64422kXVjFz","modules","build-profile.json5","10HlWEIB","length","readJsonFile","131778ffyJQZ","Input path is not MiniProgram src.","srcPath"];return(_0x2d25=function(){return e})()}(()=>{for(var e=_0xd3d0,r=_0x2d25();;)try{if(286523==-parseInt(e(421))*(-parseInt(e(427))/2)+-parseInt(e(440))/3*(parseInt(e(420))/4)+parseInt(e(424))/5+parseInt(e(431))/6*(-parseInt(e(441))/7)+parseInt(e(447))/8+parseInt(e(437))/9*(-parseInt(e(434))/10)+-parseInt(e(426))/11*(parseInt(e(428))/12))break;r.push(r.shift())}catch(e){r.push(r.shift())}})();var fs=require("fs"),path=require(_0x551877(425)),_require=require("../../common/utils"),readJsonFile=_require[_0x551877(436)];exports.pathValidator=function(e,r){var n,t=_0x551877;require("../features/converter.js")[t(443)](e)[t(446)].returnCode?(e=path[t(442)](r,t(433)),null!=(r=(n=0<(null==(e=fs[t(423)](e)?readJsonFile(e):void 0)||null==(n=e[t(432)])?void 0:n[t(435)])?path[t(442)](r,e[t(432)][0][t(439)],t(444)):void 0)?readJsonFile(n):void 0)&&r[t(422)]&&(r[t(422)]["@atomicservice/ascfapi"]||r[t(422)][t(430)])?console.info(t(419)):console[t(445)](t(429))):console.error(t(438))};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function _typeof(t){var r=
|
|
1
|
+
var _0x49e733=_0x1655;function _0x1655(t,e){var r=_0xdc29();return(_0x1655=function(t,e){return r[t-=147]})(t,e)}function _typeof(t){var r=_0x1655;return(_typeof=r(185)==typeof Symbol&&r(166)==typeof Symbol[r(170)]?function(t){return typeof t}:function(t){var e=r;return t&&e(185)==typeof Symbol&&t[e(181)]===Symbol&&t!==Symbol[e(159)]?"symbol":typeof t})(t)}function _classCallCheck(t,e){var r=_0x1655;if(!(t instanceof e))throw new TypeError(r(162))}function _defineProperties(t,e){for(var r=_0x1655,n=0;n<e[r(187)];n++){var i=e[n];i[r(158)]=i[r(158)]||!1,i[r(180)]=!0,r(148)in i&&(i.writable=!0),Object[r(183)](t,_toPropertyKey(i[r(184)]),i)}}function _0xdc29(){var t=["1544217cqyLuf","4rjEONE","7319685jXRJzy","configurable","constructor","min","defineProperty","key","function","object","length","offsetAt","_content","value","426803ullycJ","9026969ORWgvU","exports","max","_lineOffsets","default","string","6SPLIIM","charCodeAt","enumerable","prototype","50990rxPcjV","getLineOffsets","Cannot call a class as a function","toPrimitive","8CPIWnw","floor","symbol","5170WFWcyA","_uri","10137996JQVYoU","iterator","6469416tAVzeS","call","line","uri","getText","positionAt"];return(_0xdc29=function(){return t})()}function _createClass(t,e,r){var n=_0x1655;return e&&_defineProperties(t[n(159)],e),r&&_defineProperties(t,r),Object[n(183)](t,"prototype",{writable:!1}),t}function _toPropertyKey(t){var e=_0x1655,t=_toPrimitive(t,e(155));return e(166)==_typeof(t)?t:t+""}function _toPrimitive(t,e){var r=_0x1655;if("object"!=_typeof(t)||!t)return t;var n=t[Symbol[r(163)]];if(void 0===n)return(r(155)===e?String:Number)(t);n=n[r(172)](t,e||r(154));if(r(186)!=_typeof(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}(()=>{for(var t=_0x1655,e=_0xdc29();;)try{if(823960==-parseInt(t(149))*(parseInt(t(156))/2)+parseInt(t(177))/3*(-parseInt(t(178))/4)+parseInt(t(179))/5+-parseInt(t(171))/6+-parseInt(t(150))/7*(parseInt(t(164))/8)+parseInt(t(169))/9+parseInt(t(160))/10*(parseInt(t(167))/11))break;e.push(e.shift())}catch(t){e.push(e.shift())}})();var TextDocument=(()=>{var u=_0x1655;return _createClass(function t(e,r){var n=_0x1655;_classCallCheck(this,t),this[n(168)]=e,this[n(147)]=r,this[n(153)]=void 0},[{key:u(175),value:function(){return this[u(147)]}},{key:u(174),value:function(){return this._uri}},{key:u(188),value:function(t){var e,r=u,n=this[r(161)]();return t[r(173)]>=n.length?this._content[r(187)]:t[r(173)]<0?0:(e=n[t[r(173)]],n=t.line+1<n[r(187)]?n[t.line+1]:this[r(147)][r(187)],Math[r(152)](Math[r(182)](e+t.character,n),e))}},{key:"getLineOffsets",value:function(){var t=u;return void 0===this[t(153)]&&(this[t(153)]=this.computeLineOffsets(this[t(147)],!0)),this._lineOffsets}},{key:"computeLineOffsets",value:function(t,e,r){for(var n=u,i=(void 0===r&&(r=0),e?[r]:[]),o=0;o<t[n(187)];o++){var a=t[n(157)](o);13!==a&&10!==a||(13===a&&o+1<t[n(187)]&&10===t[n(157)](o+1)&&o++,i.push(r+o+1))}return i}},{key:u(176),value:function(t){var e=u,r=(t=Math.max(Math[e(182)](t,this._content[e(187)]),0),this[e(161)]()),n=0,i=r[e(187)];if(0===i)return{line:0,character:t};for(;n<i;){var o=Math[e(165)]((n+i)/2);r[o]>t?i=o:n=o+1}var a=n-1;return{line:a,character:t-r[a]}}}])})();function create(t,e){return new TextDocument(t,e)}module[_0x49e733(151)]={create:create};
|