Home
last modified time | relevance | path

Searched refs:returnInfo (Results 1 – 4 of 4) sorted by relevance

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dark_utils.test.ts103 const returnInfo = getPackageInfo(this.rollup.share.projectConfig.aceModuleJsonPath); constant
104 expect(returnInfo[0] === BUNDLE_NAME_DEFAULT).to.be.true;
105 expect(returnInfo[1] === ENTRY_MODULE_NAME_DEFAULT).to.be.true;
110 const returnInfo = getPackageInfo(this.rollup.share.projectConfig.aceModuleJsonPath); constant
111 expect(returnInfo[0] === BUNDLE_NAME_DEFAULT).to.be.true;
112 expect(returnInfo[1] === ENTRY_MODULE_NAME_DEFAULT).to.be.true;
117 const returnInfo = getPackageInfo(this.rollup.share.projectConfig.aceModuleJsonPath); constant
118 expect(returnInfo[0] === BUNDLE_NAME_DEFAULT).to.be.true;
119 expect(returnInfo[1] === ENTRY_MODULE_NAME_DEFAULT).to.be.true;
124 const returnInfo = getPackageInfo(this.rollup.share.projectConfig.aceModuleJsonPath); constant
[all …]
Dutils.test.ts90 const returnInfo = needAotCompiler(this.rollup.share.projectConfig); constant
91 expect(returnInfo).to.be.false;
98 const returnInfo = needAotCompiler(this.rollup.share.projectConfig); constant
99 expect(returnInfo).to.be.true;
106 const returnInfo = needAotCompiler(this.rollup.share.projectConfig); constant
107 expect(returnInfo).to.be.true;
114 const returnInfo = needAotCompiler(this.rollup.share.projectConfig); constant
115 expect(returnInfo).to.be.false;
443 const returnInfo = isAotMode(this.rollup.share.projectConfig); constant
444 expect(returnInfo).to.be.false;
[all …]
Dcache.test.ts101 const returnInfo = JSON.stringify(utCache.getMetaInfo(this.rollup.share.projectConfig)); constant
102 expect(metaInfoArr === returnInfo).to.be.true;
108 const returnInfo = JSON.stringify(utCache.getMetaInfo(this.rollup.share.projectConfig)); constant
109 expect(metaInfoArr === returnInfo).to.be.true;
115 const returnInfo = JSON.stringify(utCache.getMetaInfo(this.rollup.share.projectConfig)); constant
116 expect(metaInfoArr === returnInfo).to.be.true;
122 const returnInfo = JSON.stringify(utCache.getMetaInfo(this.rollup.share.projectConfig)); constant
123 expect(metaInfoArr === returnInfo).to.be.true;
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/
Dmodule_mode.test.ts732 const returnInfo = constant
735 … expect(returnInfo === path.join(this.rollup.share.projectConfig.cachePath, sufStr)).to.be.true;
750 const returnInfo = constant
753 … expect(returnInfo === path.join(this.rollup.share.projectConfig.cachePath, sufStr)).to.be.true;
768 const returnInfo = constant
771 … expect(returnInfo === path.join(this.rollup.share.projectConfig.cachePath, sufStr)).to.be.true;
784 const returnInfo = constant
787 … expect(returnInfo === path.join(this.rollup.share.projectConfig.cachePath, sufStr)).to.be.true;
799 …const returnInfo = moduleMode.genFileCachePath(filePath, projectConfig.projectRootPath, cachePath); constant
800 expect(returnInfo === path.join(cachePath, sufStr)).to.be.true;
[all …]