Searched refs:abcFilePath (Results 1 – 3 of 3) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | gen_abc_plugin.ts | 132 abcFilePath: string; property in ModuleInfo 139 abcFilePath: string, packageName: string, isCommonJs: boolean) { 143 this.abcFilePath = abcFilePath; 367 …lesFile(filePath: string, tempFilePath: string, buildFilePath: string, abcFilePath: string, nodeMo… 374 …fo: ModuleInfo = new ModuleInfo(filePath, tempFilePath, buildFilePath, abcFilePath, npmPkgName, fa… 378 …fo: ModuleInfo = new ModuleInfo(filePath, tempFilePath, buildFilePath, abcFilePath, npmPkgName, fa… 382 …fo: ModuleInfo = new ModuleInfo(filePath, tempFilePath, buildFilePath, abcFilePath, npmPkgName, tr… 403 const abcFilePath: string = genAbcFileName(tempFilePath); constant 405 …processNodeModulesFile(filePath, tempFilePath, buildFilePath, abcFilePath, nodeModulesFile, module… 408 …fo: ModuleInfo = new ModuleInfo(filePath, tempFilePath, buildFilePath, abcFilePath, moduleName, fa… [all …]
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/ |
| D | bundle_mode.ts | 183 const abcFilePath: string = changeFileExtension(cacheFilePath, EXTNAME_ABC); constant 184 filesInfo += `${cacheFilePath};${recordName};${moduleType};${sourceFile};${abcFilePath}\n`; 357 const abcFilePath: string = changeFileExtension(value.filePath, EXTNAME_ABC, TEMP_JS); constant 362 const parent: string = path.join(abcFilePath, '..'); 368 fs.copyFileSync(cacheAbcFilePath, abcFilePath);
|
| /developtools/ace_js2bundle/ace-loader/src/ |
| D | genAbc-plugin.js | 633 const abcFilePath = cacheOutputPath.replace(/\.temp\.js$/, ".abc"); 634 filesInfo += `${cacheOutputPath};${recordName};${moduleType};${sourceFile};${abcFilePath}\n`;
|