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.
- package/CHANGELOG.md +5 -0
- package/README.md +5 -0
- package/dist/@types/ci/checkCodeQuality.d.ts +1 -1
- package/dist/@types/ci/cloud/utils.d.ts +1 -1
- package/dist/@types/ci/code-analyse.d.ts +1 -1
- package/dist/@types/ci/cos-upload.d.ts +0 -1
- package/dist/@types/ci/getCompiledResult.d.ts +0 -1
- package/dist/@types/ci/utils/filterUnusedFile.d.ts +0 -1
- package/dist/@types/ci/utils/pack.d.ts +0 -1
- package/dist/@types/ci/utils/packfile.d.ts +0 -1
- package/dist/@types/ci/utils/tools.d.ts +1 -1
- package/dist/@types/ci/utils/wxvpkg/unpack/version0.d.ts +0 -1
- package/dist/@types/ci/utils/wxvpkg/unpack/version10.d.ts +0 -1
- package/dist/@types/common/code-analyse/index.d.ts +16 -1
- package/dist/@types/config/compiletype.config.d.ts +4 -4
- package/dist/@types/config/config.d.ts +1 -1
- package/dist/@types/config/dir.config.d.ts +17 -0
- package/dist/@types/config/url.config.d.ts +42 -42
- package/dist/@types/index.d.ts +6 -2
- package/dist/@types/modules/corecompiler/baseCompiler.d.ts +3 -4
- package/dist/@types/modules/corecompiler/original/compile/common.d.ts +0 -1
- package/dist/@types/modules/corecompiler/original/compile/game.d.ts +1 -1
- package/dist/@types/modules/corecompiler/original/compile/gamePlugin.d.ts +0 -1
- package/dist/@types/modules/corecompiler/original/compile/handler/mpjson.d.ts +0 -1
- package/dist/@types/modules/corecompiler/original/compile/index.d.ts +1 -1
- package/dist/@types/modules/corecompiler/original/compile/miniprogram.d.ts +0 -1
- package/dist/@types/modules/corecompiler/original/compile/miniprogramPlugin.d.ts +0 -1
- package/dist/@types/modules/corecompiler/original/index.d.ts +1 -1
- package/dist/@types/modules/corecompiler/original/js/index.d.ts +0 -1
- package/dist/@types/modules/corecompiler/original/protect/uglifyfilenames.d.ts +0 -1
- package/dist/@types/modules/corecompiler/original/webWorker/webWorkerManager.d.ts +0 -1
- package/dist/@types/modules/corecompiler/original/workerThread/childprocessManager.d.ts +1 -1
- package/dist/@types/modules/corecompiler/original/workerThread/config.d.ts +3 -0
- package/dist/@types/modules/corecompiler/original/workerThread/task/compilejs.d.ts +4 -2
- package/dist/@types/modules/corecompiler/original/workerThread/task/compilewxss.d.ts +0 -1
- package/dist/@types/modules/corecompiler/original/workerThread/task/func.d.ts +4 -0
- package/dist/@types/modules/corecompiler/original/workerThread/task/minifywxml.d.ts +0 -1
- package/dist/@types/modules/corecompiler/original/workerThread/workerManager.d.ts +8 -0
- package/dist/@types/modules/corecompiler/originalCompiler.d.ts +1 -1
- package/dist/@types/modules/corecompiler/summer/graph/appconf.d.ts +1 -1
- package/dist/@types/modules/corecompiler/summer/graph/gameconf.d.ts +1 -1
- package/dist/@types/modules/corecompiler/summer/pipeManager/index.d.ts +6 -0
- package/dist/@types/modules/corecompiler/summer/pipeManager/pipeCPProject.d.ts +17 -0
- package/dist/@types/modules/corecompiler/summer/pipeManager/pipeContext.d.ts +10 -0
- package/dist/@types/modules/corecompiler/summer/pipeManager/pipeManager.d.ts +12 -0
- package/dist/@types/modules/corecompiler/summer/pipeManager/pipeWorker.d.ts +2 -0
- package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/appservicePipe/index.d.ts +3 -0
- package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/compileWxmlToGlassEaselPipe.d.ts +3 -0
- package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/compileWxssPipe.d.ts +3 -0
- package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/index.d.ts +2 -0
- package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/pageInitSourcePipe/index.d.ts +4 -0
- package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/pageframePipe/index.d.ts +3 -0
- package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/utils/appdevserver/getAppService.d.ts +6 -0
- package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/utils/appdevserver/getwxappcode.d.ts +9 -0
- package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/utils/appservice/getjsfile.d.ts +12 -0
- package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/utils/appservice/getmainpkgsortedjsfiles.d.ts +11 -0
- package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/utils/appservice/getwxappcode.d.ts +8 -0
- package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/utils/common/apperrcode.config.d.ts +92 -0
- package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/utils/common/tools.d.ts +1 -0
- package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/utils/project/appconfig.d.ts +6 -0
- package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/utils/project/appjson.d.ts +3 -0
- package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/utils/project/customcomponent.d.ts +21 -0
- package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/utils/project/helper/theme.d.ts +40 -0
- package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/utils/project/pagejson.d.ts +3 -0
- package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/utils/project/wxappcodejson.d.ts +3 -0
- package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/utils/trans/transwxmltojs.d.ts +19 -0
- package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/utils/trans/transwxsstojs.d.ts +15 -0
- package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/utils/web/processPath.d.ts +9 -0
- package/dist/@types/modules/corecompiler/summer/pipeManager/pipes/wccPipe.d.ts +3 -0
- package/dist/@types/modules/corecompiler/summer/pipeManager/types.d.ts +100 -0
- package/dist/@types/modules/corecompiler/summer/plugins/less.d.ts +0 -1
- package/dist/@types/modules/corecompiler/summer/plugins/script_task/minify_script_task.d.ts +1 -1
- package/dist/@types/modules/corecompiler/summer/resolver.d.ts +1 -1
- package/dist/@types/modules/corecompiler/summerCompiler.d.ts +12 -3
- package/dist/@types/modules/index.d.ts +1 -1
- package/dist/@types/modules/nativecompiler/ios/buildCloud.d.ts +2 -2
- package/dist/@types/modules/nativecompiler/processHandler.d.ts +1 -1
- package/dist/@types/modules/precompiler/conditioncompile/compiler/base.d.ts +0 -1
- package/dist/@types/modules/precompiler/conditioncompile/compiler/json.d.ts +0 -1
- package/dist/@types/modules/precompiler/conditioncompile/compiler/macro.d.ts +0 -1
- package/dist/@types/modules/precompiler/conditioncompile/compiler/plant.d.ts +1 -2
- package/dist/@types/modules/precompiler/conditioncompile/index.d.ts +1 -2
- package/dist/@types/project/advance/precompileProject.d.ts +1 -2
- package/dist/@types/project/advance/reactiveProject.d.ts +1 -2
- package/dist/@types/project/baseProject.d.ts +4 -3
- package/dist/@types/project/ciProjectWithMockBuffer.d.ts +0 -1
- package/dist/@types/services/accountcard/accountcard.d.ts +18 -0
- package/dist/@types/services/accountcard/accountcardService.d.ts +0 -0
- package/dist/@types/services/app/ci/appDirService.d.ts +6 -0
- package/dist/@types/services/app/common/appDirService.d.ts +10 -0
- package/dist/@types/services/app/common/appDirService.devtools.d.ts +7 -0
- package/dist/@types/services/app/electron/appDirService.d.ts +3 -0
- package/dist/@types/services/app/node/appDirService.d.ts +6 -0
- package/dist/@types/services/app/nw/appDirService.d.ts +3 -0
- package/dist/@types/services/builder/common/builder.d.ts +22 -0
- package/dist/@types/services/builder/nw/builder.d.ts +15 -0
- package/dist/@types/services/builder/webide/builder.d.ts +4 -0
- package/dist/@types/services/common/extensions.d.ts +8 -0
- package/dist/@types/services/common/getservice.d.ts +27 -0
- package/dist/@types/services/common/librarybase.d.ts +2063 -0
- package/dist/@types/services/common/vsbase.d.ts +3 -0
- package/dist/@types/services/compilewxml/common/compilewxmlService.d.ts +41 -0
- package/dist/@types/services/compilewxml/electron/compilewxmlService.d.ts +5 -0
- package/dist/@types/services/compilewxml/node/compileUtils.d.ts +3 -0
- package/dist/@types/services/compilewxml/node/compileglasseasel.d.ts +14 -0
- package/dist/@types/services/compilewxml/nw/compilewxmlService.d.ts +5 -0
- package/dist/@types/services/compilewxml/webide/compilewxmlService.d.ts +5 -0
- package/dist/@types/services/compilewxml/webide/pageFrameWasm/wcc/runWcc.d.ts +3 -0
- package/dist/@types/services/compilewxss/common/compilewxssService.d.ts +15 -0
- package/dist/@types/services/compilewxss/electron/compilewxssService.d.ts +4 -0
- package/dist/@types/services/compilewxss/node/compileUtils.d.ts +2 -0
- package/dist/@types/services/compilewxss/nw/compilewxssService.d.ts +4 -0
- package/dist/@types/services/compilewxss/webide/compilewxssService.d.ts +4 -0
- package/dist/@types/services/compilewxss/webide/pageFrameWasm/wcsc/runWcsc.d.ts +3 -0
- package/dist/@types/services/consoledisplay/common/consoledisplay.d.ts +5 -0
- package/dist/@types/services/consoledisplay/nw/consoledisplay.d.ts +6 -0
- package/dist/@types/services/fileUtilsManager/common/fileUtilsManager.d.ts +5 -0
- package/dist/@types/services/fileUtilsManager/nw/fileUtilsManager.d.ts +6 -0
- package/dist/@types/services/fs/common/fileService.d.ts +28 -0
- package/dist/@types/services/genTempFile/common/genTempFile.devtools.d.ts +4 -0
- package/dist/@types/services/genTempFile/common/genTempFile.node.d.ts +4 -0
- package/dist/@types/services/genTempFile/common/genTempFileService.d.ts +4 -0
- package/dist/@types/services/genTempFile/electron/genTempFileService.d.ts +3 -0
- package/dist/@types/services/genTempFile/node/genTempFileService.d.ts +3 -0
- package/dist/@types/services/genTempFile/nw/genTempFileService.d.ts +3 -0
- package/dist/@types/services/global/common/global.d.ts +10 -0
- package/dist/@types/services/global/nw/global.d.ts +12 -0
- package/dist/@types/services/initializeCheck/common/initializeCheck.d.ts +21 -0
- package/dist/@types/services/initializeCheck/nw/initializeCheck.d.ts +4 -0
- package/dist/@types/services/initializeCheck/webide/initializeCheck.d.ts +0 -0
- package/dist/@types/services/locales/common/locales.d.ts +7 -0
- package/dist/@types/services/locales/nw/locales.d.ts +9 -0
- package/dist/@types/services/log/common/logService.d.ts +9 -0
- package/dist/@types/services/miniappjson/common/miniappjson.d.ts +5 -0
- package/dist/@types/services/miniappjson/electron/miniappjson.d.ts +6 -0
- package/dist/@types/services/miniappjson/nw/miniappjson.d.ts +6 -0
- package/dist/@types/services/miniappjson/webide/miniappjson.d.ts +4 -0
- package/dist/@types/services/multiTaskManager/ci/multiTaskManager.d.ts +5 -0
- package/dist/@types/services/multiTaskManager/common/multiTaskManager.d.ts +5 -0
- package/dist/@types/services/multiTaskManager/electron/multiTaskManager.d.ts +5 -0
- package/dist/@types/services/multiTaskManager/webide/multiTaskManager.d.ts +5 -0
- package/dist/@types/services/nativeModule/ci/nativeModule.d.ts +3 -0
- package/dist/@types/services/nativeModule/common/nativeModule.d.ts +9 -0
- package/dist/@types/services/nativeModule/common/nativeModule.impl.d.ts +13 -0
- package/dist/@types/services/nativeModule/electron/nativeModule.d.ts +3 -0
- package/dist/@types/services/nativeModule/nw/nativeModule.d.ts +3 -0
- package/dist/@types/services/partialcompile/common/parialcompile.impl.d.ts +0 -0
- package/dist/@types/services/partialcompile/common/partialcompile.d.ts +0 -0
- package/dist/@types/services/partialcompile/nw/partialcompile.d.ts +0 -0
- package/dist/@types/services/partialcompile/webide/partialcompile.d.ts +0 -0
- package/dist/@types/services/performance/common/performance.d.ts +9 -0
- package/dist/@types/services/performance/nw/performance.d.ts +9 -0
- package/dist/@types/services/performance/webide/performance.d.ts +7 -0
- package/dist/@types/services/pluginFileReader/ci/pluginFileReader.d.ts +3 -0
- package/dist/@types/services/pluginFileReader/common/pluginFileReader.base.d.ts +9 -0
- package/dist/@types/services/pluginFileReader/common/pluginFileReader.d.ts +12 -0
- package/dist/@types/services/pluginFileReader/electron/pluginFileReader.d.ts +3 -0
- package/dist/@types/services/pluginFileReader/webide/pluginFileReader.d.ts +9 -0
- package/dist/@types/services/project/common/cloudProjectService.d.ts +0 -0
- package/dist/@types/services/project/common/createProjectService.d.ts +0 -0
- package/dist/@types/services/project/common/project.helper.d.ts +0 -0
- package/dist/@types/services/project/common/projectConfigService.d.ts +0 -0
- package/dist/@types/services/project/common/projectFileService.d.ts +0 -0
- package/dist/@types/services/project/common/projectconfigjsonutils.d.ts +0 -0
- package/dist/@types/services/project/electron-backend/projectManagerService.d.ts +0 -0
- package/dist/@types/services/project/node/createProjectService.d.ts +0 -0
- package/dist/@types/services/project/node/projectConfigService.d.ts +0 -0
- package/dist/@types/services/project/node/projectManagerService.d.ts +0 -0
- package/dist/@types/services/project/web/projectManagerService.d.ts +0 -0
- package/dist/@types/services/project/webide/projectConfigService.d.ts +0 -0
- package/dist/@types/services/project/webide/projectFileService.d.ts +0 -0
- package/dist/@types/services/project/webide/projectManagerService.d.ts +0 -0
- package/dist/@types/services/projectManager/common/buildServerProjectManager.d.ts +5 -0
- package/dist/@types/services/projectManager/common/projectManager.d.ts +7 -0
- package/dist/@types/services/projectManager/nw/projectManager.d.ts +9 -0
- package/dist/@types/services/root/ci/root.d.ts +11 -0
- package/dist/@types/services/root/ci/rootService.d.ts +2 -0
- package/dist/@types/services/root/common/createService.d.ts +12 -0
- package/dist/@types/services/root/electron/root.d.ts +11 -0
- package/dist/@types/services/root/electron/rootService.d.ts +2 -0
- package/dist/@types/services/root/nw/root.d.ts +11 -0
- package/dist/@types/services/root/nw/rootService.d.ts +0 -0
- package/dist/@types/services/root/webide/root.d.ts +11 -0
- package/dist/@types/services/root/webide/rootService.d.ts +2 -0
- package/dist/@types/services/staticConfig/common/staticConfigService.d.ts +5 -0
- package/dist/@types/services/staticConfig/nw/staticConfigService.d.ts +6 -0
- package/dist/@types/services/store/common/storeService.d.ts +17 -0
- package/dist/@types/services/uniapp/common/uniapp.d.ts +5 -0
- package/dist/@types/services/uniapp/nw/uniapp.d.ts +9 -0
- package/dist/@types/services/uniapp/webide/uniapp.d.ts +4 -0
- package/dist/@types/services/vendor/common/utils.d.ts +0 -0
- package/dist/@types/services/vendor/common/vendorService.d.ts +0 -0
- package/dist/@types/services/vendor/node/vendorService.d.ts +0 -0
- package/dist/@types/services/vendor/webide/vendorService.d.ts +0 -0
- package/dist/@types/types/ci.d.ts +1 -2
- package/dist/@types/types/core.d.ts +1 -2
- package/dist/@types/types/devtools.d.ts +0 -1
- package/dist/@types/types/summer.d.ts +0 -1
- package/dist/@types/utils/colorutils.d.ts +4 -0
- package/dist/@types/utils/common.d.ts +3 -1
- package/dist/@types/utils/cosUpload.d.ts +0 -1
- package/dist/@types/utils/debug.d.ts +1 -0
- package/dist/@types/utils/error.d.ts +1 -1
- package/dist/@types/utils/fsagent.d.ts +4 -4
- package/dist/@types/utils/locales/locales.d.ts +2 -114
- package/dist/@types/utils/locales/zh.d.ts +114 -113
- package/dist/@types/utils/miniappJson.d.ts +1 -1
- package/dist/@types/utils/node/common.d.ts +1 -0
- package/dist/@types/utils/packOptionsHelper.d.ts +1 -1
- package/dist/@types/utils/processBootstrap.d.ts +7 -0
- package/dist/@types/utils/signature.d.ts +0 -1
- package/dist/@types/utils/singletontask.d.ts +1 -0
- package/dist/@types/utils/subprocess/processManager.d.ts +1 -0
- package/dist/@types/utils/taskqueue.d.ts +0 -1
- package/dist/@types/utils/taskstatus.d.ts +1 -1
- package/dist/@types/utils/tools.d.ts +3 -4
- package/dist/@types/utils/web/common.d.ts +1 -0
- package/dist/@types/utils/wxapkg/pack.d.ts +2 -3
- package/dist/@types/utils/wxvpkgreader/wxvpkg/reader/version0.d.ts +0 -1
- package/dist/@types/utils/wxvpkgreader/wxvpkg/reader/version10.d.ts +0 -1
- package/dist/@types/utils/wxvpkgreader/wxvpkg/unpack/version0.d.ts +0 -1
- package/dist/@types/utils/wxvpkgreader/wxvpkg/unpack/version10.d.ts +0 -1
- package/dist/@types/utils/wxvpkgreader/wxvpkgreader.d.ts +0 -1
- package/dist/ci/android-miniapp-toolkit/dist/index.js +1 -1
- package/dist/ci/build-apk.js +1 -1
- package/dist/ci/build-ipa.js +1 -1
- package/dist/ci/checkCodeQuality.js +1 -1
- package/dist/ci/cloud/cloudapi.js +1 -1
- package/dist/ci/cloud/createTimeTrigger.js +1 -1
- package/dist/ci/cloud/uploadContainer.js +1 -1
- package/dist/ci/cloud/uploadFile.js +1 -1
- package/dist/ci/cloud/uploadFunction.js +1 -1
- package/dist/ci/cloud/utils.js +1 -1
- package/dist/ci/code-analyse.js +1 -1
- package/dist/ci/cos-upload.js +1 -1
- package/dist/ci/gamepkg/apkplug.js +1 -1
- package/dist/ci/gamepkg/index.js +1 -1
- package/dist/ci/getCompiledResult.js +1 -1
- package/dist/ci/getDevSourceMap.js +1 -1
- package/dist/ci/getLatestVersion.js +1 -1
- package/dist/ci/getcompiler.js +1 -1
- package/dist/ci/index.js +1 -1
- package/dist/ci/jsserver.js +1 -1
- package/dist/ci/miniapp/androidCloudBuild.js +1 -1
- package/dist/ci/miniapp/archive.js +1 -1
- package/dist/ci/miniapp/checkBuildArgument.js +1 -1
- package/dist/ci/miniapp/iosCloudBuild.js +1 -1
- package/dist/ci/miniapp/miniappPlugin.js +1 -1
- package/dist/ci/miniapp/sdkManager.js +1 -1
- package/dist/ci/miniapp/upload.js +1 -1
- package/dist/ci/miniapp-cloud-upload.js +1 -1
- package/dist/ci/miniappattr.js +1 -1
- package/dist/ci/preview.js +1 -1
- package/dist/ci/projectattr.js +1 -1
- package/dist/ci/upload.js +1 -1
- package/dist/ci/utils/ciRequest.js +1 -1
- package/dist/ci/utils/codeDenpendencyQualityChecker.js +1 -1
- package/dist/ci/utils/filterUnusedFile.js +1 -1
- package/dist/ci/utils/pack.js +1 -1
- package/dist/ci/utils/packfile.js +1 -1
- package/dist/ci/utils/terminalQrcode.js +1 -1
- package/dist/ci/utils/tools.js +1 -1
- package/dist/ci/utils/unpack.js +1 -1
- package/dist/ci/utils/wxvpkg/unpack/version0.js +1 -1
- package/dist/ci/utils/wxvpkg/unpack/version10.js +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/common/code-analyse/index.js +1 -1
- package/dist/config/config.js +1 -1
- package/dist/config/dir.config.js +1 -0
- package/dist/config/url.config.js +1 -1
- package/dist/index.js +1 -1
- package/dist/modules/corecompiler/baseCompiler.js +1 -1
- package/dist/modules/corecompiler/original/analyse/partial.js +1 -1
- package/dist/modules/corecompiler/original/compile/common.js +1 -1
- package/dist/modules/corecompiler/original/compile/game.js +1 -1
- package/dist/modules/corecompiler/original/compile/gamePlugin.js +1 -1
- package/dist/modules/corecompiler/original/compile/handler/js.js +1 -1
- package/dist/modules/corecompiler/original/compile/handler/mpjson.js +1 -1
- package/dist/modules/corecompiler/original/compile/handler/wxml.js +1 -1
- package/dist/modules/corecompiler/original/compile/handler/wxss.js +1 -1
- package/dist/modules/corecompiler/original/compile/index.js +1 -1
- package/dist/modules/corecompiler/original/compile/miniprogram.js +1 -1
- package/dist/modules/corecompiler/original/compile/miniprogramPlugin.js +1 -1
- package/dist/modules/corecompiler/original/index.js +1 -1
- package/dist/modules/corecompiler/original/js/enhance.js +1 -1
- package/dist/modules/corecompiler/original/js/es6Transform.js +1 -1
- package/dist/modules/corecompiler/original/js/generateMap.js +1 -1
- package/dist/modules/corecompiler/original/js/index.js +1 -1
- package/dist/modules/corecompiler/original/js/minifyjs.js +1 -1
- package/dist/modules/corecompiler/original/js/minifyjsAfterWrap.js +1 -1
- package/dist/modules/corecompiler/original/js/workletCompile.js +1 -1
- package/dist/modules/corecompiler/original/json/app/appJSON.js +1 -1
- package/dist/modules/corecompiler/original/json/app/checkAppFields.js +1 -1
- package/dist/modules/corecompiler/original/json/app/extJSON.js +1 -1
- package/dist/modules/corecompiler/original/json/app/index.js +1 -1
- package/dist/modules/corecompiler/original/json/common.js +1 -1
- package/dist/modules/corecompiler/original/json/game.js +1 -1
- package/dist/modules/corecompiler/original/json/page/checkPageJSON.js +1 -1
- package/dist/modules/corecompiler/original/json/page/getPageJSON.js +1 -1
- package/dist/modules/corecompiler/original/json/plugin/plugin.js +1 -1
- package/dist/modules/corecompiler/original/json/plugin/pluginPage.js +1 -1
- package/dist/modules/corecompiler/original/json/projectconfig.js +1 -1
- package/dist/modules/corecompiler/original/json/reactiveCache.js +1 -1
- package/dist/modules/corecompiler/original/json/signaturejson.js +1 -1
- package/dist/modules/corecompiler/original/json/sitemap.js +1 -1
- package/dist/modules/corecompiler/original/json/theme.js +1 -1
- package/dist/modules/corecompiler/original/npm/filterdeps.js +1 -1
- package/dist/modules/corecompiler/original/npm/packnpm.js +1 -1
- package/dist/modules/corecompiler/original/protect/fileFlatter.js +1 -1
- package/dist/modules/corecompiler/original/protect/uglifyfilenames.js +1 -1
- package/dist/modules/corecompiler/original/utils/logger.js +1 -1
- package/dist/modules/corecompiler/original/validate/schemaValidate.js +1 -1
- package/dist/modules/corecompiler/original/validate/validate.js +1 -1
- package/dist/modules/corecompiler/original/webWorker/configs.js +1 -1
- package/dist/modules/corecompiler/original/workerThread/childprocess.js +1 -1
- package/dist/modules/corecompiler/original/workerThread/childprocessManager.js +1 -1
- package/dist/modules/corecompiler/original/workerThread/config.js +1 -1
- package/dist/modules/corecompiler/original/workerThread/fork.js +1 -1
- package/dist/modules/corecompiler/original/workerThread/getWorkerPoolSize.js +1 -1
- package/dist/modules/corecompiler/original/workerThread/index.js +1 -1
- package/dist/modules/corecompiler/original/workerThread/task/call_func.js +1 -1
- package/dist/modules/corecompiler/original/workerThread/task/compilejs.js +1 -1
- package/dist/modules/corecompiler/original/workerThread/task/compilewxss.js +1 -1
- package/dist/modules/corecompiler/original/workerThread/task/func.js +1 -1
- package/dist/modules/corecompiler/original/workerThread/task/index.js +1 -1
- package/dist/modules/corecompiler/original/workerThread/task/minifywxml.js +1 -1
- package/dist/modules/corecompiler/original/workerThread/worker.js +1 -1
- package/dist/modules/corecompiler/original/workerThread/workerManager.js +1 -1
- package/dist/modules/corecompiler/originalCompiler.js +1 -1
- package/dist/modules/corecompiler/processHandler.js +1 -1
- package/dist/modules/corecompiler/summer/graph/appconf.js +1 -1
- package/dist/modules/corecompiler/summer/graph/appgraph.js +1 -1
- package/dist/modules/corecompiler/summer/graph/basegraph.js +1 -1
- package/dist/modules/corecompiler/summer/graph/gameconf.js +1 -1
- package/dist/modules/corecompiler/summer/graph/gamegraph.js +1 -1
- package/dist/modules/corecompiler/summer/graph/gamepluginconf.js +1 -1
- package/dist/modules/corecompiler/summer/graph/gameplugingraph.js +1 -1
- package/dist/modules/corecompiler/summer/graph/pluginconf.js +1 -1
- package/dist/modules/corecompiler/summer/graph/plugingraph.js +1 -1
- package/dist/modules/corecompiler/summer/graph/util.js +1 -1
- package/dist/modules/corecompiler/summer/index.js +1 -1
- package/dist/modules/corecompiler/summer/initPlugin.js +1 -1
- package/dist/modules/corecompiler/summer/module.js +1 -1
- package/dist/modules/corecompiler/summer/persistCache.js +1 -1
- package/dist/modules/corecompiler/summer/pipeManager/index.js +1 -0
- package/dist/modules/corecompiler/summer/pipeManager/pipeCPProject.js +1 -0
- package/dist/modules/corecompiler/summer/pipeManager/pipeContext.js +1 -0
- package/dist/modules/corecompiler/summer/pipeManager/pipeManager.js +1 -0
- package/dist/modules/corecompiler/summer/pipeManager/pipeWorker.js +1 -0
- package/dist/modules/corecompiler/summer/pipeManager/pipes/appservicePipe/index.js +1 -0
- package/dist/modules/corecompiler/summer/pipeManager/pipes/compileWxmlToGlassEaselPipe.js +1 -0
- package/dist/modules/corecompiler/summer/pipeManager/pipes/compileWxssPipe.js +1 -0
- package/dist/modules/corecompiler/summer/pipeManager/pipes/index.js +1 -0
- package/dist/modules/corecompiler/summer/pipeManager/pipes/pageInitSourcePipe/index.js +1 -0
- package/dist/modules/corecompiler/summer/pipeManager/pipes/pageframePipe/index.js +1 -0
- package/dist/modules/corecompiler/summer/pipeManager/pipes/utils/appdevserver/getAppService.js +1 -0
- package/dist/modules/corecompiler/summer/pipeManager/pipes/utils/appdevserver/getwxappcode.js +1 -0
- package/dist/modules/corecompiler/summer/pipeManager/pipes/utils/appservice/getjsfile.js +1 -0
- package/dist/modules/corecompiler/summer/pipeManager/pipes/utils/appservice/getmainpkgsortedjsfiles.js +1 -0
- package/dist/modules/corecompiler/summer/pipeManager/pipes/utils/appservice/getwxappcode.js +1 -0
- package/dist/modules/corecompiler/summer/pipeManager/pipes/utils/common/apperrcode.config.js +1 -0
- package/dist/modules/corecompiler/summer/pipeManager/pipes/utils/common/tools.js +1 -0
- package/dist/modules/corecompiler/summer/pipeManager/pipes/utils/project/appconfig.js +1 -0
- package/dist/modules/corecompiler/summer/pipeManager/pipes/utils/project/appjson.js +1 -0
- package/dist/modules/corecompiler/summer/pipeManager/pipes/utils/project/customcomponent.js +1 -0
- package/dist/modules/corecompiler/summer/pipeManager/pipes/utils/project/helper/theme.js +1 -0
- package/dist/modules/corecompiler/summer/pipeManager/pipes/utils/project/pagejson.js +1 -0
- package/dist/modules/corecompiler/summer/pipeManager/pipes/utils/project/wxappcodejson.js +1 -0
- package/dist/modules/corecompiler/summer/pipeManager/pipes/utils/trans/transwxmltojs.js +1 -0
- package/dist/modules/corecompiler/summer/pipeManager/pipes/utils/trans/transwxsstojs.js +1 -0
- package/dist/modules/corecompiler/summer/pipeManager/pipes/utils/web/processPath.js +1 -0
- package/dist/modules/corecompiler/summer/pipeManager/pipes/wccPipe.js +1 -0
- package/dist/modules/corecompiler/summer/pipeManager/types.js +1 -0
- package/dist/modules/corecompiler/summer/pluginDriver.js +1 -1
- package/dist/modules/corecompiler/summer/pluginconfig.js +1 -1
- package/dist/modules/corecompiler/summer/plugins/base/es6module.js +1 -1
- package/dist/modules/corecompiler/summer/plugins/base/javascript.js +1 -1
- package/dist/modules/corecompiler/summer/plugins/base/swc.js +1 -1
- package/dist/modules/corecompiler/summer/plugins/base/wxss.js +1 -1
- package/dist/modules/corecompiler/summer/plugins/enhance.js +1 -1
- package/dist/modules/corecompiler/summer/plugins/filetask/script.js +1 -1
- package/dist/modules/corecompiler/summer/plugins/less.js +1 -1
- package/dist/modules/corecompiler/summer/plugins/minifywxml.js +1 -1
- package/dist/modules/corecompiler/summer/plugins/sass.js +1 -1
- package/dist/modules/corecompiler/summer/plugins/script_task/babel_script_task.js +1 -1
- package/dist/modules/corecompiler/summer/plugins/script_task/load_script_task.js +1 -1
- package/dist/modules/corecompiler/summer/plugins/script_task/minify_script_task.js +1 -1
- package/dist/modules/corecompiler/summer/plugins/script_task/swc_task.js +1 -1
- package/dist/modules/corecompiler/summer/plugins/terser.js +1 -1
- package/dist/modules/corecompiler/summer/plugins/typescript.js +1 -1
- package/dist/modules/corecompiler/summer/plugins/worklet.js +1 -1
- package/dist/modules/corecompiler/summer/resolver.js +1 -1
- package/dist/modules/corecompiler/summer/summer.js +1 -1
- package/dist/modules/corecompiler/summer/utils/async.js +1 -1
- package/dist/modules/corecompiler/summer/utils/ensureArray.js +1 -1
- package/dist/modules/corecompiler/summer/utils/inputsourcemap.js +1 -1
- package/dist/modules/corecompiler/summer/worker.js +1 -1
- package/dist/modules/corecompiler/summerCompiler.js +1 -1
- package/dist/modules/corecompiler/summerEntryProcess.js +1 -1
- package/dist/modules/createSummer.js +1 -1
- package/dist/modules/fullcompiler/app/app.js +1 -1
- package/dist/modules/fullcompiler/app/contactandlaunch/updateContactForSubpkg.js +1 -1
- package/dist/modules/fullcompiler/app/contactandlaunch/updatecontactandlaunch.js +1 -1
- package/dist/modules/index.js +1 -1
- package/dist/modules/nativecompiler/android/adb.js +1 -1
- package/dist/modules/nativecompiler/android/device.js +1 -1
- package/dist/modules/nativecompiler/android/index.js +1 -1
- package/dist/modules/nativecompiler/android/projectconfig.js +1 -1
- package/dist/modules/nativecompiler/index.js +1 -1
- package/dist/modules/nativecompiler/ios/buildCloud.js +1 -1
- package/dist/modules/nativecompiler/ios/device.js +1 -1
- package/dist/modules/nativecompiler/ios/index.js +1 -1
- package/dist/modules/nativecompiler/ios/projectconfig.js +1 -1
- package/dist/modules/nativecompiler/nativeEntryProcess.js +1 -1
- package/dist/modules/nativecompiler/processHandler.js +1 -1
- package/dist/modules/precompiler/conditioncompile/compiler/json.js +1 -1
- package/dist/modules/precompiler/conditioncompile/compiler/macro.js +1 -1
- package/dist/modules/precompiler/conditioncompile/index.js +1 -1
- package/dist/project/advance/precompileProject.js +1 -1
- package/dist/project/advance/reactiveProject.js +1 -1
- package/dist/project/baseProject.js +1 -1
- package/dist/project/ciProjectWithMockBuffer.js +1 -1
- package/dist/project/summerCPProject.js +1 -1
- package/dist/services/accountcard/accountcard.js +1 -0
- package/dist/services/accountcard/accountcardService.js +1 -0
- package/dist/services/app/ci/appDirService.js +1 -0
- package/dist/services/app/common/appDirService.devtools.js +1 -0
- package/dist/services/app/common/appDirService.js +1 -0
- package/dist/services/app/electron/appDirService.js +1 -0
- package/dist/services/app/node/appDirService.js +1 -0
- package/dist/services/app/nw/appDirService.js +1 -0
- package/dist/services/builder/common/builder.js +1 -0
- package/dist/services/builder/nw/builder.js +1 -0
- package/dist/services/builder/webide/builder.js +1 -0
- package/dist/services/common/extensions.js +1 -0
- package/dist/services/common/getservice.js +1 -0
- package/dist/services/common/librarybase.js +1 -0
- package/dist/services/common/vsbase.js +1 -0
- package/dist/services/compilewxml/common/compilewxmlService.js +1 -0
- package/dist/services/compilewxml/electron/compilewxmlService.js +1 -0
- package/dist/services/compilewxml/node/compileUtils.js +1 -0
- package/dist/services/compilewxml/node/compileglasseasel.js +1 -0
- package/dist/services/compilewxml/nw/compilewxmlService.js +1 -0
- package/dist/services/compilewxml/webide/compilewxmlService.js +1 -0
- package/dist/services/compilewxml/webide/pageFrameWasm/wcc/runWcc.js +1 -0
- package/dist/services/compilewxss/common/compilewxssService.js +1 -0
- package/dist/services/compilewxss/electron/compilewxssService.js +1 -0
- package/dist/services/compilewxss/node/compileUtils.js +1 -0
- package/dist/services/compilewxss/nw/compilewxssService.js +1 -0
- package/dist/services/compilewxss/webide/compilewxssService.js +1 -0
- package/dist/services/compilewxss/webide/pageFrameWasm/wcsc/runWcsc.js +1 -0
- package/dist/services/consoledisplay/common/consoledisplay.js +1 -0
- package/dist/services/consoledisplay/nw/consoledisplay.js +1 -0
- package/dist/services/fileUtilsManager/common/fileUtilsManager.js +1 -0
- package/dist/services/fileUtilsManager/nw/fileUtilsManager.js +1 -0
- package/dist/services/fs/common/fileService.js +1 -0
- package/dist/services/genTempFile/common/genTempFile.devtools.js +1 -0
- package/dist/services/genTempFile/common/genTempFile.node.js +1 -0
- package/dist/services/genTempFile/common/genTempFileService.js +1 -0
- package/dist/services/genTempFile/electron/genTempFileService.js +1 -0
- package/dist/services/genTempFile/node/genTempFileService.js +1 -0
- package/dist/services/genTempFile/nw/genTempFileService.js +1 -0
- package/dist/services/global/common/global.js +1 -0
- package/dist/services/global/nw/global.js +1 -0
- package/dist/services/initializeCheck/common/initializeCheck.js +1 -0
- package/dist/services/initializeCheck/nw/initializeCheck.js +1 -0
- package/dist/services/initializeCheck/webide/initializeCheck.js +1 -0
- package/dist/services/locales/common/locales.js +1 -0
- package/dist/services/locales/nw/locales.js +1 -0
- package/dist/services/log/common/logService.js +1 -0
- package/dist/services/miniappjson/common/miniappjson.js +1 -0
- package/dist/services/miniappjson/electron/miniappjson.js +1 -0
- package/dist/services/miniappjson/nw/miniappjson.js +1 -0
- package/dist/services/miniappjson/webide/miniappjson.js +1 -0
- package/dist/services/multiTaskManager/ci/multiTaskManager.js +1 -0
- package/dist/services/multiTaskManager/common/multiTaskManager.js +1 -0
- package/dist/services/multiTaskManager/electron/multiTaskManager.js +1 -0
- package/dist/services/multiTaskManager/webide/multiTaskManager.js +1 -0
- package/dist/services/nativeModule/ci/nativeModule.js +1 -0
- package/dist/services/nativeModule/common/nativeModule.impl.js +1 -0
- package/dist/services/nativeModule/common/nativeModule.js +1 -0
- package/dist/services/nativeModule/electron/nativeModule.js +1 -0
- package/dist/services/nativeModule/nw/nativeModule.js +1 -0
- package/dist/services/partialcompile/common/parialcompile.impl.js +1 -0
- package/dist/services/partialcompile/common/partialcompile.js +1 -0
- package/dist/services/partialcompile/nw/partialcompile.js +1 -0
- package/dist/services/partialcompile/webide/partialcompile.js +1 -0
- package/dist/services/performance/common/performance.js +1 -0
- package/dist/services/performance/nw/performance.js +1 -0
- package/dist/services/performance/webide/performance.js +1 -0
- package/dist/services/pluginFileReader/ci/pluginFileReader.js +1 -0
- package/dist/services/pluginFileReader/common/pluginFileReader.base.js +1 -0
- package/dist/services/pluginFileReader/common/pluginFileReader.js +1 -0
- package/dist/services/pluginFileReader/electron/pluginFileReader.js +1 -0
- package/dist/services/pluginFileReader/webide/pluginFileReader.js +1 -0
- package/dist/services/project/common/cloudProjectService.js +1 -0
- package/dist/services/project/common/createProjectService.js +1 -0
- package/dist/services/project/common/project.helper.js +1 -0
- package/dist/services/project/common/projectConfigService.js +1 -0
- package/dist/services/project/common/projectFileService.js +1 -0
- package/dist/services/project/common/projectconfigjsonutils.js +1 -0
- package/dist/services/project/electron-backend/projectManagerService.js +1 -0
- package/dist/services/project/node/createProjectService.js +1 -0
- package/dist/services/project/node/projectConfigService.js +1 -0
- package/dist/services/project/node/projectManagerService.js +1 -0
- package/dist/services/project/web/projectManagerService.js +1 -0
- package/dist/services/project/webide/projectConfigService.js +1 -0
- package/dist/services/project/webide/projectFileService.js +1 -0
- package/dist/services/project/webide/projectManagerService.js +1 -0
- package/dist/services/projectManager/common/buildServerProjectManager.js +1 -0
- package/dist/services/projectManager/common/projectManager.js +1 -0
- package/dist/services/projectManager/nw/projectManager.js +1 -0
- package/dist/services/root/ci/root.js +1 -0
- package/dist/services/root/ci/rootService.js +1 -0
- package/dist/services/root/common/createService.js +1 -0
- package/dist/services/root/electron/root.js +1 -0
- package/dist/services/root/electron/rootService.js +1 -0
- package/dist/services/root/nw/root.js +1 -0
- package/dist/services/root/nw/rootService.js +1 -0
- package/dist/services/root/webide/root.js +1 -0
- package/dist/services/root/webide/rootService.js +1 -0
- package/dist/services/staticConfig/common/staticConfigService.js +1 -0
- package/dist/services/staticConfig/nw/staticConfigService.js +1 -0
- package/dist/services/store/common/storeService.js +1 -0
- package/dist/services/uniapp/common/uniapp.js +1 -0
- package/dist/services/uniapp/nw/uniapp.js +1 -0
- package/dist/services/uniapp/webide/uniapp.js +1 -0
- package/dist/services/vendor/common/utils.js +1 -0
- package/dist/services/vendor/common/vendorService.js +1 -0
- package/dist/services/vendor/node/vendorService.js +1 -0
- package/dist/services/vendor/webide/vendorService.js +1 -0
- package/dist/types/ci.js +1 -1
- package/dist/utils/asyncTask/index.js +1 -1
- package/dist/utils/babel_helper.js +1 -1
- package/dist/utils/babel_plugin_worklet.js +1 -1
- package/dist/utils/cache.js +1 -1
- package/dist/utils/codesign.js +1 -1
- package/dist/utils/colorutils.js +1 -0
- package/dist/utils/common.js +1 -1
- package/dist/utils/cosUpload.js +1 -1
- package/dist/utils/cp.js +1 -1
- package/dist/utils/customError.js +1 -1
- package/dist/utils/debug.js +1 -1
- package/dist/utils/download.js +1 -1
- package/dist/utils/env.js +1 -1
- package/dist/utils/expression.js +1 -1
- package/dist/utils/fs.js +1 -1
- package/dist/utils/fsagent.js +1 -1
- package/dist/utils/genTempFile.js +1 -1
- package/dist/utils/generateIpa.js +1 -1
- package/dist/utils/glob.js +1 -1
- package/dist/utils/hackrequire/wxvpkgreader.js +1 -1
- package/dist/utils/helper_util.js +1 -1
- package/dist/utils/jsonParse.js +1 -1
- package/dist/utils/jsonlint.js +1 -1
- package/dist/utils/locales/fomatable_string.js +1 -1
- package/dist/utils/locales/locales.js +1 -1
- package/dist/utils/log.js +1 -1
- package/dist/utils/messageHub.js +1 -1
- package/dist/utils/miniAppI18N.js +1 -1
- package/dist/utils/miniapp-builder.js +1 -1
- package/dist/utils/miniappJson.js +1 -1
- package/dist/utils/node/common.js +1 -0
- package/dist/utils/officialDonutPlugin.js +1 -1
- package/dist/utils/packOptionsHelper.js +1 -1
- package/dist/utils/processBootstrap.js +1 -0
- package/dist/utils/progressRecorder.js +1 -1
- package/dist/utils/report.js +1 -1
- package/dist/utils/request.js +1 -1
- package/dist/utils/sign.js +1 -1
- package/dist/utils/signature.js +1 -1
- package/dist/utils/singletontask.js +1 -1
- package/dist/utils/subprocess/entryProcess.js +1 -1
- package/dist/utils/subprocess/processManager.js +1 -1
- package/dist/utils/subprocess/processService.js +1 -1
- package/dist/utils/subprocess/stringifyPostMsg.js +1 -1
- package/dist/utils/swc_helper.js +1 -1
- package/dist/utils/taskmanager.js +1 -1
- package/dist/utils/tools.js +1 -1
- package/dist/utils/usbProcess.js +1 -1
- package/dist/utils/waitable.js +1 -1
- package/dist/utils/web/common.js +1 -0
- package/dist/utils/white_ext_list.js +1 -1
- package/dist/utils/wxapkg/pack.js +1 -1
- package/dist/utils/wxvpkgreader/wxvpkg/reader/version0.js +1 -1
- package/dist/utils/wxvpkgreader/wxvpkg/reader/version10.js +1 -1
- package/dist/utils/wxvpkgreader/wxvpkg/unpack/version0.js +1 -1
- package/dist/utils/wxvpkgreader/wxvpkg/unpack/version10.js +1 -1
- package/dist/utils/wxvpkgreader/wxvpkgreader.js +1 -1
- package/dist/utils/zip.js +1 -1
- package/dist/vendor/vslibrary/bundled/base.bundled.js +2 -0
- package/package.json +62 -3
- package/dist/modules/fullcompiler/trans/wcc/build/darwin_arm64/wcc.node +0 -0
- package/dist/modules/fullcompiler/trans/wcc/build/darwin_arm64/wcsc.node +0 -0
- package/dist/modules/fullcompiler/trans/wcc/build/darwin_x64/wcc.node +0 -0
- package/dist/modules/fullcompiler/trans/wcc/build/darwin_x64/wcsc.node +0 -0
- package/dist/modules/fullcompiler/trans/wcc/build/node_16.1.0_darwin_arm64_release/wcc.node +0 -0
- package/dist/modules/fullcompiler/trans/wcc/build/node_16.1.0_darwin_arm64_release/wcsc.node +0 -0
- package/dist/modules/fullcompiler/trans/wcc/build/node_16.1.0_darwin_x64_release/wcc.node +0 -0
- package/dist/modules/fullcompiler/trans/wcc/build/node_16.1.0_darwin_x64_release/wcsc.node +0 -0
- package/dist/modules/fullcompiler/trans/wcc/build/win32_ia32/wcc.node +0 -0
- package/dist/modules/fullcompiler/trans/wcc/build/win32_ia32/wcsc.node +0 -0
- package/dist/modules/fullcompiler/trans/wcc/build/win32_x64/wcc.node +0 -0
- package/dist/modules/fullcompiler/trans/wcc/build/win32_x64/wcsc.node +0 -0
- package/dist/modules/fullcompiler/trans/wcc/lib/addonVersion.js +0 -19
- package/dist/modules/fullcompiler/trans/wcc/lib/index.js +0 -4
- package/dist/modules/fullcompiler/trans/wcc/lib/util.js +0 -1134
- package/dist/modules/fullcompiler/trans/wcc/lib/wcc.js +0 -94
- package/dist/modules/fullcompiler/trans/wcc/lib/wcsc.js +0 -93
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
export interface IGlassEaselCompileResult {
|
|
2
|
+
templateResults: Record<string, string>;
|
|
3
|
+
wxmlDependencies: Record<string, string[]>;
|
|
4
|
+
scriptResult: string;
|
|
5
|
+
runtimeString: string;
|
|
6
|
+
runtimeGlobal?: string;
|
|
7
|
+
gdcContent?: string;
|
|
8
|
+
wxsEnvContent: string;
|
|
9
|
+
}
|
|
10
|
+
export interface ICompileWxmlToGlassEasel {
|
|
11
|
+
wxmlAndWxsFiles: Record<string, string>;
|
|
12
|
+
}
|
|
13
|
+
export interface ICompileWxmlOptions {
|
|
14
|
+
files: string[];
|
|
15
|
+
configContent: string;
|
|
16
|
+
configSplit: string;
|
|
17
|
+
isCut: boolean;
|
|
18
|
+
cwd: string;
|
|
19
|
+
genfuncName: string;
|
|
20
|
+
hasWxs?: boolean;
|
|
21
|
+
isPlugin?: boolean;
|
|
22
|
+
lazyloadConfig?: string;
|
|
23
|
+
replaceContent: Record<string, string>;
|
|
24
|
+
isMiniAppProject?: boolean;
|
|
25
|
+
debugWXS?: boolean;
|
|
26
|
+
debug?: boolean;
|
|
27
|
+
}
|
|
28
|
+
export interface INormalResult {
|
|
29
|
+
code: string;
|
|
30
|
+
name: string;
|
|
31
|
+
}
|
|
32
|
+
export interface ILazyResult {
|
|
33
|
+
pages: Record<string, string>;
|
|
34
|
+
names: Record<string, string>;
|
|
35
|
+
}
|
|
36
|
+
export type ICompileResult = INormalResult | ILazyResult;
|
|
37
|
+
export interface ICompilewxmlService {
|
|
38
|
+
compileWxml: (options: ICompileWxmlOptions) => Promise<ICompileResult>;
|
|
39
|
+
compileWxmlToGlassEasel: (options: ICompileWxmlToGlassEasel) => Promise<IGlassEaselCompileResult>;
|
|
40
|
+
}
|
|
41
|
+
export declare const ICompilewxmlService: import("../../common/vs/platform/instantiation/common/instantiation").ServiceIdentifier<ICompilewxmlService>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { ICompileWxmlOptions, ICompileResult, ICompilewxmlService, ICompileWxmlToGlassEasel, IGlassEaselCompileResult } from '../common/compilewxmlService';
|
|
2
|
+
export declare class ElectronCompilewxmlService implements ICompilewxmlService {
|
|
3
|
+
compileWxml(options: ICompileWxmlOptions): Promise<ICompileResult>;
|
|
4
|
+
compileWxmlToGlassEasel(options: ICompileWxmlToGlassEasel): Promise<IGlassEaselCompileResult>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ICompileWxmlOptions, ICompileResult, ICompileWxmlToGlassEasel, IGlassEaselCompileResult } from '../common/compilewxmlService';
|
|
2
|
+
export declare function compileUseWCC(options: Exclude<ICompileWxmlOptions, 'replaceContent'>): Promise<ICompileResult>;
|
|
3
|
+
export declare function compileWxmlToGlassEasel(options: ICompileWxmlToGlassEasel): Promise<IGlassEaselCompileResult>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: (content: {
|
|
2
|
+
wxmlParserPath: string;
|
|
3
|
+
tempCompileConfigFilePath: string;
|
|
4
|
+
wxmlAndWxsFiles: Record<string, string>;
|
|
5
|
+
glassEaselTemplateCompilerPath: string;
|
|
6
|
+
}) => Promise<{
|
|
7
|
+
templateResults: Record<string, string>;
|
|
8
|
+
wxmlDependencies: Record<string, string[]>;
|
|
9
|
+
scriptResult: string;
|
|
10
|
+
runtimeString: string;
|
|
11
|
+
runtimeGlobals: string;
|
|
12
|
+
wxsEnvContent: string;
|
|
13
|
+
}>;
|
|
14
|
+
export = _default;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { ICompileWxmlOptions, ICompileResult, ICompilewxmlService, ICompileWxmlToGlassEasel, IGlassEaselCompileResult } from '../common/compilewxmlService';
|
|
2
|
+
export declare class NWCompilewxmlService implements ICompilewxmlService {
|
|
3
|
+
compileWxml(options: ICompileWxmlOptions): Promise<ICompileResult>;
|
|
4
|
+
compileWxmlToGlassEasel(options: ICompileWxmlToGlassEasel): Promise<IGlassEaselCompileResult>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { ICompileWxmlOptions, ICompileResult, ICompilewxmlService, ICompileWxmlToGlassEasel, IGlassEaselCompileResult } from '../common/compilewxmlService';
|
|
2
|
+
export declare class WebideCompilewxmlService implements ICompilewxmlService {
|
|
3
|
+
compileWxml(options: ICompileWxmlOptions): Promise<ICompileResult>;
|
|
4
|
+
compileWxmlToGlassEasel(options: ICompileWxmlToGlassEasel): Promise<IGlassEaselCompileResult>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export interface ICompileWxssOptions {
|
|
2
|
+
files: string[];
|
|
3
|
+
pageCount: number;
|
|
4
|
+
cwd: string;
|
|
5
|
+
lazyload?: boolean;
|
|
6
|
+
subPackage?: string;
|
|
7
|
+
replaceContent: Record<string, string>;
|
|
8
|
+
isMiniAppProject?: boolean;
|
|
9
|
+
contents?: string[];
|
|
10
|
+
}
|
|
11
|
+
export type ICompileWxssResult = Record<string, string>;
|
|
12
|
+
export interface ICompilewxssService {
|
|
13
|
+
compileWxss: (options: ICompileWxssOptions) => Promise<ICompileWxssResult>;
|
|
14
|
+
}
|
|
15
|
+
export declare const ICompilewxssService: import("../../common/vs/platform/instantiation/common/instantiation").ServiceIdentifier<ICompilewxssService>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export interface IConsoleDisplayService {
|
|
2
|
+
display: (arg: Record<string, any>) => void;
|
|
3
|
+
setDisplay?: (func: FN) => void;
|
|
4
|
+
}
|
|
5
|
+
export declare const IConsoleDisplayService: import("../../common/vs/platform/instantiation/common/instantiation").ServiceIdentifier<IConsoleDisplayService>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export interface IFileUtilsManagerService {
|
|
2
|
+
projectFileUtils(projectPath: string, options: Record<string, any>): Promise<any>;
|
|
3
|
+
setProjectFileUtils?: (func: FN) => void;
|
|
4
|
+
}
|
|
5
|
+
export declare const IFileUtilsManagerService: import("../../common/vs/platform/instantiation/common/instantiation").ServiceIdentifier<IFileUtilsManagerService>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IFileUtilsManagerService } from '../common/fileUtilsManager';
|
|
2
|
+
export declare class NWFileUtilsManagerService implements IFileUtilsManagerService {
|
|
3
|
+
private _projectFileUtils;
|
|
4
|
+
setProjectFileUtils(func: FN): void;
|
|
5
|
+
projectFileUtils(projectPath: string, options: Record<string, any>): Promise<any>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { Stats } from 'fs';
|
|
2
|
+
export type IReadFileOptions = {
|
|
3
|
+
encoding?: null | undefined | string;
|
|
4
|
+
flag?: string;
|
|
5
|
+
} | null | string;
|
|
6
|
+
export interface IBuilderFileServiceContext {
|
|
7
|
+
projectId: string;
|
|
8
|
+
versionId: string;
|
|
9
|
+
ticket: string;
|
|
10
|
+
}
|
|
11
|
+
export type IFileList = {
|
|
12
|
+
name: string;
|
|
13
|
+
key: string;
|
|
14
|
+
lastModifiedTime: number;
|
|
15
|
+
size: number;
|
|
16
|
+
createTime: number;
|
|
17
|
+
content?: string;
|
|
18
|
+
}[];
|
|
19
|
+
export interface IFileService {
|
|
20
|
+
readFile: (filePath: string, options: IReadFileOptions, ctx: IBuilderFileServiceContext) => Promise<Buffer | string>;
|
|
21
|
+
readFileList: (filePath: string[], ctx: IBuilderFileServiceContext) => Promise<{
|
|
22
|
+
[filePath: string]: string;
|
|
23
|
+
}>;
|
|
24
|
+
exists: (filePath: string, ctx: IBuilderFileServiceContext) => Promise<boolean>;
|
|
25
|
+
lstat: (filePath: string, ctx: IBuilderFileServiceContext) => Promise<Stats>;
|
|
26
|
+
fileList: (ctx: IBuilderFileServiceContext) => Promise<IFileList>;
|
|
27
|
+
}
|
|
28
|
+
export declare const IFileService: import("../../common/vs/platform/instantiation/common/instantiation").ServiceIdentifier<IFileService>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export type IBuildLogStatus = 'doing' | 'success' | 'error' | 'info' | 'warn';
|
|
2
|
+
export interface IGlobalService {
|
|
3
|
+
isDev(): any;
|
|
4
|
+
setIsDev?: (func: FN) => void;
|
|
5
|
+
getAppVersion(): Promise<string>;
|
|
6
|
+
setGetAppVersion?: (func: FN) => void;
|
|
7
|
+
showBuildLog2(statusMsgId: string, type: 'compile', status: IBuildLogStatus, text: string): Promise<void>;
|
|
8
|
+
setShowBuildLog2?: (func: FN) => void;
|
|
9
|
+
}
|
|
10
|
+
export declare const IGlobalService: import("../../common/vs/platform/instantiation/common/instantiation").ServiceIdentifier<IGlobalService>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IGlobalService, IBuildLogStatus } from '../common/global';
|
|
2
|
+
export declare class NWGlobalService implements IGlobalService {
|
|
3
|
+
private _isDev;
|
|
4
|
+
private _getAppVersion;
|
|
5
|
+
private _showBuildLog2;
|
|
6
|
+
setShowBuildLog2(func: FN): void;
|
|
7
|
+
setIsDev(func: FN): void;
|
|
8
|
+
setGetAppVersion(func: FN): void;
|
|
9
|
+
isDev(): Promise<any>;
|
|
10
|
+
getAppVersion(): Promise<any>;
|
|
11
|
+
showBuildLog2(statusMsgId: string, type: 'compile', status: IBuildLogStatus, text?: string): Promise<any>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare enum EInitializeStepsStatus {
|
|
2
|
+
initializing = "initializing",
|
|
3
|
+
ready = "ready",
|
|
4
|
+
failed = "failed"
|
|
5
|
+
}
|
|
6
|
+
export declare enum EInitializeSteps {
|
|
7
|
+
BackendMessagecenterDone = "BackendMessagecenterDone",
|
|
8
|
+
RuntimeMessagecenterDone = "RuntimeMessagecenterDone",
|
|
9
|
+
EditorMessagecenterDone = "EditorMessagecenterDone",
|
|
10
|
+
BackendHasWorker = "BackendHasWorker",
|
|
11
|
+
BackendSummerWorkerLoaded = "BackendSummerWorkerLoaded",
|
|
12
|
+
BackendTaskWorkerLoaded = "BackendTaskWorkerLoaded",
|
|
13
|
+
BackendWCC = "BackendWCC",
|
|
14
|
+
BackendWCSC = "BackendWCSC",
|
|
15
|
+
DefaultCompileInFirstTime = "DefaultCompileInFirstTime",
|
|
16
|
+
RuntimeServiceWorker = "RuntimeServiceWorker"
|
|
17
|
+
}
|
|
18
|
+
export interface IInitializeCheck {
|
|
19
|
+
notifiedStatus(step: EInitializeSteps, status: EInitializeStepsStatus): void;
|
|
20
|
+
}
|
|
21
|
+
export declare const IInitializeCheck: import("../../common/vs/platform/instantiation/common/instantiation").ServiceIdentifier<IInitializeCheck>;
|
|
File without changes
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export interface ILocalesService {
|
|
2
|
+
getLocale(): any;
|
|
3
|
+
setLocale?: (func: FN) => void;
|
|
4
|
+
getLocales: () => Record<string, any>;
|
|
5
|
+
setGetLocales?: (func: FN) => void;
|
|
6
|
+
}
|
|
7
|
+
export declare const ILocalesService: import("../../common/vs/platform/instantiation/common/instantiation").ServiceIdentifier<ILocalesService>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ILocalesService } from '../common/locales';
|
|
2
|
+
export declare class NWLocalesService implements ILocalesService {
|
|
3
|
+
private _getLocale;
|
|
4
|
+
private _getLocales;
|
|
5
|
+
setGetLocales(func: FN): void;
|
|
6
|
+
setLocale(func: FN): void;
|
|
7
|
+
getLocale(): Promise<any>;
|
|
8
|
+
getLocales(): any;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export interface ILogService {
|
|
2
|
+
error: (...args: any) => void;
|
|
3
|
+
info: (...args: any) => void;
|
|
4
|
+
warn: (...args: any) => void;
|
|
5
|
+
log: (...args: any) => void;
|
|
6
|
+
debug: (...args: any) => void;
|
|
7
|
+
context: (ctx: string, consoleObj?: Omit<ILogService, 'context'>) => ILogService;
|
|
8
|
+
}
|
|
9
|
+
export declare const ILogService: import("../../common/vs/platform/instantiation/common/instantiation").ServiceIdentifier<ILogService>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export interface IMiniappJson {
|
|
2
|
+
isMiniAppProject: (project?: IProject) => boolean;
|
|
3
|
+
setIsMiniAppProject?: (func: FN) => void;
|
|
4
|
+
}
|
|
5
|
+
export declare const IMiniappJson: import("../../common/vs/platform/instantiation/common/instantiation").ServiceIdentifier<IMiniappJson>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { MiniProgramCore } from "~/types";
|
|
2
|
+
import { IMultiTaskManagerService } from "../common/multiTaskManager";
|
|
3
|
+
export declare class CIMultiTaskManagerService implements IMultiTaskManagerService {
|
|
4
|
+
runTask(taskName: string, data: any, onStatusUpdate: MiniProgramCore.FN<void>): Promise<any>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { MiniProgramCore } from '~/types';
|
|
2
|
+
export interface IMultiTaskManagerService {
|
|
3
|
+
runTask(taskName: string, data: any, onStatusUpdate: MiniProgramCore.FN<void>): Promise<any>;
|
|
4
|
+
}
|
|
5
|
+
export declare const IMultiTaskManagerService: import("../../common/vs/platform/instantiation/common/instantiation").ServiceIdentifier<IMultiTaskManagerService>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { MiniProgramCore } from "~/types";
|
|
2
|
+
import { IMultiTaskManagerService } from "../common/multiTaskManager";
|
|
3
|
+
export declare class ElectronMultiTaskManagerService implements IMultiTaskManagerService {
|
|
4
|
+
runTask(taskName: string, data: any, onStatusUpdate: MiniProgramCore.FN<void>): Promise<any>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { MiniProgramCore } from "~/types";
|
|
2
|
+
import { IMultiTaskManagerService } from "../common/multiTaskManager";
|
|
3
|
+
export declare class WebideMultiTaskManagerService implements IMultiTaskManagerService {
|
|
4
|
+
runTask(taskName: string, data: any, onStatusUpdate: MiniProgramCore.FN<void>): Promise<any>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export interface INativeModuleService {
|
|
2
|
+
setWXMLParsePath: (path: string) => Promise<void>;
|
|
3
|
+
getWXMLParsePath: () => Promise<string>;
|
|
4
|
+
setWXSSParsePath: (path: string) => Promise<void>;
|
|
5
|
+
getWXSSParsePath: () => Promise<string>;
|
|
6
|
+
setGlassEaselTemplateCompilerPath: (path: string) => Promise<void>;
|
|
7
|
+
getGlassEaselTemplateCompilerPath: () => Promise<string>;
|
|
8
|
+
}
|
|
9
|
+
export declare const INativeModuleService: import("../../common/vs/platform/instantiation/common/instantiation").ServiceIdentifier<INativeModuleService>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { INativeModuleService } from './nativeModule';
|
|
2
|
+
export declare class nativeModuleImpl implements INativeModuleService {
|
|
3
|
+
private _WXMLParsePath;
|
|
4
|
+
private _WXSSParsePath;
|
|
5
|
+
private _GlassEaselLazyModulePath;
|
|
6
|
+
private _GlassEaselTemplateCompilerPath;
|
|
7
|
+
setWXMLParsePath(path: string): Promise<void>;
|
|
8
|
+
getWXMLParsePath(): Promise<string>;
|
|
9
|
+
setWXSSParsePath(path: string): Promise<void>;
|
|
10
|
+
getWXSSParsePath(): Promise<string>;
|
|
11
|
+
setGlassEaselTemplateCompilerPath(path: string): Promise<void>;
|
|
12
|
+
getGlassEaselTemplateCompilerPath(): Promise<string>;
|
|
13
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export interface IPerformanceReportService {
|
|
2
|
+
setReportPerf?: (fn: FN) => void;
|
|
3
|
+
setGetReportName?: (fn: FN) => void;
|
|
4
|
+
reportPerf: (name: string, hrTime: number) => Promise<void>;
|
|
5
|
+
getReportName(): {
|
|
6
|
+
[key: string]: string;
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export declare const IPerformanceReportService: import("../../common/vs/platform/instantiation/common/instantiation").ServiceIdentifier<IPerformanceReportService>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IPerformanceReportService } from '../common/performance';
|
|
2
|
+
export declare class NWPerformanceReportService implements IPerformanceReportService {
|
|
3
|
+
private _reportPerf;
|
|
4
|
+
private _getReportName;
|
|
5
|
+
setReportPerf: (fn: FN) => void;
|
|
6
|
+
setGetReportName: (fn: FN) => void;
|
|
7
|
+
reportPerf(name: string, hrTime: number): Promise<any>;
|
|
8
|
+
getReportName(): any;
|
|
9
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { IPerformanceReportService } from '../common/performance';
|
|
2
|
+
export declare class WebidePerformanceReportService implements IPerformanceReportService {
|
|
3
|
+
reportPerf(name: string, hrTime: number): Promise<void>;
|
|
4
|
+
getReportName(): {
|
|
5
|
+
[key: string]: string;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { MiniProgramCore } from '~/types';
|
|
2
|
+
import { IPluginFileReaderService } from '~/services/pluginFileReader/common/pluginFileReader';
|
|
3
|
+
export declare class BasePluginFileReaderService implements IPluginFileReaderService {
|
|
4
|
+
readFile(project: MiniProgramCore.IPreCompileProject, relativePath: string): string;
|
|
5
|
+
exists(project: MiniProgramCore.IPreCompileProject, basePath: string, fileName: string): boolean;
|
|
6
|
+
stat(project: MiniProgramCore.IPreCompileProject, relativePath: string): {
|
|
7
|
+
mtimeMs: number;
|
|
8
|
+
} | undefined;
|
|
9
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { PipeCPProject } from '~/modules/corecompiler/summer/pipeManager/pipeCPProject';
|
|
2
|
+
import { MiniProgramCore } from '~/types';
|
|
3
|
+
export interface IPluginFileReaderService {
|
|
4
|
+
readFile(project: MiniProgramCore.IPreCompileProject | PipeCPProject, relativePath: string): string | Promise<string>;
|
|
5
|
+
exists(project: MiniProgramCore.IPreCompileProject | PipeCPProject, basePath: string, fileName: string): boolean | Promise<boolean>;
|
|
6
|
+
stat(project: MiniProgramCore.IPreCompileProject | PipeCPProject, relativePath: string): {
|
|
7
|
+
mtimeMs: number;
|
|
8
|
+
} | undefined | Promise<{
|
|
9
|
+
mtimeMs: number;
|
|
10
|
+
} | undefined>;
|
|
11
|
+
}
|
|
12
|
+
export declare const IPluginFileReaderService: import("../../common/vs/platform/instantiation/common/instantiation").ServiceIdentifier<IPluginFileReaderService>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { MiniProgramCore } from '~/types';
|
|
2
|
+
import { IPluginFileReaderService } from '~/services/pluginFileReader/common/pluginFileReader';
|
|
3
|
+
export declare class WebIDEPluginFileReaderService implements IPluginFileReaderService {
|
|
4
|
+
readFile(project: MiniProgramCore.IPreCompileProject, relativePath: string): string;
|
|
5
|
+
exists(project: MiniProgramCore.IPreCompileProject, basePath: string, fileName: string): boolean;
|
|
6
|
+
stat(project: MiniProgramCore.IPreCompileProject, relativePath: string): {
|
|
7
|
+
mtimeMs: number;
|
|
8
|
+
} | undefined;
|
|
9
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { IBuilderFileServiceContext } from '~/services/fs/common/fileService';
|
|
2
|
+
export interface IBuildServerProjectManagerService {
|
|
3
|
+
getProject: (ctx: IBuilderFileServiceContext) => Promise<IBackendProject>;
|
|
4
|
+
}
|
|
5
|
+
export declare const IProjectManagerService: import("../../common/vs/platform/instantiation/common/instantiation").ServiceIdentifier<IBuildServerProjectManagerService>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export interface IProjectManagerService {
|
|
2
|
+
getAppIdAndAttr: () => Promise<Record<string, any>>;
|
|
3
|
+
setGetAppIdAndAttr?: (func: FN) => void;
|
|
4
|
+
getCurrentRuntimeConfig: () => IProjectAttr;
|
|
5
|
+
setGetCurrentRuntimeConfig?: (func: FN) => void;
|
|
6
|
+
}
|
|
7
|
+
export declare const IProjectManagerService: import("../../common/vs/platform/instantiation/common/instantiation").ServiceIdentifier<IProjectManagerService>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IProjectManagerService } from '../common/projectManager';
|
|
2
|
+
export declare class NWProjectManagerService implements IProjectManagerService {
|
|
3
|
+
private _getAppIdAndAttr;
|
|
4
|
+
private _getCurrentRuntimeConfig;
|
|
5
|
+
setGetCurrentRuntimeConfig(func: FN): void;
|
|
6
|
+
setGetAppIdAndAttr(func: FN): void;
|
|
7
|
+
getAppIdAndAttr(): Promise<any>;
|
|
8
|
+
getCurrentRuntimeConfig(): any;
|
|
9
|
+
}
|
|
@@ -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,12 @@
|
|
|
1
|
+
import { ServiceIdentifier } from '../../common/vs/platform/instantiation/common/instantiation';
|
|
2
|
+
import { SyncDescriptor } from '../../common/vs/platform/instantiation/common/descriptors';
|
|
3
|
+
import { vsbase } from '../../common/vsbase';
|
|
4
|
+
type IInstantiationService = vsbase.vs.platform.instantiation.common.instantiation.$types.IInstantiationService;
|
|
5
|
+
type ServiceCollection = vsbase.vs.platform.instantiation.common.serviceCollection.$types.ServiceCollection;
|
|
6
|
+
declare const IInstantiationService: ServiceIdentifier<import("../../common/vs/platform/instantiation/common/instantiation").IInstantiationService>;
|
|
7
|
+
declare const ServiceCollection: typeof import("../../common/vs/platform/instantiation/common/serviceCollection").ServiceCollection;
|
|
8
|
+
export declare function createService(contributedServices: Array<[ServiceIdentifier<any>, SyncDescriptor<any>]>): {
|
|
9
|
+
instantiationService: IInstantiationService;
|
|
10
|
+
serviceCollection: ServiceCollection;
|
|
11
|
+
};
|
|
12
|
+
export {};
|