@atomicservice/ascf-toolkit 1.0.8 → 1.0.10

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 (108) hide show
  1. package/lib/ascf-base/index.js +1 -1
  2. package/lib/ascf-common/index.js +1 -1
  3. package/lib/ascf-compiler/appjson-loader.js +1 -1
  4. package/lib/ascf-compiler/common/appjson-validator.js +1 -1
  5. package/lib/ascf-compiler/common/ascf-define.js +1 -1
  6. package/lib/ascf-compiler/common/ascf-file-cache.js +1 -0
  7. package/lib/ascf-compiler/common/beforeLoaderProcess.js +1 -1
  8. package/lib/ascf-compiler/common/css-runtime-api.js +1 -1
  9. package/lib/ascf-compiler/common/eventHappenHjs.js +1 -1
  10. package/lib/ascf-compiler/common/exp-utils.js +1 -1
  11. package/lib/ascf-compiler/common/hash-sum.js +1 -1
  12. package/lib/ascf-compiler/common/hdc-executor.js +1 -1
  13. package/lib/ascf-compiler/common/hjs-utils.js +1 -1
  14. package/lib/ascf-compiler/common/hxml-validator.js +1 -1
  15. package/lib/ascf-compiler/common/logUndefined.js +1 -1
  16. package/lib/ascf-compiler/common/manifest-handler.js +1 -1
  17. package/lib/ascf-compiler/common/manifest-manager.js +1 -1
  18. package/lib/ascf-compiler/common/merge-tpl-cmps.js +1 -1
  19. package/lib/ascf-compiler/common/packoptions-utils.js +1 -1
  20. package/lib/ascf-compiler/common/quick-generate-subpackage.js +1 -1
  21. package/lib/ascf-compiler/common/utils.js +1 -1
  22. package/lib/ascf-compiler/css-process-loader.js +1 -1
  23. package/lib/ascf-compiler/extract-loader.js +1 -1
  24. package/lib/ascf-compiler/hcss-loader.js +1 -1
  25. package/lib/ascf-compiler/hjs-loader.js +1 -1
  26. package/lib/ascf-compiler/hxml-loader.js +1 -1
  27. package/lib/ascf-compiler/js-parser/parser-babel.js +1 -1
  28. package/lib/ascf-compiler/js-parser/parser-swc.js +1 -1
  29. package/lib/ascf-compiler/js-parser/parser.js +1 -1
  30. package/lib/ascf-compiler/loader-utils.js +1 -1
  31. package/lib/ascf-compiler/path-process-loader.js +1 -1
  32. package/lib/ascf-compiler/plugin/before-loader-plugin.js +1 -1
  33. package/lib/ascf-compiler/plugin/copy-bundle-plugin.js +1 -1
  34. package/lib/ascf-compiler/plugin/dynamic-entry-plugin.js +1 -1
  35. package/lib/ascf-compiler/plugin/extConfig-plugin.js +1 -1
  36. package/lib/ascf-compiler/plugin/html-generator-plugin.js +1 -1
  37. package/lib/ascf-compiler/plugin/i18n-transform-plugin.js +1 -1
  38. package/lib/ascf-compiler/plugin/manifest-generator-plugin.js +1 -1
  39. package/lib/ascf-compiler/plugin/quick-service-build-plugin.js +1 -1
  40. package/lib/ascf-compiler/plugin/replace-module-id-plugin.js +1 -1
  41. package/lib/ascf-compiler/plugin/resource-plugin.js +1 -1
  42. package/lib/ascf-compiler/plugin/webpack-target/index.js +1 -1
  43. package/lib/ascf-compiler/plugin/webpack-target/jsonpChunkLoadingRuntimeModule.js +1 -1
  44. package/lib/ascf-compiler/plugin/webpack-target/jsonpHelpers.js +1 -1
  45. package/lib/ascf-compiler/plugin/webpack-target/jsonpTemplatePlugin.js +1 -1
  46. package/lib/ascf-compiler/require-loader.js +1 -1
  47. package/lib/ascf-compiler/server/dev-server.js +1 -1
  48. package/lib/ascf-compiler/server/port-manager.js +1 -1
  49. package/lib/ascf-compiler/swc-loader.js +1 -1
  50. package/lib/ascf-compiler/template/attr-utils.js +1 -1
  51. package/lib/ascf-compiler/template/implicit-model-config.js +1 -1
  52. package/lib/ascf-compiler/template/node-name-utils.js +1 -1
  53. package/lib/ascf-compiler/template-compiler/index.js +1 -0
  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-compiler.d.ts +8 -0
  60. package/lib/ascf-compiler/vue-compiler/vue-compiler.js +1 -0
  61. package/lib/ascf-compiler/vue-compiler/vue.bundle.js +1 -1
  62. package/lib/ascf-compiler/web.webpack.config.js +1 -1
  63. package/lib/ascf-converter/ascfApisDiff.json +1 -1
  64. package/lib/ascf-converter/common/commonConfig.js +1 -1
  65. package/lib/ascf-converter/common/commonUtils.js +1 -1
  66. package/lib/ascf-converter/common/path-validator.js +1 -1
  67. package/lib/ascf-converter/common/textDocument.js +1 -1
  68. package/lib/ascf-converter/compiler-utils/parse5.bundle.js +1 -1
  69. package/lib/ascf-converter/convertManager.js +1 -1
  70. package/lib/ascf-converter/features/converter.js +1 -1
  71. package/lib/ascf-converter/features/fileHandle.js +1 -1
  72. package/lib/ascf-converter/features/transformReport.js +1 -1
  73. package/lib/ascf-converter/lib/apiadapter4alipay.js +1 -1
  74. package/lib/ascf-converter/parse/babelParser.js +1 -1
  75. package/lib/ascf-converter/parse/importVisitor.js +1 -1
  76. package/lib/ascf-converter/parse/wxssParser.js +1 -1
  77. package/lib/ascf-converter/report/js/index.js +1 -1
  78. package/lib/ascf-sign-tools/cli.js +1 -1
  79. package/lib/ascf-sign-tools/index.js +1 -1
  80. package/lib/bin/ascf.js +1 -1
  81. package/lib/commands/ascfbuild/index.js +1 -1
  82. package/lib/commands/build-npm/index.js +1 -1
  83. package/lib/commands/compile.js +1 -1
  84. package/lib/commands/convert.js +1 -1
  85. package/lib/commands/debugger/index.js +1 -1
  86. package/lib/commands/quickservice/index.js +1 -1
  87. package/lib/common/config.js +1 -1
  88. package/lib/common/constants.js +1 -1
  89. package/lib/common/log4js.js +1 -1
  90. package/lib/common/logger-plugin.js +1 -1
  91. package/lib/common/remove-strict-mode-plugin.js +1 -1
  92. package/lib/common/string-utils.js +1 -1
  93. package/lib/common/utils.js +1 -1
  94. package/lib/common/version-check.js +1 -1
  95. package/lib/index.d.ts +1 -1
  96. package/lib/index.js +1 -1
  97. package/package.json +7 -2
  98. package/lib/ascf-base/index.d.ts +0 -79
  99. package/lib/tools/release_64/SSL/ct_log_list.cnf +0 -9
  100. package/lib/tools/release_64/SSL/ct_log_list.cnf.dist +0 -9
  101. package/lib/tools/release_64/SSL/misc/CA.pl +0 -215
  102. package/lib/tools/release_64/SSL/misc/tsget.pl +0 -200
  103. package/lib/tools/release_64/SSL/openssl.cnf +0 -350
  104. package/lib/tools/release_64/SSL/openssl.cnf.dist +0 -350
  105. package/lib/tools/release_64/bin/c_rehash.pl +0 -251
  106. package/lib/tools/release_64/bin/libcrypto-1_1-x64.dll +0 -0
  107. package/lib/tools/release_64/bin/libssl-1_1-x64.dll +0 -0
  108. package/lib/tools/release_64/bin/openssl.exe +0 -0
@@ -1 +1 @@
1
- function _typeof(t){var r=_0x1521;return(_typeof=r(413)==typeof Symbol&&r(379)==typeof Symbol[r(377)]?function(t){return typeof t}:function(t){var e=r;return t&&e(413)==typeof Symbol&&t[e(393)]===Symbol&&t!==Symbol[e(396)]?e(379):typeof t})(t)}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _defineProperties(t,e){for(var r=_0x1521,n=0;n<e[r(371)];n++){var i=e[n];i[r(375)]=i[r(375)]||!1,i.configurable=!0,r(385)in i&&(i.writable=!0),Object[r(406)](t,_toPropertyKey(i[r(387)]),i)}}function _createClass(t,e,r){var n=_0x1521;return e&&_defineProperties(t.prototype,e),r&&_defineProperties(t,r),Object.defineProperty(t,n(396),{writable:!1}),t}function _0x1521(t,e){var r=_0x102a();return(_0x1521=function(t,e){return r[t-=371]})(t,e)}function _toPropertyKey(t){t=_toPrimitive(t,_0x1521(374));return"symbol"==_typeof(t)?t:t+""}function _toPrimitive(t,e){var r=_0x1521;if("object"!=_typeof(t)||!t)return t;var n=t[Symbol[r(399)]];if(void 0===n)return(r(374)===e?String:Number)(t);n=n[r(398)](t,e||r(386));if(r(389)!=_typeof(n))return n;throw new TypeError(r(402))}function _0x102a(){var t=["getText","value","default","key","_content","object","2033465erApVW","14604570WLfMnt","charCodeAt","constructor","63192PaaIKp","6858PpPafx","prototype","8ViQBTA","call","toPrimitive","offsetAt","5kBqCXn","@@toPrimitive must return a primitive value.","character","positionAt","push","defineProperty","computeLineOffsets","line","10kyswjG","10xBteHz","getLineOffsets","_uri","function","max","length","344JdvzuT","_lineOffsets","string","enumerable","926431GJpOsA","iterator","uri","symbol","234jTntQA","6594018nkEvkn","603288KRwnVD","floor"];return(_0x102a=function(){return t})()}(()=>{for(var t=_0x1521,e=_0x102a();;)try{if(929529==-parseInt(t(409))*(parseInt(t(394))/2)+-parseInt(t(395))/3*(parseInt(t(372))/4)+parseInt(t(401))/5*(parseInt(t(381))/6)+-parseInt(t(390))/7*(parseInt(t(397))/8)+parseInt(t(391))/9+parseInt(t(410))/10*(-parseInt(t(376))/11)+parseInt(t(382))/12*(-parseInt(t(380))/13))break;e.push(e.shift())}catch(t){e.push(e.shift())}})();var TextDocument=(()=>{var s=_0x1521;return _createClass(function t(e,r){var n=_0x1521;_classCallCheck(this,t),this._uri=e,this[n(388)]=r,this[n(373)]=void 0},[{key:s(384),value:function(){return this._content}},{key:s(378),value:function(){return this[s(412)]}},{key:s(400),value:function(t){var e,r=s,n=this.getLineOffsets();return t[r(408)]>=n[r(371)]?this[r(388)][r(371)]:t[r(408)]<0?0:(e=n[t[r(408)]],n=t.line+1<n.length?n[t[r(408)]+1]:this[r(388)][r(371)],Math[r(414)](Math.min(e+t[r(403)],n),e))}},{key:s(411),value:function(){var t=s;return void 0===this[t(373)]&&(this[t(373)]=this[t(407)](this[t(388)],!0)),this._lineOffsets}},{key:s(407),value:function(t,e,r){for(var n=s,i=(void 0===r&&(r=0),e?[r]:[]),o=0;o<t[n(371)];o++){var a=t[n(392)](o);13!==a&&10!==a||(13===a&&o+1<t[n(371)]&&10===t[n(392)](o+1)&&o++,i[n(405)](r+o+1))}return i}},{key:s(404),value:function(t){var e=s,r=(t=Math[e(414)](Math.min(t,this[e(388)][e(371)]),0),this[e(411)]()),n=0,i=r[e(371)];if(0===i)return{line:0,character:t};for(;n<i;){var o=Math[e(383)]((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.exports={create:create};
1
+ function _typeof(t){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _defineProperties(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,_toPropertyKey(r.key),r)}}function _createClass(t,e,n){return e&&_defineProperties(t.prototype,e),n&&_defineProperties(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t}function _toPropertyKey(t){t=_toPrimitive(t,"string");return"symbol"==_typeof(t)?t:t+""}function _toPrimitive(t,e){if("object"!=_typeof(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0===n)return("string"===e?String:Number)(t);n=n.call(t,e||"default");if("object"!=_typeof(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}var TextDocument=_createClass(function t(e,n){_classCallCheck(this,t),this._uri=e,this._content=n,this._lineOffsets=void 0},[{key:"getText",value:function(){return this._content}},{key:"uri",value:function(){return this._uri}},{key:"offsetAt",value:function(t){var e,n=this.getLineOffsets();return t.line>=n.length?this._content.length:t.line<0?0:(e=n[t.line],n=t.line+1<n.length?n[t.line+1]:this._content.length,Math.max(Math.min(e+t.character,n),e))}},{key:"getLineOffsets",value:function(){return void 0===this._lineOffsets&&(this._lineOffsets=this.computeLineOffsets(this._content,!0)),this._lineOffsets}},{key:"computeLineOffsets",value:function(t,e,n){void 0===n&&(n=0);for(var r=e?[n]:[],i=0;i<t.length;i++){var o=t.charCodeAt(i);13!==o&&10!==o||(13===o&&i+1<t.length&&10===t.charCodeAt(i+1)&&i++,r.push(n+i+1))}return r}},{key:"positionAt",value:function(t){t=Math.max(Math.min(t,this._content.length),0);var e=this.getLineOffsets(),n=0,r=e.length;if(0===r)return{line:0,character:t};for(;n<r;){var i=Math.floor((n+r)/2);e[i]>t?r=i:n=i+1}var o=n-1;return{line:o,character:t-e[o]}}}]);function create(t,e){return new TextDocument(t,e)}module.exports={create:create};