miniprogram-ci 2.1.31 → 2.1.33

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 (609) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/README.md +5 -0
  3. package/dist/@types/ci/checkCodeQuality.d.ts +1 -1
  4. package/dist/@types/ci/cloud/utils.d.ts +1 -1
  5. package/dist/@types/ci/code-analyse.d.ts +1 -1
  6. package/dist/@types/ci/cos-upload.d.ts +0 -1
  7. package/dist/@types/ci/getCompiledResult.d.ts +0 -1
  8. package/dist/@types/ci/utils/filterUnusedFile.d.ts +0 -1
  9. package/dist/@types/ci/utils/pack.d.ts +0 -1
  10. package/dist/@types/ci/utils/packfile.d.ts +0 -1
  11. package/dist/@types/ci/utils/tools.d.ts +1 -1
  12. package/dist/@types/ci/utils/wxvpkg/unpack/version0.d.ts +0 -1
  13. package/dist/@types/ci/utils/wxvpkg/unpack/version10.d.ts +0 -1
  14. package/dist/@types/common/code-analyse/index.d.ts +16 -1
  15. package/dist/@types/config/compiletype.config.d.ts +4 -4
  16. package/dist/@types/config/config.d.ts +1 -1
  17. package/dist/@types/config/dir.config.d.ts +17 -0
  18. package/dist/@types/config/url.config.d.ts +42 -42
  19. package/dist/@types/index.d.ts +6 -2
  20. package/dist/@types/modules/corecompiler/baseCompiler.d.ts +3 -4
  21. package/dist/@types/modules/corecompiler/original/compile/common.d.ts +0 -1
  22. package/dist/@types/modules/corecompiler/original/compile/game.d.ts +1 -1
  23. package/dist/@types/modules/corecompiler/original/compile/gamePlugin.d.ts +0 -1
  24. package/dist/@types/modules/corecompiler/original/compile/handler/mpjson.d.ts +0 -1
  25. package/dist/@types/modules/corecompiler/original/compile/index.d.ts +1 -1
  26. package/dist/@types/modules/corecompiler/original/compile/miniprogram.d.ts +0 -1
  27. package/dist/@types/modules/corecompiler/original/compile/miniprogramPlugin.d.ts +0 -1
  28. package/dist/@types/modules/corecompiler/original/index.d.ts +1 -1
  29. package/dist/@types/modules/corecompiler/original/js/index.d.ts +0 -1
  30. package/dist/@types/modules/corecompiler/original/protect/uglifyfilenames.d.ts +0 -1
  31. package/dist/@types/modules/corecompiler/original/webWorker/webWorkerManager.d.ts +0 -1
  32. package/dist/@types/modules/corecompiler/original/workerThread/childprocessManager.d.ts +1 -1
  33. package/dist/@types/modules/corecompiler/original/workerThread/config.d.ts +3 -0
  34. package/dist/@types/modules/corecompiler/original/workerThread/task/compilejs.d.ts +4 -2
  35. package/dist/@types/modules/corecompiler/original/workerThread/task/compilewxss.d.ts +0 -1
  36. package/dist/@types/modules/corecompiler/original/workerThread/task/func.d.ts +4 -0
  37. package/dist/@types/modules/corecompiler/original/workerThread/task/minifywxml.d.ts +0 -1
  38. package/dist/@types/modules/corecompiler/original/workerThread/workerManager.d.ts +8 -0
  39. package/dist/@types/modules/corecompiler/originalCompiler.d.ts +1 -1
  40. package/dist/@types/modules/corecompiler/summer/graph/appconf.d.ts +1 -1
  41. package/dist/@types/modules/corecompiler/summer/graph/gameconf.d.ts +1 -1
  42. package/dist/@types/modules/corecompiler/summer/pipeManager/index.d.ts +6 -0
  43. package/dist/@types/modules/corecompiler/summer/pipeManager/pipeCPProject.d.ts +17 -0
  44. package/dist/@types/modules/corecompiler/summer/pipeManager/pipeContext.d.ts +10 -0
  45. package/dist/@types/modules/corecompiler/summer/pipeManager/pipeManager.d.ts +12 -0
  46. package/dist/@types/modules/corecompiler/summer/pipeManager/pipeWorker.d.ts +2 -0
  47. package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/appservicePipe/index.d.ts +3 -0
  48. package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/compileWxmlToGlassEaselPipe.d.ts +3 -0
  49. package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/compileWxssPipe.d.ts +3 -0
  50. package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/index.d.ts +2 -0
  51. package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/pageInitSourcePipe/index.d.ts +4 -0
  52. package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/pageframePipe/index.d.ts +3 -0
  53. package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/utils/appdevserver/getAppService.d.ts +6 -0
  54. package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/utils/appdevserver/getwxappcode.d.ts +9 -0
  55. package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/utils/appservice/getjsfile.d.ts +12 -0
  56. package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/utils/appservice/getmainpkgsortedjsfiles.d.ts +11 -0
  57. package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/utils/appservice/getwxappcode.d.ts +8 -0
  58. package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/utils/common/apperrcode.config.d.ts +92 -0
  59. package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/utils/common/tools.d.ts +1 -0
  60. package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/utils/project/appconfig.d.ts +6 -0
  61. package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/utils/project/appjson.d.ts +3 -0
  62. package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/utils/project/customcomponent.d.ts +21 -0
  63. package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/utils/project/helper/theme.d.ts +40 -0
  64. package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/utils/project/pagejson.d.ts +3 -0
  65. package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/utils/project/wxappcodejson.d.ts +3 -0
  66. package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/utils/trans/transwxmltojs.d.ts +19 -0
  67. package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/utils/trans/transwxsstojs.d.ts +15 -0
  68. package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/utils/web/processPath.d.ts +9 -0
  69. package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/wccPipe.d.ts +3 -0
  70. package/dist/@types/modules/corecompiler/summer/pipeManager/types.d.ts +100 -0
  71. package/dist/@types/modules/corecompiler/summer/plugins/less.d.ts +0 -1
  72. package/dist/@types/modules/corecompiler/summer/plugins/script_task/minify_script_task.d.ts +1 -1
  73. package/dist/@types/modules/corecompiler/summer/resolver.d.ts +1 -1
  74. package/dist/@types/modules/corecompiler/summerCompiler.d.ts +12 -3
  75. package/dist/@types/modules/index.d.ts +1 -1
  76. package/dist/@types/modules/nativecompiler/ios/buildCloud.d.ts +2 -2
  77. package/dist/@types/modules/nativecompiler/processHandler.d.ts +1 -1
  78. package/dist/@types/modules/precompiler/conditioncompile/compiler/base.d.ts +0 -1
  79. package/dist/@types/modules/precompiler/conditioncompile/compiler/json.d.ts +0 -1
  80. package/dist/@types/modules/precompiler/conditioncompile/compiler/macro.d.ts +0 -1
  81. package/dist/@types/modules/precompiler/conditioncompile/compiler/plant.d.ts +1 -2
  82. package/dist/@types/modules/precompiler/conditioncompile/index.d.ts +1 -2
  83. package/dist/@types/project/advance/precompileProject.d.ts +1 -2
  84. package/dist/@types/project/advance/reactiveProject.d.ts +1 -2
  85. package/dist/@types/project/baseProject.d.ts +4 -3
  86. package/dist/@types/project/ciProjectWithMockBuffer.d.ts +0 -1
  87. package/dist/@types/services/accountcard/accountcard.d.ts +18 -0
  88. package/dist/@types/services/accountcard/accountcardService.d.ts +0 -0
  89. package/dist/@types/services/app/ci/appDirService.d.ts +6 -0
  90. package/dist/@types/services/app/common/appDirService.d.ts +10 -0
  91. package/dist/@types/services/app/common/appDirService.devtools.d.ts +7 -0
  92. package/dist/@types/services/app/electron/appDirService.d.ts +3 -0
  93. package/dist/@types/services/app/node/appDirService.d.ts +6 -0
  94. package/dist/@types/services/app/nw/appDirService.d.ts +3 -0
  95. package/dist/@types/services/builder/common/builder.d.ts +22 -0
  96. package/dist/@types/services/builder/nw/builder.d.ts +15 -0
  97. package/dist/@types/services/builder/webide/builder.d.ts +4 -0
  98. package/dist/@types/services/common/extensions.d.ts +8 -0
  99. package/dist/@types/services/common/getservice.d.ts +27 -0
  100. package/dist/@types/services/common/librarybase.d.ts +2063 -0
  101. package/dist/@types/services/common/vsbase.d.ts +3 -0
  102. package/dist/@types/services/compilewxml/common/compilewxmlService.d.ts +41 -0
  103. package/dist/@types/services/compilewxml/electron/compilewxmlService.d.ts +5 -0
  104. package/dist/@types/services/compilewxml/node/compileUtils.d.ts +3 -0
  105. package/dist/@types/services/compilewxml/node/compileglasseasel.d.ts +14 -0
  106. package/dist/@types/services/compilewxml/nw/compilewxmlService.d.ts +5 -0
  107. package/dist/@types/services/compilewxml/webide/compilewxmlService.d.ts +5 -0
  108. package/dist/@types/services/compilewxml/webide/pageFrameWasm/wcc/runWcc.d.ts +3 -0
  109. package/dist/@types/services/compilewxss/common/compilewxssService.d.ts +15 -0
  110. package/dist/@types/services/compilewxss/electron/compilewxssService.d.ts +4 -0
  111. package/dist/@types/services/compilewxss/node/compileUtils.d.ts +2 -0
  112. package/dist/@types/services/compilewxss/nw/compilewxssService.d.ts +4 -0
  113. package/dist/@types/services/compilewxss/webide/compilewxssService.d.ts +4 -0
  114. package/dist/@types/services/compilewxss/webide/pageFrameWasm/wcsc/runWcsc.d.ts +3 -0
  115. package/dist/@types/services/consoledisplay/common/consoledisplay.d.ts +5 -0
  116. package/dist/@types/services/consoledisplay/nw/consoledisplay.d.ts +6 -0
  117. package/dist/@types/services/fileUtilsManager/common/fileUtilsManager.d.ts +5 -0
  118. package/dist/@types/services/fileUtilsManager/nw/fileUtilsManager.d.ts +6 -0
  119. package/dist/@types/services/fs/common/fileService.d.ts +28 -0
  120. package/dist/@types/services/genTempFile/common/genTempFile.devtools.d.ts +4 -0
  121. package/dist/@types/services/genTempFile/common/genTempFile.node.d.ts +4 -0
  122. package/dist/@types/services/genTempFile/common/genTempFileService.d.ts +4 -0
  123. package/dist/@types/services/genTempFile/electron/genTempFileService.d.ts +3 -0
  124. package/dist/@types/services/genTempFile/node/genTempFileService.d.ts +3 -0
  125. package/dist/@types/services/genTempFile/nw/genTempFileService.d.ts +3 -0
  126. package/dist/@types/services/global/common/global.d.ts +10 -0
  127. package/dist/@types/services/global/nw/global.d.ts +12 -0
  128. package/dist/@types/services/initializeCheck/common/initializeCheck.d.ts +21 -0
  129. package/dist/@types/services/initializeCheck/nw/initializeCheck.d.ts +4 -0
  130. package/dist/@types/services/initializeCheck/webide/initializeCheck.d.ts +0 -0
  131. package/dist/@types/services/locales/common/locales.d.ts +7 -0
  132. package/dist/@types/services/locales/nw/locales.d.ts +9 -0
  133. package/dist/@types/services/log/common/logService.d.ts +9 -0
  134. package/dist/@types/services/miniappjson/common/miniappjson.d.ts +5 -0
  135. package/dist/@types/services/miniappjson/electron/miniappjson.d.ts +6 -0
  136. package/dist/@types/services/miniappjson/nw/miniappjson.d.ts +6 -0
  137. package/dist/@types/services/miniappjson/webide/miniappjson.d.ts +4 -0
  138. package/dist/@types/services/multiTaskManager/ci/multiTaskManager.d.ts +5 -0
  139. package/dist/@types/services/multiTaskManager/common/multiTaskManager.d.ts +5 -0
  140. package/dist/@types/services/multiTaskManager/electron/multiTaskManager.d.ts +5 -0
  141. package/dist/@types/services/multiTaskManager/webide/multiTaskManager.d.ts +5 -0
  142. package/dist/@types/services/nativeModule/ci/nativeModule.d.ts +3 -0
  143. package/dist/@types/services/nativeModule/common/nativeModule.d.ts +9 -0
  144. package/dist/@types/services/nativeModule/common/nativeModule.impl.d.ts +13 -0
  145. package/dist/@types/services/nativeModule/electron/nativeModule.d.ts +3 -0
  146. package/dist/@types/services/nativeModule/nw/nativeModule.d.ts +3 -0
  147. package/dist/@types/services/partialcompile/common/parialcompile.impl.d.ts +0 -0
  148. package/dist/@types/services/partialcompile/common/partialcompile.d.ts +0 -0
  149. package/dist/@types/services/partialcompile/nw/partialcompile.d.ts +0 -0
  150. package/dist/@types/services/partialcompile/webide/partialcompile.d.ts +0 -0
  151. package/dist/@types/services/performance/common/performance.d.ts +9 -0
  152. package/dist/@types/services/performance/nw/performance.d.ts +9 -0
  153. package/dist/@types/services/performance/webide/performance.d.ts +7 -0
  154. package/dist/@types/services/pluginFileReader/ci/pluginFileReader.d.ts +3 -0
  155. package/dist/@types/services/pluginFileReader/common/pluginFileReader.base.d.ts +9 -0
  156. package/dist/@types/services/pluginFileReader/common/pluginFileReader.d.ts +12 -0
  157. package/dist/@types/services/pluginFileReader/electron/pluginFileReader.d.ts +3 -0
  158. package/dist/@types/services/pluginFileReader/webide/pluginFileReader.d.ts +9 -0
  159. package/dist/@types/services/project/common/cloudProjectService.d.ts +0 -0
  160. package/dist/@types/services/project/common/createProjectService.d.ts +0 -0
  161. package/dist/@types/services/project/common/project.helper.d.ts +0 -0
  162. package/dist/@types/services/project/common/projectConfigService.d.ts +0 -0
  163. package/dist/@types/services/project/common/projectFileService.d.ts +0 -0
  164. package/dist/@types/services/project/common/projectconfigjsonutils.d.ts +0 -0
  165. package/dist/@types/services/project/electron-backend/projectManagerService.d.ts +0 -0
  166. package/dist/@types/services/project/node/createProjectService.d.ts +0 -0
  167. package/dist/@types/services/project/node/projectConfigService.d.ts +0 -0
  168. package/dist/@types/services/project/node/projectManagerService.d.ts +0 -0
  169. package/dist/@types/services/project/web/projectManagerService.d.ts +0 -0
  170. package/dist/@types/services/project/webide/projectConfigService.d.ts +0 -0
  171. package/dist/@types/services/project/webide/projectFileService.d.ts +0 -0
  172. package/dist/@types/services/project/webide/projectManagerService.d.ts +0 -0
  173. package/dist/@types/services/projectManager/common/buildServerProjectManager.d.ts +5 -0
  174. package/dist/@types/services/projectManager/common/projectManager.d.ts +7 -0
  175. package/dist/@types/services/projectManager/nw/projectManager.d.ts +9 -0
  176. package/dist/@types/services/root/ci/root.d.ts +11 -0
  177. package/dist/@types/services/root/ci/rootService.d.ts +2 -0
  178. package/dist/@types/services/root/common/createService.d.ts +12 -0
  179. package/dist/@types/services/root/electron/root.d.ts +11 -0
  180. package/dist/@types/services/root/electron/rootService.d.ts +2 -0
  181. package/dist/@types/services/root/nw/root.d.ts +11 -0
  182. package/dist/@types/services/root/nw/rootService.d.ts +0 -0
  183. package/dist/@types/services/root/webide/root.d.ts +11 -0
  184. package/dist/@types/services/root/webide/rootService.d.ts +2 -0
  185. package/dist/@types/services/staticConfig/common/staticConfigService.d.ts +5 -0
  186. package/dist/@types/services/staticConfig/nw/staticConfigService.d.ts +6 -0
  187. package/dist/@types/services/store/common/storeService.d.ts +17 -0
  188. package/dist/@types/services/uniapp/common/uniapp.d.ts +5 -0
  189. package/dist/@types/services/uniapp/nw/uniapp.d.ts +9 -0
  190. package/dist/@types/services/uniapp/webide/uniapp.d.ts +4 -0
  191. package/dist/@types/services/vendor/common/utils.d.ts +0 -0
  192. package/dist/@types/services/vendor/common/vendorService.d.ts +0 -0
  193. package/dist/@types/services/vendor/node/vendorService.d.ts +0 -0
  194. package/dist/@types/services/vendor/webide/vendorService.d.ts +0 -0
  195. package/dist/@types/types/ci.d.ts +1 -2
  196. package/dist/@types/types/core.d.ts +1 -2
  197. package/dist/@types/types/devtools.d.ts +0 -1
  198. package/dist/@types/types/summer.d.ts +0 -1
  199. package/dist/@types/utils/colorutils.d.ts +4 -0
  200. package/dist/@types/utils/common.d.ts +3 -1
  201. package/dist/@types/utils/cosUpload.d.ts +0 -1
  202. package/dist/@types/utils/debug.d.ts +1 -0
  203. package/dist/@types/utils/error.d.ts +1 -1
  204. package/dist/@types/utils/fsagent.d.ts +4 -4
  205. package/dist/@types/utils/locales/locales.d.ts +2 -114
  206. package/dist/@types/utils/locales/zh.d.ts +114 -113
  207. package/dist/@types/utils/miniappJson.d.ts +1 -1
  208. package/dist/@types/utils/node/common.d.ts +1 -0
  209. package/dist/@types/utils/packOptionsHelper.d.ts +1 -1
  210. package/dist/@types/utils/processBootstrap.d.ts +7 -0
  211. package/dist/@types/utils/signature.d.ts +0 -1
  212. package/dist/@types/utils/singletontask.d.ts +1 -0
  213. package/dist/@types/utils/subprocess/processManager.d.ts +1 -0
  214. package/dist/@types/utils/taskqueue.d.ts +0 -1
  215. package/dist/@types/utils/taskstatus.d.ts +1 -1
  216. package/dist/@types/utils/tools.d.ts +3 -4
  217. package/dist/@types/utils/web/common.d.ts +1 -0
  218. package/dist/@types/utils/wxapkg/pack.d.ts +2 -3
  219. package/dist/@types/utils/wxvpkgreader/wxvpkg/reader/version0.d.ts +0 -1
  220. package/dist/@types/utils/wxvpkgreader/wxvpkg/reader/version10.d.ts +0 -1
  221. package/dist/@types/utils/wxvpkgreader/wxvpkg/unpack/version0.d.ts +0 -1
  222. package/dist/@types/utils/wxvpkgreader/wxvpkg/unpack/version10.d.ts +0 -1
  223. package/dist/@types/utils/wxvpkgreader/wxvpkgreader.d.ts +0 -1
  224. package/dist/ci/android-miniapp-toolkit/dist/index.js +1 -1
  225. package/dist/ci/build-apk.js +1 -1
  226. package/dist/ci/build-ipa.js +1 -1
  227. package/dist/ci/checkCodeQuality.js +1 -1
  228. package/dist/ci/cloud/cloudapi.js +1 -1
  229. package/dist/ci/cloud/createTimeTrigger.js +1 -1
  230. package/dist/ci/cloud/uploadContainer.js +1 -1
  231. package/dist/ci/cloud/uploadFile.js +1 -1
  232. package/dist/ci/cloud/uploadFunction.js +1 -1
  233. package/dist/ci/cloud/utils.js +1 -1
  234. package/dist/ci/code-analyse.js +1 -1
  235. package/dist/ci/cos-upload.js +1 -1
  236. package/dist/ci/gamepkg/apkplug.js +1 -1
  237. package/dist/ci/gamepkg/index.js +1 -1
  238. package/dist/ci/getCompiledResult.js +1 -1
  239. package/dist/ci/getDevSourceMap.js +1 -1
  240. package/dist/ci/getLatestVersion.js +1 -1
  241. package/dist/ci/getcompiler.js +1 -1
  242. package/dist/ci/index.js +1 -1
  243. package/dist/ci/jsserver.js +1 -1
  244. package/dist/ci/miniapp/androidCloudBuild.js +1 -1
  245. package/dist/ci/miniapp/archive.js +1 -1
  246. package/dist/ci/miniapp/checkBuildArgument.js +1 -1
  247. package/dist/ci/miniapp/iosCloudBuild.js +1 -1
  248. package/dist/ci/miniapp/miniappPlugin.js +1 -1
  249. package/dist/ci/miniapp/sdkManager.js +1 -1
  250. package/dist/ci/miniapp/upload.js +1 -1
  251. package/dist/ci/miniapp-cloud-upload.js +1 -1
  252. package/dist/ci/miniappattr.js +1 -1
  253. package/dist/ci/preview.js +1 -1
  254. package/dist/ci/projectattr.js +1 -1
  255. package/dist/ci/upload.js +1 -1
  256. package/dist/ci/utils/ciRequest.js +1 -1
  257. package/dist/ci/utils/codeDenpendencyQualityChecker.js +1 -1
  258. package/dist/ci/utils/filterUnusedFile.js +1 -1
  259. package/dist/ci/utils/pack.js +1 -1
  260. package/dist/ci/utils/packfile.js +1 -1
  261. package/dist/ci/utils/terminalQrcode.js +1 -1
  262. package/dist/ci/utils/tools.js +1 -1
  263. package/dist/ci/utils/unpack.js +1 -1
  264. package/dist/ci/utils/wxvpkg/unpack/version0.js +1 -1
  265. package/dist/ci/utils/wxvpkg/unpack/version10.js +1 -1
  266. package/dist/cli/index.js +1 -1
  267. package/dist/common/code-analyse/index.js +1 -1
  268. package/dist/config/config.js +1 -1
  269. package/dist/config/dir.config.js +1 -0
  270. package/dist/config/url.config.js +1 -1
  271. package/dist/index.js +1 -1
  272. package/dist/modules/corecompiler/baseCompiler.js +1 -1
  273. package/dist/modules/corecompiler/original/analyse/partial.js +1 -1
  274. package/dist/modules/corecompiler/original/compile/common.js +1 -1
  275. package/dist/modules/corecompiler/original/compile/game.js +1 -1
  276. package/dist/modules/corecompiler/original/compile/gamePlugin.js +1 -1
  277. package/dist/modules/corecompiler/original/compile/handler/js.js +1 -1
  278. package/dist/modules/corecompiler/original/compile/handler/mpjson.js +1 -1
  279. package/dist/modules/corecompiler/original/compile/handler/wxml.js +1 -1
  280. package/dist/modules/corecompiler/original/compile/handler/wxss.js +1 -1
  281. package/dist/modules/corecompiler/original/compile/index.js +1 -1
  282. package/dist/modules/corecompiler/original/compile/miniprogram.js +1 -1
  283. package/dist/modules/corecompiler/original/compile/miniprogramPlugin.js +1 -1
  284. package/dist/modules/corecompiler/original/index.js +1 -1
  285. package/dist/modules/corecompiler/original/js/enhance.js +1 -1
  286. package/dist/modules/corecompiler/original/js/es6Transform.js +1 -1
  287. package/dist/modules/corecompiler/original/js/generateMap.js +1 -1
  288. package/dist/modules/corecompiler/original/js/index.js +1 -1
  289. package/dist/modules/corecompiler/original/js/minifyjs.js +1 -1
  290. package/dist/modules/corecompiler/original/js/minifyjsAfterWrap.js +1 -1
  291. package/dist/modules/corecompiler/original/js/workletCompile.js +1 -1
  292. package/dist/modules/corecompiler/original/json/app/appJSON.js +1 -1
  293. package/dist/modules/corecompiler/original/json/app/checkAppFields.js +1 -1
  294. package/dist/modules/corecompiler/original/json/app/extJSON.js +1 -1
  295. package/dist/modules/corecompiler/original/json/app/index.js +1 -1
  296. package/dist/modules/corecompiler/original/json/common.js +1 -1
  297. package/dist/modules/corecompiler/original/json/game.js +1 -1
  298. package/dist/modules/corecompiler/original/json/page/checkPageJSON.js +1 -1
  299. package/dist/modules/corecompiler/original/json/page/getPageJSON.js +1 -1
  300. package/dist/modules/corecompiler/original/json/plugin/plugin.js +1 -1
  301. package/dist/modules/corecompiler/original/json/plugin/pluginPage.js +1 -1
  302. package/dist/modules/corecompiler/original/json/projectconfig.js +1 -1
  303. package/dist/modules/corecompiler/original/json/reactiveCache.js +1 -1
  304. package/dist/modules/corecompiler/original/json/signaturejson.js +1 -1
  305. package/dist/modules/corecompiler/original/json/sitemap.js +1 -1
  306. package/dist/modules/corecompiler/original/json/theme.js +1 -1
  307. package/dist/modules/corecompiler/original/npm/filterdeps.js +1 -1
  308. package/dist/modules/corecompiler/original/npm/packnpm.js +1 -1
  309. package/dist/modules/corecompiler/original/protect/fileFlatter.js +1 -1
  310. package/dist/modules/corecompiler/original/protect/uglifyfilenames.js +1 -1
  311. package/dist/modules/corecompiler/original/utils/logger.js +1 -1
  312. package/dist/modules/corecompiler/original/validate/schemaValidate.js +1 -1
  313. package/dist/modules/corecompiler/original/validate/validate.js +1 -1
  314. package/dist/modules/corecompiler/original/webWorker/configs.js +1 -1
  315. package/dist/modules/corecompiler/original/workerThread/childprocess.js +1 -1
  316. package/dist/modules/corecompiler/original/workerThread/childprocessManager.js +1 -1
  317. package/dist/modules/corecompiler/original/workerThread/config.js +1 -1
  318. package/dist/modules/corecompiler/original/workerThread/fork.js +1 -1
  319. package/dist/modules/corecompiler/original/workerThread/getWorkerPoolSize.js +1 -1
  320. package/dist/modules/corecompiler/original/workerThread/index.js +1 -1
  321. package/dist/modules/corecompiler/original/workerThread/task/call_func.js +1 -1
  322. package/dist/modules/corecompiler/original/workerThread/task/compilejs.js +1 -1
  323. package/dist/modules/corecompiler/original/workerThread/task/compilewxss.js +1 -1
  324. package/dist/modules/corecompiler/original/workerThread/task/func.js +1 -1
  325. package/dist/modules/corecompiler/original/workerThread/task/index.js +1 -1
  326. package/dist/modules/corecompiler/original/workerThread/task/minifywxml.js +1 -1
  327. package/dist/modules/corecompiler/original/workerThread/worker.js +1 -1
  328. package/dist/modules/corecompiler/original/workerThread/workerManager.js +1 -1
  329. package/dist/modules/corecompiler/originalCompiler.js +1 -1
  330. package/dist/modules/corecompiler/processHandler.js +1 -1
  331. package/dist/modules/corecompiler/summer/graph/appconf.js +1 -1
  332. package/dist/modules/corecompiler/summer/graph/appgraph.js +1 -1
  333. package/dist/modules/corecompiler/summer/graph/basegraph.js +1 -1
  334. package/dist/modules/corecompiler/summer/graph/gameconf.js +1 -1
  335. package/dist/modules/corecompiler/summer/graph/gamegraph.js +1 -1
  336. package/dist/modules/corecompiler/summer/graph/gamepluginconf.js +1 -1
  337. package/dist/modules/corecompiler/summer/graph/gameplugingraph.js +1 -1
  338. package/dist/modules/corecompiler/summer/graph/pluginconf.js +1 -1
  339. package/dist/modules/corecompiler/summer/graph/plugingraph.js +1 -1
  340. package/dist/modules/corecompiler/summer/graph/util.js +1 -1
  341. package/dist/modules/corecompiler/summer/index.js +1 -1
  342. package/dist/modules/corecompiler/summer/initPlugin.js +1 -1
  343. package/dist/modules/corecompiler/summer/module.js +1 -1
  344. package/dist/modules/corecompiler/summer/persistCache.js +1 -1
  345. package/dist/modules/corecompiler/summer/pipeManager/index.js +1 -0
  346. package/dist/modules/corecompiler/summer/pipeManager/pipeCPProject.js +1 -0
  347. package/dist/modules/corecompiler/summer/pipeManager/pipeContext.js +1 -0
  348. package/dist/modules/corecompiler/summer/pipeManager/pipeManager.js +1 -0
  349. package/dist/modules/corecompiler/summer/pipeManager/pipeWorker.js +1 -0
  350. package/dist/modules/corecompiler/summer/pipeManager/pipes/appservicePipe/index.js +1 -0
  351. package/dist/modules/corecompiler/summer/pipeManager/pipes/compileWxmlToGlassEaselPipe.js +1 -0
  352. package/dist/modules/corecompiler/summer/pipeManager/pipes/compileWxssPipe.js +1 -0
  353. package/dist/modules/corecompiler/summer/pipeManager/pipes/index.js +1 -0
  354. package/dist/modules/corecompiler/summer/pipeManager/pipes/pageInitSourcePipe/index.js +1 -0
  355. package/dist/modules/corecompiler/summer/pipeManager/pipes/pageframePipe/index.js +1 -0
  356. package/dist/modules/corecompiler/summer/pipeManager/pipes/utils/appdevserver/getAppService.js +1 -0
  357. package/dist/modules/corecompiler/summer/pipeManager/pipes/utils/appdevserver/getwxappcode.js +1 -0
  358. package/dist/modules/corecompiler/summer/pipeManager/pipes/utils/appservice/getjsfile.js +1 -0
  359. package/dist/modules/corecompiler/summer/pipeManager/pipes/utils/appservice/getmainpkgsortedjsfiles.js +1 -0
  360. package/dist/modules/corecompiler/summer/pipeManager/pipes/utils/appservice/getwxappcode.js +1 -0
  361. package/dist/modules/corecompiler/summer/pipeManager/pipes/utils/common/apperrcode.config.js +1 -0
  362. package/dist/modules/corecompiler/summer/pipeManager/pipes/utils/common/tools.js +1 -0
  363. package/dist/modules/corecompiler/summer/pipeManager/pipes/utils/project/appconfig.js +1 -0
  364. package/dist/modules/corecompiler/summer/pipeManager/pipes/utils/project/appjson.js +1 -0
  365. package/dist/modules/corecompiler/summer/pipeManager/pipes/utils/project/customcomponent.js +1 -0
  366. package/dist/modules/corecompiler/summer/pipeManager/pipes/utils/project/helper/theme.js +1 -0
  367. package/dist/modules/corecompiler/summer/pipeManager/pipes/utils/project/pagejson.js +1 -0
  368. package/dist/modules/corecompiler/summer/pipeManager/pipes/utils/project/wxappcodejson.js +1 -0
  369. package/dist/modules/corecompiler/summer/pipeManager/pipes/utils/trans/transwxmltojs.js +1 -0
  370. package/dist/modules/corecompiler/summer/pipeManager/pipes/utils/trans/transwxsstojs.js +1 -0
  371. package/dist/modules/corecompiler/summer/pipeManager/pipes/utils/web/processPath.js +1 -0
  372. package/dist/modules/corecompiler/summer/pipeManager/pipes/wccPipe.js +1 -0
  373. package/dist/modules/corecompiler/summer/pipeManager/types.js +1 -0
  374. package/dist/modules/corecompiler/summer/pluginDriver.js +1 -1
  375. package/dist/modules/corecompiler/summer/pluginconfig.js +1 -1
  376. package/dist/modules/corecompiler/summer/plugins/base/es6module.js +1 -1
  377. package/dist/modules/corecompiler/summer/plugins/base/javascript.js +1 -1
  378. package/dist/modules/corecompiler/summer/plugins/base/swc.js +1 -1
  379. package/dist/modules/corecompiler/summer/plugins/base/wxss.js +1 -1
  380. package/dist/modules/corecompiler/summer/plugins/enhance.js +1 -1
  381. package/dist/modules/corecompiler/summer/plugins/filetask/script.js +1 -1
  382. package/dist/modules/corecompiler/summer/plugins/less.js +1 -1
  383. package/dist/modules/corecompiler/summer/plugins/minifywxml.js +1 -1
  384. package/dist/modules/corecompiler/summer/plugins/sass.js +1 -1
  385. package/dist/modules/corecompiler/summer/plugins/script_task/babel_script_task.js +1 -1
  386. package/dist/modules/corecompiler/summer/plugins/script_task/load_script_task.js +1 -1
  387. package/dist/modules/corecompiler/summer/plugins/script_task/minify_script_task.js +1 -1
  388. package/dist/modules/corecompiler/summer/plugins/script_task/swc_task.js +1 -1
  389. package/dist/modules/corecompiler/summer/plugins/terser.js +1 -1
  390. package/dist/modules/corecompiler/summer/plugins/typescript.js +1 -1
  391. package/dist/modules/corecompiler/summer/plugins/worklet.js +1 -1
  392. package/dist/modules/corecompiler/summer/resolver.js +1 -1
  393. package/dist/modules/corecompiler/summer/summer.js +1 -1
  394. package/dist/modules/corecompiler/summer/utils/async.js +1 -1
  395. package/dist/modules/corecompiler/summer/utils/ensureArray.js +1 -1
  396. package/dist/modules/corecompiler/summer/utils/inputsourcemap.js +1 -1
  397. package/dist/modules/corecompiler/summer/worker.js +1 -1
  398. package/dist/modules/corecompiler/summerCompiler.js +1 -1
  399. package/dist/modules/corecompiler/summerEntryProcess.js +1 -1
  400. package/dist/modules/createSummer.js +1 -1
  401. package/dist/modules/fullcompiler/app/app.js +1 -1
  402. package/dist/modules/fullcompiler/app/contactandlaunch/updateContactForSubpkg.js +1 -1
  403. package/dist/modules/fullcompiler/app/contactandlaunch/updatecontactandlaunch.js +1 -1
  404. package/dist/modules/index.js +1 -1
  405. package/dist/modules/nativecompiler/android/adb.js +1 -1
  406. package/dist/modules/nativecompiler/android/device.js +1 -1
  407. package/dist/modules/nativecompiler/android/index.js +1 -1
  408. package/dist/modules/nativecompiler/android/projectconfig.js +1 -1
  409. package/dist/modules/nativecompiler/index.js +1 -1
  410. package/dist/modules/nativecompiler/ios/buildCloud.js +1 -1
  411. package/dist/modules/nativecompiler/ios/device.js +1 -1
  412. package/dist/modules/nativecompiler/ios/index.js +1 -1
  413. package/dist/modules/nativecompiler/ios/projectconfig.js +1 -1
  414. package/dist/modules/nativecompiler/nativeEntryProcess.js +1 -1
  415. package/dist/modules/nativecompiler/processHandler.js +1 -1
  416. package/dist/modules/precompiler/conditioncompile/compiler/json.js +1 -1
  417. package/dist/modules/precompiler/conditioncompile/compiler/macro.js +1 -1
  418. package/dist/modules/precompiler/conditioncompile/index.js +1 -1
  419. package/dist/project/advance/precompileProject.js +1 -1
  420. package/dist/project/advance/reactiveProject.js +1 -1
  421. package/dist/project/baseProject.js +1 -1
  422. package/dist/project/ciProjectWithMockBuffer.js +1 -1
  423. package/dist/project/summerCPProject.js +1 -1
  424. package/dist/services/accountcard/accountcard.js +1 -0
  425. package/dist/services/accountcard/accountcardService.js +1 -0
  426. package/dist/services/app/ci/appDirService.js +1 -0
  427. package/dist/services/app/common/appDirService.devtools.js +1 -0
  428. package/dist/services/app/common/appDirService.js +1 -0
  429. package/dist/services/app/electron/appDirService.js +1 -0
  430. package/dist/services/app/node/appDirService.js +1 -0
  431. package/dist/services/app/nw/appDirService.js +1 -0
  432. package/dist/services/builder/common/builder.js +1 -0
  433. package/dist/services/builder/nw/builder.js +1 -0
  434. package/dist/services/builder/webide/builder.js +1 -0
  435. package/dist/services/common/extensions.js +1 -0
  436. package/dist/services/common/getservice.js +1 -0
  437. package/dist/services/common/librarybase.js +1 -0
  438. package/dist/services/common/vsbase.js +1 -0
  439. package/dist/services/compilewxml/common/compilewxmlService.js +1 -0
  440. package/dist/services/compilewxml/electron/compilewxmlService.js +1 -0
  441. package/dist/services/compilewxml/node/compileUtils.js +1 -0
  442. package/dist/services/compilewxml/node/compileglasseasel.js +1 -0
  443. package/dist/services/compilewxml/nw/compilewxmlService.js +1 -0
  444. package/dist/services/compilewxml/webide/compilewxmlService.js +1 -0
  445. package/dist/services/compilewxml/webide/pageFrameWasm/wcc/runWcc.js +1 -0
  446. package/dist/services/compilewxss/common/compilewxssService.js +1 -0
  447. package/dist/services/compilewxss/electron/compilewxssService.js +1 -0
  448. package/dist/services/compilewxss/node/compileUtils.js +1 -0
  449. package/dist/services/compilewxss/nw/compilewxssService.js +1 -0
  450. package/dist/services/compilewxss/webide/compilewxssService.js +1 -0
  451. package/dist/services/compilewxss/webide/pageFrameWasm/wcsc/runWcsc.js +1 -0
  452. package/dist/services/consoledisplay/common/consoledisplay.js +1 -0
  453. package/dist/services/consoledisplay/nw/consoledisplay.js +1 -0
  454. package/dist/services/fileUtilsManager/common/fileUtilsManager.js +1 -0
  455. package/dist/services/fileUtilsManager/nw/fileUtilsManager.js +1 -0
  456. package/dist/services/fs/common/fileService.js +1 -0
  457. package/dist/services/genTempFile/common/genTempFile.devtools.js +1 -0
  458. package/dist/services/genTempFile/common/genTempFile.node.js +1 -0
  459. package/dist/services/genTempFile/common/genTempFileService.js +1 -0
  460. package/dist/services/genTempFile/electron/genTempFileService.js +1 -0
  461. package/dist/services/genTempFile/node/genTempFileService.js +1 -0
  462. package/dist/services/genTempFile/nw/genTempFileService.js +1 -0
  463. package/dist/services/global/common/global.js +1 -0
  464. package/dist/services/global/nw/global.js +1 -0
  465. package/dist/services/initializeCheck/common/initializeCheck.js +1 -0
  466. package/dist/services/initializeCheck/nw/initializeCheck.js +1 -0
  467. package/dist/services/initializeCheck/webide/initializeCheck.js +1 -0
  468. package/dist/services/locales/common/locales.js +1 -0
  469. package/dist/services/locales/nw/locales.js +1 -0
  470. package/dist/services/log/common/logService.js +1 -0
  471. package/dist/services/miniappjson/common/miniappjson.js +1 -0
  472. package/dist/services/miniappjson/electron/miniappjson.js +1 -0
  473. package/dist/services/miniappjson/nw/miniappjson.js +1 -0
  474. package/dist/services/miniappjson/webide/miniappjson.js +1 -0
  475. package/dist/services/multiTaskManager/ci/multiTaskManager.js +1 -0
  476. package/dist/services/multiTaskManager/common/multiTaskManager.js +1 -0
  477. package/dist/services/multiTaskManager/electron/multiTaskManager.js +1 -0
  478. package/dist/services/multiTaskManager/webide/multiTaskManager.js +1 -0
  479. package/dist/services/nativeModule/ci/nativeModule.js +1 -0
  480. package/dist/services/nativeModule/common/nativeModule.impl.js +1 -0
  481. package/dist/services/nativeModule/common/nativeModule.js +1 -0
  482. package/dist/services/nativeModule/electron/nativeModule.js +1 -0
  483. package/dist/services/nativeModule/nw/nativeModule.js +1 -0
  484. package/dist/services/partialcompile/common/parialcompile.impl.js +1 -0
  485. package/dist/services/partialcompile/common/partialcompile.js +1 -0
  486. package/dist/services/partialcompile/nw/partialcompile.js +1 -0
  487. package/dist/services/partialcompile/webide/partialcompile.js +1 -0
  488. package/dist/services/performance/common/performance.js +1 -0
  489. package/dist/services/performance/nw/performance.js +1 -0
  490. package/dist/services/performance/webide/performance.js +1 -0
  491. package/dist/services/pluginFileReader/ci/pluginFileReader.js +1 -0
  492. package/dist/services/pluginFileReader/common/pluginFileReader.base.js +1 -0
  493. package/dist/services/pluginFileReader/common/pluginFileReader.js +1 -0
  494. package/dist/services/pluginFileReader/electron/pluginFileReader.js +1 -0
  495. package/dist/services/pluginFileReader/webide/pluginFileReader.js +1 -0
  496. package/dist/services/project/common/cloudProjectService.js +1 -0
  497. package/dist/services/project/common/createProjectService.js +1 -0
  498. package/dist/services/project/common/project.helper.js +1 -0
  499. package/dist/services/project/common/projectConfigService.js +1 -0
  500. package/dist/services/project/common/projectFileService.js +1 -0
  501. package/dist/services/project/common/projectconfigjsonutils.js +1 -0
  502. package/dist/services/project/electron-backend/projectManagerService.js +1 -0
  503. package/dist/services/project/node/createProjectService.js +1 -0
  504. package/dist/services/project/node/projectConfigService.js +1 -0
  505. package/dist/services/project/node/projectManagerService.js +1 -0
  506. package/dist/services/project/web/projectManagerService.js +1 -0
  507. package/dist/services/project/webide/projectConfigService.js +1 -0
  508. package/dist/services/project/webide/projectFileService.js +1 -0
  509. package/dist/services/project/webide/projectManagerService.js +1 -0
  510. package/dist/services/projectManager/common/buildServerProjectManager.js +1 -0
  511. package/dist/services/projectManager/common/projectManager.js +1 -0
  512. package/dist/services/projectManager/nw/projectManager.js +1 -0
  513. package/dist/services/root/ci/root.js +1 -0
  514. package/dist/services/root/ci/rootService.js +1 -0
  515. package/dist/services/root/common/createService.js +1 -0
  516. package/dist/services/root/electron/root.js +1 -0
  517. package/dist/services/root/electron/rootService.js +1 -0
  518. package/dist/services/root/nw/root.js +1 -0
  519. package/dist/services/root/nw/rootService.js +1 -0
  520. package/dist/services/root/webide/root.js +1 -0
  521. package/dist/services/root/webide/rootService.js +1 -0
  522. package/dist/services/staticConfig/common/staticConfigService.js +1 -0
  523. package/dist/services/staticConfig/nw/staticConfigService.js +1 -0
  524. package/dist/services/store/common/storeService.js +1 -0
  525. package/dist/services/uniapp/common/uniapp.js +1 -0
  526. package/dist/services/uniapp/nw/uniapp.js +1 -0
  527. package/dist/services/uniapp/webide/uniapp.js +1 -0
  528. package/dist/services/vendor/common/utils.js +1 -0
  529. package/dist/services/vendor/common/vendorService.js +1 -0
  530. package/dist/services/vendor/node/vendorService.js +1 -0
  531. package/dist/services/vendor/webide/vendorService.js +1 -0
  532. package/dist/types/ci.js +1 -1
  533. package/dist/utils/asyncTask/index.js +1 -1
  534. package/dist/utils/babel_helper.js +1 -1
  535. package/dist/utils/babel_plugin_worklet.js +1 -1
  536. package/dist/utils/cache.js +1 -1
  537. package/dist/utils/codesign.js +1 -1
  538. package/dist/utils/colorutils.js +1 -0
  539. package/dist/utils/common.js +1 -1
  540. package/dist/utils/cosUpload.js +1 -1
  541. package/dist/utils/cp.js +1 -1
  542. package/dist/utils/customError.js +1 -1
  543. package/dist/utils/debug.js +1 -1
  544. package/dist/utils/download.js +1 -1
  545. package/dist/utils/env.js +1 -1
  546. package/dist/utils/expression.js +1 -1
  547. package/dist/utils/fs.js +1 -1
  548. package/dist/utils/fsagent.js +1 -1
  549. package/dist/utils/genTempFile.js +1 -1
  550. package/dist/utils/generateIpa.js +1 -1
  551. package/dist/utils/glob.js +1 -1
  552. package/dist/utils/hackrequire/wxvpkgreader.js +1 -1
  553. package/dist/utils/helper_util.js +1 -1
  554. package/dist/utils/jsonParse.js +1 -1
  555. package/dist/utils/jsonlint.js +1 -1
  556. package/dist/utils/locales/fomatable_string.js +1 -1
  557. package/dist/utils/locales/locales.js +1 -1
  558. package/dist/utils/log.js +1 -1
  559. package/dist/utils/messageHub.js +1 -1
  560. package/dist/utils/miniAppI18N.js +1 -1
  561. package/dist/utils/miniapp-builder.js +1 -1
  562. package/dist/utils/miniappJson.js +1 -1
  563. package/dist/utils/node/common.js +1 -0
  564. package/dist/utils/officialDonutPlugin.js +1 -1
  565. package/dist/utils/packOptionsHelper.js +1 -1
  566. package/dist/utils/processBootstrap.js +1 -0
  567. package/dist/utils/progressRecorder.js +1 -1
  568. package/dist/utils/report.js +1 -1
  569. package/dist/utils/request.js +1 -1
  570. package/dist/utils/sign.js +1 -1
  571. package/dist/utils/signature.js +1 -1
  572. package/dist/utils/singletontask.js +1 -1
  573. package/dist/utils/subprocess/entryProcess.js +1 -1
  574. package/dist/utils/subprocess/processManager.js +1 -1
  575. package/dist/utils/subprocess/processService.js +1 -1
  576. package/dist/utils/subprocess/stringifyPostMsg.js +1 -1
  577. package/dist/utils/swc_helper.js +1 -1
  578. package/dist/utils/taskmanager.js +1 -1
  579. package/dist/utils/tools.js +1 -1
  580. package/dist/utils/usbProcess.js +1 -1
  581. package/dist/utils/waitable.js +1 -1
  582. package/dist/utils/web/common.js +1 -0
  583. package/dist/utils/white_ext_list.js +1 -1
  584. package/dist/utils/wxapkg/pack.js +1 -1
  585. package/dist/utils/wxvpkgreader/wxvpkg/reader/version0.js +1 -1
  586. package/dist/utils/wxvpkgreader/wxvpkg/reader/version10.js +1 -1
  587. package/dist/utils/wxvpkgreader/wxvpkg/unpack/version0.js +1 -1
  588. package/dist/utils/wxvpkgreader/wxvpkg/unpack/version10.js +1 -1
  589. package/dist/utils/wxvpkgreader/wxvpkgreader.js +1 -1
  590. package/dist/utils/zip.js +1 -1
  591. package/dist/vendor/vslibrary/bundled/base.bundled.js +2 -0
  592. package/package.json +62 -3
  593. package/dist/modules/fullcompiler/trans/wcc/build/darwin_arm64/wcc.node +0 -0
  594. package/dist/modules/fullcompiler/trans/wcc/build/darwin_arm64/wcsc.node +0 -0
  595. package/dist/modules/fullcompiler/trans/wcc/build/darwin_x64/wcc.node +0 -0
  596. package/dist/modules/fullcompiler/trans/wcc/build/darwin_x64/wcsc.node +0 -0
  597. package/dist/modules/fullcompiler/trans/wcc/build/node_16.1.0_darwin_arm64_release/wcc.node +0 -0
  598. package/dist/modules/fullcompiler/trans/wcc/build/node_16.1.0_darwin_arm64_release/wcsc.node +0 -0
  599. package/dist/modules/fullcompiler/trans/wcc/build/node_16.1.0_darwin_x64_release/wcc.node +0 -0
  600. package/dist/modules/fullcompiler/trans/wcc/build/node_16.1.0_darwin_x64_release/wcsc.node +0 -0
  601. package/dist/modules/fullcompiler/trans/wcc/build/win32_ia32/wcc.node +0 -0
  602. package/dist/modules/fullcompiler/trans/wcc/build/win32_ia32/wcsc.node +0 -0
  603. package/dist/modules/fullcompiler/trans/wcc/build/win32_x64/wcc.node +0 -0
  604. package/dist/modules/fullcompiler/trans/wcc/build/win32_x64/wcsc.node +0 -0
  605. package/dist/modules/fullcompiler/trans/wcc/lib/addonVersion.js +0 -19
  606. package/dist/modules/fullcompiler/trans/wcc/lib/index.js +0 -4
  607. package/dist/modules/fullcompiler/trans/wcc/lib/util.js +0 -1134
  608. package/dist/modules/fullcompiler/trans/wcc/lib/wcc.js +0 -94
  609. package/dist/modules/fullcompiler/trans/wcc/lib/wcsc.js +0 -93
@@ -0,0 +1,11 @@
1
+ import { IInstantiationService, ServiceIdentifier } from '../../common/vs/platform/instantiation/common/instantiation';
2
+ export declare class Root {
3
+ private static _instance;
4
+ protected instantiationService: IInstantiationService;
5
+ constructor(instantiationService?: IInstantiationService);
6
+ static get instance(): Root;
7
+ static set instance(rootins: Root);
8
+ static get iis(): IInstantiationService;
9
+ static initIisWithServices(i: IInstantiationService): Root;
10
+ static getService<T>(a: ServiceIdentifier<T>): Promise<T>;
11
+ }
@@ -0,0 +1,2 @@
1
+ import { getSingletonServiceDescriptors as _get } from '../../common/extensions';
2
+ export declare const getSingletonServiceDescriptors: typeof _get;
@@ -0,0 +1,11 @@
1
+ import { IInstantiationService, ServiceIdentifier } from '../../common/vs/platform/instantiation/common/instantiation';
2
+ export declare class Root {
3
+ private static _instance;
4
+ protected instantiationService: IInstantiationService;
5
+ constructor(instantiationService?: IInstantiationService);
6
+ static get instance(): Root;
7
+ static set instance(rootins: Root);
8
+ static get iis(): IInstantiationService;
9
+ static initIisWithServices(i: IInstantiationService): Root;
10
+ static getService<T>(a: ServiceIdentifier<T>): Promise<T>;
11
+ }
File without changes
@@ -0,0 +1,11 @@
1
+ import { IInstantiationService, ServiceIdentifier } from '../../common/vs/platform/instantiation/common/instantiation';
2
+ export declare class Root {
3
+ private static _instance;
4
+ protected instantiationService: IInstantiationService;
5
+ constructor(instantiationService?: IInstantiationService);
6
+ static get instance(): Root;
7
+ static set instance(rootins: Root);
8
+ static get iis(): IInstantiationService;
9
+ static initIisWithServices(i: IInstantiationService): Root;
10
+ static getService<T>(a: ServiceIdentifier<T>): Promise<T>;
11
+ }
@@ -0,0 +1,2 @@
1
+ import { getSingletonServiceDescriptors as _get } from '../../common/extensions';
2
+ export declare const getSingletonServiceDescriptors: typeof _get;
@@ -0,0 +1,5 @@
1
+ export interface IStaticConfigService {
2
+ get(key: string): any;
3
+ setGet?: (func: FN) => void;
4
+ }
5
+ export declare const IStaticConfigService: import("../../common/vs/platform/instantiation/common/instantiation").ServiceIdentifier<IStaticConfigService>;
@@ -0,0 +1,6 @@
1
+ import { IStaticConfigService } from '../common/staticConfigService';
2
+ export declare class NWStaticConfigService implements IStaticConfigService {
3
+ private _get;
4
+ setGet(func: FN): void;
5
+ get(key: string): any;
6
+ }
@@ -0,0 +1,17 @@
1
+ import { Event } from 'vs/base/common/event';
2
+ export type GetValueType<T, Path extends unknown[]> = Path extends [infer K1, ...infer Rest] ? K1 extends keyof T ? GetValueType<T[K1], Rest> : undefined : T;
3
+ type ThunkAction = (dispatch: FN<void>, getState: FN) => Promise<any>;
4
+ export interface IStoreService {
5
+ createStore: () => any;
6
+ getState: () => any;
7
+ subscribe: (fn: FN<void>) => FN<void>;
8
+ unsubscribe: (fn: FN<void>) => FN<void>;
9
+ getValue: <Path extends string[]>(...args: Path) => Promise<(GetValueType<any, Path>)>;
10
+ getValueByRuntimeId: <Path extends string[]>(runtimeId: string, ...args: Path) => Promise<(GetValueType<any, Path>)>;
11
+ onStateChange: Event<any>;
12
+ dispatch(action: any | ThunkAction): any;
13
+ setDispatchEanInfoSetConfirmInfo?: (func: FN) => void;
14
+ dispatchEanInfoSetConfirmInfo?: (params: Record<string, any>) => void;
15
+ }
16
+ export declare const IStoreService: import("../../common/vs/platform/instantiation/common/instantiation").ServiceIdentifier<IStoreService>;
17
+ export {};
@@ -0,0 +1,5 @@
1
+ export interface IUniApp {
2
+ setCopyMiniAppJson?: (func: FN) => void;
3
+ copyMiniAppJson: (project: IProject) => boolean;
4
+ }
5
+ export declare const IUniApp: import("../../common/vs/platform/instantiation/common/instantiation").ServiceIdentifier<IUniApp>;
@@ -0,0 +1,9 @@
1
+ import { IUniApp } from '../common/uniapp';
2
+ import { IStoreService } from '~/services/store/common/storeService';
3
+ export declare class NWUniApp implements IUniApp {
4
+ protected readonly storeService: IStoreService;
5
+ constructor(storeService: IStoreService);
6
+ private _copyMiniAppJson;
7
+ setCopyMiniAppJson(func: FN): void;
8
+ copyMiniAppJson(project: IProject): boolean;
9
+ }
@@ -0,0 +1,4 @@
1
+ import { IUniApp } from '../common/uniapp';
2
+ export declare class WebideUniApp implements IUniApp {
3
+ copyMiniAppJson(project: IProject): boolean;
4
+ }
File without changes
@@ -1,5 +1,3 @@
1
- /// <reference types="node" />
2
- /// <reference types="node" />
3
1
  import type { Analyzer } from '../common/code-analyse';
4
2
  import EventEmitter from 'events';
5
3
  import { MiniProgramDevtools } from './devtools';
@@ -50,6 +48,7 @@ export declare namespace MiniProgramCI {
50
48
  pluginRoot: string;
51
49
  attr(): Promise<IProjectAttr>;
52
50
  stat(prefix: string, filePath: string): IStat | undefined;
51
+ statAsync(prefix: string, filePath: string): Promise<IStat | undefined>;
53
52
  getFile(prefix: string, filePath: string): Buffer;
54
53
  getFileList(prefix?: string, extName?: string): string[];
55
54
  getExtAppid(): Promise<string | void>;
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  import type { Analyzer } from '../common/code-analyse';
3
2
  import { MiniProgramDevtools } from './devtools';
4
3
  import { MiniProgramCI } from './ci';
@@ -42,7 +41,7 @@ export declare namespace MiniProgramCore {
42
41
  getTargetPath: (prefix: string, filePath: string) => string;
43
42
  exists: (prefix: string, filePath: string) => boolean;
44
43
  updateFileAndDirs: (...args: any[]) => void;
45
- getAllFileInfo: (prefix?: string) => IFileInfos;
44
+ getAllFileInfo: (prefix?: string) => Promise<IFileInfos>;
46
45
  onFileChange?: any;
47
46
  }
48
47
  type IGetPackageFilesOptions = {
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  import { MiniProgramCore } from './core';
3
2
  import { MiniProgramSummer, IBasicCodeExt } from './summer';
4
3
  export declare namespace MiniProgramDevtools {
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  import type { RawSourceMap } from 'source-map';
3
2
  import * as BabelTypes from '@babel/types';
4
3
  import { ICompileOptions } from '..';
@@ -0,0 +1,4 @@
1
+ declare const _default: {
2
+ isHexColor: (hex: string) => boolean;
3
+ };
4
+ export = _default;
@@ -1,5 +1,5 @@
1
- /// <reference types="node" />
2
1
  import { AppJSON, IProject, MiniProgramCore } from '../types';
2
+ import crypto = require('crypto');
3
3
  export interface IPageInfo {
4
4
  path: string;
5
5
  root: string;
@@ -26,3 +26,5 @@ export declare function checkPath(options: {
26
26
  }): void;
27
27
  export declare function getAllTargetTypeFilesWithOtherTypeFilesOfSameName(project: IProject, targetType: string, otherTypes: string[], filter: string): string[];
28
28
  export declare const workletVersion = "0.0.7";
29
+ export declare function generateMD5(string: crypto.BinaryLike): string;
30
+ export declare function random(): string;
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  export type IRegion = 'ap-shanghai';
3
2
  export interface IUploadToCosCoreParam {
4
3
  uploadBuf: Buffer | string;
@@ -1,3 +1,4 @@
1
1
  export declare function shouldInspectCompiler(): Promise<boolean>;
2
2
  export declare function shouldRunInMainProcess(): Promise<boolean>;
3
3
  export declare function shouldNotRunInWorker(): Promise<boolean>;
4
+ export declare function shouldInspectWorker(): Promise<boolean>;
@@ -1,4 +1,4 @@
1
1
  export declare class CodeError extends Error {
2
- private code;
2
+ code: number;
3
3
  constructor(msg: string, code: number);
4
4
  }
@@ -1,4 +1,4 @@
1
- /// <reference types="node" />
1
+ import { WriteFileOptions } from 'fs';
2
2
  export interface IFSAgent {
3
3
  stat: (path: string) => Promise<{
4
4
  isFile: () => boolean;
@@ -12,7 +12,7 @@ export interface IFSAgent {
12
12
  }>;
13
13
  readFile: (path: string) => Promise<Buffer>;
14
14
  exists: (path: string) => Promise<boolean>;
15
- writeFile: (path: string, data: any, options: string | null) => Promise<void>;
15
+ writeFile: (path: string, data: any, options: WriteFileOptions) => Promise<void>;
16
16
  readdir: (path: string) => Promise<string[]>;
17
17
  }
18
18
  export declare class FSAgent implements IFSAgent {
@@ -30,7 +30,7 @@ export declare class FSAgent implements IFSAgent {
30
30
  birthtimeMs: number;
31
31
  }>;
32
32
  exists(target: string): Promise<boolean>;
33
- readFile(target: string): Promise<Buffer>;
34
- writeFile(target: string, data: any, options?: string | null): Promise<void>;
33
+ readFile(target: string): Promise<Buffer<ArrayBufferLike>>;
34
+ writeFile(target: string, data: any, options?: WriteFileOptions): Promise<void>;
35
35
  readdir(target: string): Promise<string[]>;
36
36
  }
@@ -1,118 +1,6 @@
1
+ import zhLocale from './zh';
1
2
  declare const _default: {
2
- readonly config: {
3
- GENERATE_LOCAL_SIGNATURE_FAIL: import("./fomatable_string").FormatableString;
4
- PARAM_ERROR: import("./fomatable_string").FormatableString;
5
- SHOULD_NOT_BE_EMPTY: import("./fomatable_string").FormatableString;
6
- JSON_CONTENT_SHOULD_BE: import("./fomatable_string").FormatableString;
7
- SHOULD_AT_LEAST_ONE_ITEM: import("./fomatable_string").FormatableString;
8
- SHOULD_MATCH: import("./fomatable_string").FormatableString;
9
- SHOULD_EQUAL: import("./fomatable_string").FormatableString;
10
- EXT_SHOULD_BE_ERROR: import("./fomatable_string").FormatableString;
11
- OR: import("./fomatable_string").FormatableString;
12
- CORRESPONDING_FILE_NOT_FOUND: import("./fomatable_string").FormatableString;
13
- JSON_SHOULD_NOT_START_WITH: import("./fomatable_string").FormatableString;
14
- JSON_SHOULD_NOT_CONTAIN: import("./fomatable_string").FormatableString;
15
- NOT_FOUND: import("./fomatable_string").FormatableString;
16
- COMPONENT_NOT_FOUND: import("./fomatable_string").FormatableString;
17
- NOT_FOUND_IN_ROOT_DIR: import("./fomatable_string").FormatableString;
18
- MINIPROGRAM_APP_JSON_NOT_FOUND: import("./fomatable_string").FormatableString;
19
- PLUGIN_JSON_NOT_FOUND: import("./fomatable_string").FormatableString;
20
- PLUGIN_PATH_SAME_WITH_MINIPROGRAM: import("./fomatable_string").FormatableString;
21
- FILE_NOT_FOUND: import("./fomatable_string").FormatableString;
22
- JSON_PARSE_ERROR: import("./fomatable_string").FormatableString;
23
- ENTRANCE_NOT_FOUND: import("./fomatable_string").FormatableString;
24
- JSON_PAGE_FILE_NOT_EXISTS: import("./fomatable_string").FormatableString;
25
- SHOULD_NOT_IN: import("./fomatable_string").FormatableString;
26
- JSON_CUSTOM_COMPILE_PATH_NOT_EXISTS_TITLE: import("./fomatable_string").FormatableString;
27
- JSON_CUSTOM_COMPILE_PATH_NOT_EXISTS: import("./fomatable_string").FormatableString;
28
- JSON_ENTRY_PAGE_PATH_NOT_FOUND: import("./fomatable_string").FormatableString;
29
- JSON_TABBAR_AT_LEAST: import("./fomatable_string").FormatableString;
30
- JSON_TABBAR_AT_MOST: import("./fomatable_string").FormatableString;
31
- JSON_TABBAR_PATH_EMPTY: import("./fomatable_string").FormatableString;
32
- JSON_TABBAR_PATH_SAME_WITH_OTHER: import("./fomatable_string").FormatableString;
33
- JSON_TABBAR_ICON_MAX_SIZE: import("./fomatable_string").FormatableString;
34
- JSON_TABBAR_ICON_EXT: import("./fomatable_string").FormatableString;
35
- JSON_CONTENT_SHOULD_NOT_BE: import("./fomatable_string").FormatableString;
36
- JSON_RESOLVE_ALIAS_ILLEGAL: import("./fomatable_string").FormatableString;
37
- JSON_RESOLVE_ALIAS_INCLUDE_STAR: import("./fomatable_string").FormatableString;
38
- JSON_RESOLVE_ALIAS_SHOULD_NOT_START_WITH: import("./fomatable_string").FormatableString;
39
- JSON_REQUIRED_PRIVATE_INFOS_MUTUALLY_EXCLUSIVE: import("./fomatable_string").FormatableString;
40
- APP_JSON_SKYLINE_WINDOW_TIPS: import("./fomatable_string").FormatableString;
41
- APP_JSON_SHOULD_SET_LAZYCODELOADING: import("./fomatable_string").FormatableString;
42
- APP_JSON_SHOULD_SET_RENDEREROPTIONS: import("./fomatable_string").FormatableString;
43
- JSON_SHOULD_SET_RENDEREROPTIONS: import("./fomatable_string").FormatableString;
44
- JSON_SHOULD_SET_RENDEREROPTIONS_SKYLINE: import("./fomatable_string").FormatableString;
45
- JSON_SHOULD_SET_COMPONENTFRAMEWORK_SKYLINE: import("./fomatable_string").FormatableString;
46
- PAGE_JSON_SHOULD_SET_DISABLESCROLL_TRUE: import("./fomatable_string").FormatableString;
47
- PAGE_JSON_SHOULD_SET_NAVIGATIONSTYLE_CUSTOM: import("./fomatable_string").FormatableString;
48
- CONTENT_EXIST: import("./fomatable_string").FormatableString;
49
- JSON_CONTENT_EXISTED: import("./fomatable_string").FormatableString;
50
- JSON_CONTENT_NOT_FOUND: import("./fomatable_string").FormatableString;
51
- LACK_OF_FILE: import("./fomatable_string").FormatableString;
52
- JSON_PAGES_REPEAT: import("./fomatable_string").FormatableString;
53
- JSON_CONTENT_REPEAT: import("./fomatable_string").FormatableString;
54
- EXT_JSON_INVALID: import("./fomatable_string").FormatableString;
55
- GAME_EXT_JSON_INVALID: import("./fomatable_string").FormatableString;
56
- EXT_APPID_SHOULD_NOT_BE_EMPTY: import("./fomatable_string").FormatableString;
57
- FILE_NOT_UTF8: import("./fomatable_string").FormatableString;
58
- INVALID: import("./fomatable_string").FormatableString;
59
- DIRECTORY: import("./fomatable_string").FormatableString;
60
- EXCEED_LIMIT: import("./fomatable_string").FormatableString;
61
- PLEASE_CHOOSE_PLUGIN_MODE: import("./fomatable_string").FormatableString;
62
- TRIPLE_NUMBER_DOT: import("./fomatable_string").FormatableString;
63
- PAGE_PATH: import("./fomatable_string").FormatableString;
64
- PLUGINS_SAME_ALIAS: import("./fomatable_string").FormatableString;
65
- SAME_ITEM: import("./fomatable_string").FormatableString;
66
- ALREADY_EXISTS: import("./fomatable_string").FormatableString;
67
- SAME_KEY_PAGE_PUBLICCOMPONENTS: import("./fomatable_string").FormatableString;
68
- GAME_DEV_PLUGIN_SHOULD_NOT_USE_LOCAL_PATH: import("./fomatable_string").FormatableString;
69
- GAME_PLUGIN_SIGNATURE_MD5_NOT_MATCH_CONTENT: import("./fomatable_string").FormatableString;
70
- FILE: import("./fomatable_string").FormatableString;
71
- PROCESSING: import("./fomatable_string").FormatableString;
72
- DONE: import("./fomatable_string").FormatableString;
73
- UPLOAD: import("./fomatable_string").FormatableString;
74
- SUCCESS: import("./fomatable_string").FormatableString;
75
- PROJECT_TYPE_ERROR: import("./fomatable_string").FormatableString;
76
- MINI_PROGRAM: import("./fomatable_string").FormatableString;
77
- MINI_GAME: import("./fomatable_string").FormatableString;
78
- NOT_ALLOWED_REQUIRE_VAR: import("./fomatable_string").FormatableString;
79
- NOT_ALLOWED_REQUIRE_ASSIGN: import("./fomatable_string").FormatableString;
80
- NOT_FOUND_NPM_ENTRY: import("./fomatable_string").FormatableString;
81
- NOT_FOUND_NODE_MODULES: import("./fomatable_string").FormatableString;
82
- JSON_ENTRANCE_DECLARE_PATH_ERR: import("./fomatable_string").FormatableString;
83
- JSON_ENTRANCE_DECLARE_PATH_EMPTY: import("./fomatable_string").FormatableString;
84
- COULD_NOT_USE_CODE_PROTECT: import("./fomatable_string").FormatableString;
85
- SUMMER_COMPILING_MODULE: import("./fomatable_string").FormatableString;
86
- SUMMER_COMPILE_JSON: import("./fomatable_string").FormatableString;
87
- SUMMER_OPTIMIZE_CODE: import("./fomatable_string").FormatableString;
88
- SUMMER_PACK_FILES: import("./fomatable_string").FormatableString;
89
- SUMMER_PACK_FILES_FINISH: import("./fomatable_string").FormatableString;
90
- SUMMER_COMPRESS_PACK: import("./fomatable_string").FormatableString;
91
- SUMMER_SEAL_PACK: import("./fomatable_string").FormatableString;
92
- SUMMER_APPEND_BABEL_HELPERS: import("./fomatable_string").FormatableString;
93
- SUMMER_COMPILE_PAGE_JSON: import("./fomatable_string").FormatableString;
94
- SUMMER_COMPILE_PLUGIN_PAGE_JSON: import("./fomatable_string").FormatableString;
95
- SUMMER_COMPILE: import("./fomatable_string").FormatableString;
96
- SUMMER_COMPILE_MINIPROGRAM: import("./fomatable_string").FormatableString;
97
- SUMMER_COMPILE_MINIGAME: import("./fomatable_string").FormatableString;
98
- SUMMER_COMPILE_PLUGIN: import("./fomatable_string").FormatableString;
99
- FILE_EXT_FORMAT_ERROR: import("./fomatable_string").FormatableString;
100
- THEME_JSON_VALUE_SHOULD_BE: import("./fomatable_string").FormatableString;
101
- JSON_VARIABLE_VALUE_NOT_FOUND: import("./fomatable_string").FormatableString;
102
- THEME_JSON_SHOULD_EXIST: import("./fomatable_string").FormatableString;
103
- PARSEERR_ENTRANCE_PAGE_ERROR: import("./fomatable_string").FormatableString;
104
- PARSEERR_ENTRANCE_FILE_ERROR: import("./fomatable_string").FormatableString;
105
- COMPILE_WXML_ERROR_CONSOLE: import("./fomatable_string").FormatableString;
106
- COMPILE_WXSS_ERROR_CONSOLE: import("./fomatable_string").FormatableString;
107
- RELATED_NODE_MODULES_NOT_FOUND: import("./fomatable_string").FormatableString;
108
- PACKAGE_JSON_PATH_IN_VALID: import("./fomatable_string").FormatableString;
109
- ACCOUNT_CARD_PACKAPGE_IN_VALID: import("./fomatable_string").FormatableString;
110
- UNUSE_FILE_LIST: import("./fomatable_string").FormatableString;
111
- PACK_OPTIONS_IGNORE_LIST: import("./fomatable_string").FormatableString;
112
- PARTIAL_COMPILE_IGNORE_LIST: import("./fomatable_string").FormatableString;
113
- UNKNOWN_REASON_INGORE_LIST: import("./fomatable_string").FormatableString;
114
- LARGEFILE_WARNING: import("./fomatable_string").FormatableString;
115
- };
3
+ readonly config: typeof zhLocale;
116
4
  setLocale: (tag: string) => void;
117
5
  getLocale: () => string;
118
6
  };
@@ -1,116 +1,117 @@
1
1
  import { FormatableString } from './fomatable_string';
2
- declare const _default: {
3
- GENERATE_LOCAL_SIGNATURE_FAIL: FormatableString;
4
- PARAM_ERROR: FormatableString;
5
- SHOULD_NOT_BE_EMPTY: FormatableString;
6
- JSON_CONTENT_SHOULD_BE: FormatableString;
7
- SHOULD_AT_LEAST_ONE_ITEM: FormatableString;
8
- SHOULD_MATCH: FormatableString;
9
- SHOULD_EQUAL: FormatableString;
10
- EXT_SHOULD_BE_ERROR: FormatableString;
11
- OR: FormatableString;
12
- CORRESPONDING_FILE_NOT_FOUND: FormatableString;
13
- JSON_SHOULD_NOT_START_WITH: FormatableString;
14
- JSON_SHOULD_NOT_CONTAIN: FormatableString;
15
- NOT_FOUND: FormatableString;
16
- COMPONENT_NOT_FOUND: FormatableString;
17
- NOT_FOUND_IN_ROOT_DIR: FormatableString;
18
- MINIPROGRAM_APP_JSON_NOT_FOUND: FormatableString;
19
- PLUGIN_JSON_NOT_FOUND: FormatableString;
20
- PLUGIN_PATH_SAME_WITH_MINIPROGRAM: FormatableString;
21
- FILE_NOT_FOUND: FormatableString;
22
- JSON_PARSE_ERROR: FormatableString;
23
- ENTRANCE_NOT_FOUND: FormatableString;
24
- JSON_PAGE_FILE_NOT_EXISTS: FormatableString;
25
- SHOULD_NOT_IN: FormatableString;
26
- JSON_CUSTOM_COMPILE_PATH_NOT_EXISTS_TITLE: FormatableString;
27
- JSON_CUSTOM_COMPILE_PATH_NOT_EXISTS: FormatableString;
28
- JSON_ENTRY_PAGE_PATH_NOT_FOUND: FormatableString;
29
- JSON_TABBAR_AT_LEAST: FormatableString;
30
- JSON_TABBAR_AT_MOST: FormatableString;
31
- JSON_TABBAR_PATH_EMPTY: FormatableString;
32
- JSON_TABBAR_PATH_SAME_WITH_OTHER: FormatableString;
33
- JSON_TABBAR_ICON_MAX_SIZE: FormatableString;
34
- JSON_TABBAR_ICON_EXT: FormatableString;
35
- JSON_CONTENT_SHOULD_NOT_BE: FormatableString;
36
- JSON_RESOLVE_ALIAS_ILLEGAL: FormatableString;
37
- JSON_RESOLVE_ALIAS_INCLUDE_STAR: FormatableString;
38
- JSON_RESOLVE_ALIAS_SHOULD_NOT_START_WITH: FormatableString;
39
- JSON_REQUIRED_PRIVATE_INFOS_MUTUALLY_EXCLUSIVE: FormatableString;
40
- APP_JSON_SKYLINE_WINDOW_TIPS: FormatableString;
41
- APP_JSON_SHOULD_SET_LAZYCODELOADING: FormatableString;
42
- APP_JSON_SHOULD_SET_RENDEREROPTIONS: FormatableString;
43
- JSON_SHOULD_SET_RENDEREROPTIONS: FormatableString;
44
- JSON_SHOULD_SET_RENDEREROPTIONS_SKYLINE: FormatableString;
45
- JSON_SHOULD_SET_COMPONENTFRAMEWORK_SKYLINE: FormatableString;
46
- PAGE_JSON_SHOULD_SET_DISABLESCROLL_TRUE: FormatableString;
47
- PAGE_JSON_SHOULD_SET_NAVIGATIONSTYLE_CUSTOM: FormatableString;
48
- CONTENT_EXIST: FormatableString;
49
- JSON_CONTENT_EXISTED: FormatableString;
50
- JSON_CONTENT_NOT_FOUND: FormatableString;
51
- LACK_OF_FILE: FormatableString;
52
- JSON_PAGES_REPEAT: FormatableString;
53
- JSON_CONTENT_REPEAT: FormatableString;
54
- EXT_JSON_INVALID: FormatableString;
55
- GAME_EXT_JSON_INVALID: FormatableString;
56
- EXT_APPID_SHOULD_NOT_BE_EMPTY: FormatableString;
57
- FILE_NOT_UTF8: FormatableString;
58
- INVALID: FormatableString;
59
- DIRECTORY: FormatableString;
60
- EXCEED_LIMIT: FormatableString;
61
- PLEASE_CHOOSE_PLUGIN_MODE: FormatableString;
62
- TRIPLE_NUMBER_DOT: FormatableString;
63
- PAGE_PATH: FormatableString;
64
- PLUGINS_SAME_ALIAS: FormatableString;
65
- SAME_ITEM: FormatableString;
66
- ALREADY_EXISTS: FormatableString;
67
- SAME_KEY_PAGE_PUBLICCOMPONENTS: FormatableString;
68
- GAME_DEV_PLUGIN_SHOULD_NOT_USE_LOCAL_PATH: FormatableString;
69
- GAME_PLUGIN_SIGNATURE_MD5_NOT_MATCH_CONTENT: FormatableString;
70
- FILE: FormatableString;
71
- PROCESSING: FormatableString;
72
- DONE: FormatableString;
73
- UPLOAD: FormatableString;
74
- SUCCESS: FormatableString;
75
- PROJECT_TYPE_ERROR: FormatableString;
76
- MINI_PROGRAM: FormatableString;
77
- MINI_GAME: FormatableString;
78
- NOT_ALLOWED_REQUIRE_VAR: FormatableString;
79
- NOT_ALLOWED_REQUIRE_ASSIGN: FormatableString;
80
- NOT_FOUND_NPM_ENTRY: FormatableString;
81
- NOT_FOUND_NODE_MODULES: FormatableString;
82
- JSON_ENTRANCE_DECLARE_PATH_ERR: FormatableString;
83
- JSON_ENTRANCE_DECLARE_PATH_EMPTY: FormatableString;
84
- COULD_NOT_USE_CODE_PROTECT: FormatableString;
85
- SUMMER_COMPILING_MODULE: FormatableString;
86
- SUMMER_COMPILE_JSON: FormatableString;
87
- SUMMER_OPTIMIZE_CODE: FormatableString;
88
- SUMMER_PACK_FILES: FormatableString;
89
- SUMMER_PACK_FILES_FINISH: FormatableString;
90
- SUMMER_COMPRESS_PACK: FormatableString;
91
- SUMMER_SEAL_PACK: FormatableString;
92
- SUMMER_APPEND_BABEL_HELPERS: FormatableString;
93
- SUMMER_COMPILE_PAGE_JSON: FormatableString;
94
- SUMMER_COMPILE_PLUGIN_PAGE_JSON: FormatableString;
95
- SUMMER_COMPILE: FormatableString;
96
- SUMMER_COMPILE_MINIPROGRAM: FormatableString;
97
- SUMMER_COMPILE_MINIGAME: FormatableString;
98
- SUMMER_COMPILE_PLUGIN: FormatableString;
99
- FILE_EXT_FORMAT_ERROR: FormatableString;
100
- THEME_JSON_VALUE_SHOULD_BE: FormatableString;
101
- JSON_VARIABLE_VALUE_NOT_FOUND: FormatableString;
102
- THEME_JSON_SHOULD_EXIST: FormatableString;
103
- PARSEERR_ENTRANCE_PAGE_ERROR: FormatableString;
104
- PARSEERR_ENTRANCE_FILE_ERROR: FormatableString;
105
- COMPILE_WXML_ERROR_CONSOLE: FormatableString;
106
- COMPILE_WXSS_ERROR_CONSOLE: FormatableString;
107
- RELATED_NODE_MODULES_NOT_FOUND: FormatableString;
108
- PACKAGE_JSON_PATH_IN_VALID: FormatableString;
109
- ACCOUNT_CARD_PACKAPGE_IN_VALID: FormatableString;
110
- UNUSE_FILE_LIST: FormatableString;
111
- PACK_OPTIONS_IGNORE_LIST: FormatableString;
112
- PARTIAL_COMPILE_IGNORE_LIST: FormatableString;
113
- UNKNOWN_REASON_INGORE_LIST: FormatableString;
114
- LARGEFILE_WARNING: FormatableString;
2
+ declare const config: {
3
+ GENERATE_LOCAL_SIGNATURE_FAIL: string;
4
+ PARAM_ERROR: string;
5
+ SHOULD_NOT_BE_EMPTY: string;
6
+ JSON_CONTENT_SHOULD_BE: string;
7
+ SHOULD_AT_LEAST_ONE_ITEM: string;
8
+ SHOULD_MATCH: string;
9
+ SHOULD_EQUAL: string;
10
+ EXT_SHOULD_BE_ERROR: string;
11
+ OR: string;
12
+ CORRESPONDING_FILE_NOT_FOUND: string;
13
+ JSON_SHOULD_NOT_START_WITH: string;
14
+ JSON_SHOULD_NOT_CONTAIN: string;
15
+ NOT_FOUND: string;
16
+ COMPONENT_NOT_FOUND: string;
17
+ NOT_FOUND_IN_ROOT_DIR: string;
18
+ MINIPROGRAM_APP_JSON_NOT_FOUND: string;
19
+ PLUGIN_JSON_NOT_FOUND: string;
20
+ PLUGIN_PATH_SAME_WITH_MINIPROGRAM: string;
21
+ FILE_NOT_FOUND: string;
22
+ JSON_PARSE_ERROR: string;
23
+ ENTRANCE_NOT_FOUND: string;
24
+ JSON_PAGE_FILE_NOT_EXISTS: string;
25
+ SHOULD_NOT_IN: string;
26
+ JSON_CUSTOM_COMPILE_PATH_NOT_EXISTS_TITLE: string;
27
+ JSON_CUSTOM_COMPILE_PATH_NOT_EXISTS: string;
28
+ JSON_ENTRY_PAGE_PATH_NOT_FOUND: string;
29
+ JSON_TABBAR_AT_LEAST: string;
30
+ JSON_TABBAR_AT_MOST: string;
31
+ JSON_TABBAR_PATH_EMPTY: string;
32
+ JSON_TABBAR_PATH_SAME_WITH_OTHER: string;
33
+ JSON_TABBAR_ICON_MAX_SIZE: string;
34
+ JSON_TABBAR_ICON_EXT: string;
35
+ JSON_CONTENT_SHOULD_NOT_BE: string;
36
+ JSON_RESOLVE_ALIAS_ILLEGAL: string;
37
+ JSON_RESOLVE_ALIAS_INCLUDE_STAR: string;
38
+ JSON_RESOLVE_ALIAS_SHOULD_NOT_START_WITH: string;
39
+ JSON_REQUIRED_PRIVATE_INFOS_MUTUALLY_EXCLUSIVE: string;
40
+ APP_JSON_SKYLINE_WINDOW_TIPS: string;
41
+ APP_JSON_SHOULD_SET_LAZYCODELOADING: string;
42
+ APP_JSON_SHOULD_SET_RENDEREROPTIONS: string;
43
+ JSON_SHOULD_SET_RENDEREROPTIONS: string;
44
+ JSON_SHOULD_SET_RENDEREROPTIONS_SKYLINE: string;
45
+ JSON_SHOULD_SET_COMPONENTFRAMEWORK_SKYLINE: string;
46
+ PAGE_JSON_SHOULD_SET_DISABLESCROLL_TRUE: string;
47
+ PAGE_JSON_SHOULD_SET_NAVIGATIONSTYLE_CUSTOM: string;
48
+ CONTENT_EXIST: string;
49
+ JSON_CONTENT_EXISTED: string;
50
+ JSON_CONTENT_NOT_FOUND: string;
51
+ LACK_OF_FILE: string;
52
+ JSON_PAGES_REPEAT: string;
53
+ JSON_CONTENT_REPEAT: string;
54
+ EXT_JSON_INVALID: string;
55
+ GAME_EXT_JSON_INVALID: string;
56
+ EXT_APPID_SHOULD_NOT_BE_EMPTY: string;
57
+ FILE_NOT_UTF8: string;
58
+ INVALID: string;
59
+ DIRECTORY: string;
60
+ EXCEED_LIMIT: string;
61
+ PLEASE_CHOOSE_PLUGIN_MODE: string;
62
+ TRIPLE_NUMBER_DOT: string;
63
+ PAGE_PATH: string;
64
+ PLUGINS_SAME_ALIAS: string;
65
+ SAME_ITEM: string;
66
+ ALREADY_EXISTS: string;
67
+ SAME_KEY_PAGE_PUBLICCOMPONENTS: string;
68
+ GAME_DEV_PLUGIN_SHOULD_NOT_USE_LOCAL_PATH: string;
69
+ GAME_PLUGIN_SIGNATURE_MD5_NOT_MATCH_CONTENT: string;
70
+ FILE: string;
71
+ PROCESSING: string;
72
+ DONE: string;
73
+ UPLOAD: string;
74
+ SUCCESS: string;
75
+ PROJECT_TYPE_ERROR: string;
76
+ MINI_PROGRAM: string;
77
+ MINI_GAME: string;
78
+ NOT_ALLOWED_REQUIRE_VAR: string;
79
+ NOT_ALLOWED_REQUIRE_ASSIGN: string;
80
+ NOT_FOUND_NPM_ENTRY: string;
81
+ NOT_FOUND_NODE_MODULES: string;
82
+ JSON_ENTRANCE_DECLARE_PATH_ERR: string;
83
+ JSON_ENTRANCE_DECLARE_PATH_EMPTY: string;
84
+ COULD_NOT_USE_CODE_PROTECT: string;
85
+ SUMMER_COMPILING_MODULE: string;
86
+ SUMMER_COMPILE_JSON: string;
87
+ SUMMER_OPTIMIZE_CODE: string;
88
+ SUMMER_PACK_FILES: string;
89
+ SUMMER_PACK_FILES_FINISH: string;
90
+ SUMMER_COMPRESS_PACK: string;
91
+ SUMMER_SEAL_PACK: string;
92
+ SUMMER_APPEND_BABEL_HELPERS: string;
93
+ SUMMER_COMPILE_PAGE_JSON: string;
94
+ SUMMER_COMPILE_PLUGIN_PAGE_JSON: string;
95
+ SUMMER_COMPILE: string;
96
+ SUMMER_COMPILE_MINIPROGRAM: string;
97
+ SUMMER_COMPILE_MINIGAME: string;
98
+ SUMMER_COMPILE_PLUGIN: string;
99
+ FILE_EXT_FORMAT_ERROR: string;
100
+ THEME_JSON_VALUE_SHOULD_BE: string;
101
+ JSON_VARIABLE_VALUE_NOT_FOUND: string;
102
+ THEME_JSON_SHOULD_EXIST: string;
103
+ PARSEERR_ENTRANCE_PAGE_ERROR: string;
104
+ PARSEERR_ENTRANCE_FILE_ERROR: string;
105
+ COMPILE_WXML_ERROR_CONSOLE: string;
106
+ COMPILE_WXSS_ERROR_CONSOLE: string;
107
+ RELATED_NODE_MODULES_NOT_FOUND: string;
108
+ PACKAGE_JSON_PATH_IN_VALID: string;
109
+ ACCOUNT_CARD_PACKAPGE_IN_VALID: string;
110
+ UNUSE_FILE_LIST: string;
111
+ PACK_OPTIONS_IGNORE_LIST: string;
112
+ PARTIAL_COMPILE_IGNORE_LIST: string;
113
+ UNKNOWN_REASON_INGORE_LIST: string;
114
+ LARGEFILE_WARNING: string;
115
115
  };
116
+ declare const _default: { [key in keyof typeof config]: FormatableString; };
116
117
  export default _default;
@@ -195,5 +195,5 @@ export declare function getRawAppJSON(projectPath: string): any;
195
195
  export declare function getMiniprogramRoot(projectPath: string): any;
196
196
  export declare function getTargetMiniprogramArg(projectPath: string, targetArg: string): any;
197
197
  export declare const iosPrivacyDescObj: Record<string, string>;
198
- export declare function isAndroidNeedClientJsExtInfo(projectPath: string): 0 | 1;
198
+ export declare function isAndroidNeedClientJsExtInfo(projectPath: string): 1 | 0;
199
199
  export declare const autoCompleteIOSPrivacyDesc: (projectpath: string) => boolean;
@@ -0,0 +1 @@
1
+ export declare function shouldUseConfigFile(args: string[]): boolean;
@@ -1,6 +1,6 @@
1
1
  import { MiniProgramCore, MiniProgramDevtools } from '../types';
2
2
  import { Analyzer, IModule } from '../common/code-analyse';
3
- declare class PackOptionsHelper {
3
+ export declare class PackOptionsHelper {
4
4
  private packOptionIgnores;
5
5
  private packOptionIncludes;
6
6
  private ignoreUploadUnusedFiles;
@@ -0,0 +1,7 @@
1
+ interface IProcessBootstrapOptions {
2
+ baseDir: string;
3
+ hackRequirePath?: string;
4
+ moduleFallbackPath?: string;
5
+ }
6
+ export declare function installProcessBootstrap({ baseDir, hackRequirePath, moduleFallbackPath, }: IProcessBootstrapOptions): void;
7
+ export {};
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  export interface IAESOptions {
3
2
  data: string;
4
3
  key: string;
@@ -22,6 +22,7 @@ export declare class SingletonTask implements ISingletonTask {
22
22
  constructor(executor: MiniProgramCore.FN<Promise<any>>, key?: string, timeout?: number);
23
23
  private _run;
24
24
  private _emit;
25
+ get rejected(): boolean;
25
26
  private _resolve;
26
27
  private _reject;
27
28
  getResult(retryWhenRejected?: boolean, retryWhenResolved?: boolean): Promise<any>;