Searched refs:returnInfo (Results 1 – 4 of 4) sorted by relevance
103 const returnInfo = getPackageInfo(this.rollup.share.projectConfig.aceModuleJsonPath); constant104 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); constant111 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); constant118 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 …]
90 const returnInfo = needAotCompiler(this.rollup.share.projectConfig); constant91 expect(returnInfo).to.be.false;98 const returnInfo = needAotCompiler(this.rollup.share.projectConfig); constant99 expect(returnInfo).to.be.true;106 const returnInfo = needAotCompiler(this.rollup.share.projectConfig); constant107 expect(returnInfo).to.be.true;114 const returnInfo = needAotCompiler(this.rollup.share.projectConfig); constant115 expect(returnInfo).to.be.false;443 const returnInfo = isAotMode(this.rollup.share.projectConfig); constant444 expect(returnInfo).to.be.false;[all …]
101 const returnInfo = JSON.stringify(utCache.getMetaInfo(this.rollup.share.projectConfig)); constant102 expect(metaInfoArr === returnInfo).to.be.true;108 const returnInfo = JSON.stringify(utCache.getMetaInfo(this.rollup.share.projectConfig)); constant109 expect(metaInfoArr === returnInfo).to.be.true;115 const returnInfo = JSON.stringify(utCache.getMetaInfo(this.rollup.share.projectConfig)); constant116 expect(metaInfoArr === returnInfo).to.be.true;122 const returnInfo = JSON.stringify(utCache.getMetaInfo(this.rollup.share.projectConfig)); constant123 expect(metaInfoArr === returnInfo).to.be.true;
732 const returnInfo = constant735 … expect(returnInfo === path.join(this.rollup.share.projectConfig.cachePath, sufStr)).to.be.true;750 const returnInfo = constant753 … expect(returnInfo === path.join(this.rollup.share.projectConfig.cachePath, sufStr)).to.be.true;768 const returnInfo = constant771 … expect(returnInfo === path.join(this.rollup.share.projectConfig.cachePath, sufStr)).to.be.true;784 const returnInfo = constant787 … expect(returnInfo === path.join(this.rollup.share.projectConfig.cachePath, sufStr)).to.be.true;799 …const returnInfo = moduleMode.genFileCachePath(filePath, projectConfig.projectRootPath, cachePath); constant800 expect(returnInfo === path.join(cachePath, sufStr)).to.be.true;[all …]