Searched refs:moduleRootPath (Results 1 – 6 of 6) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/ |
| D | rollup-plugin-ets-checker.ts | 67 moduleRootPath: projectConfig.moduleRootPath,
|
| D | rollup-plugin-ets-typescript.ts | 182 path.resolve(moduleInfoId).startsWith(projectConfig.moduleRootPath + path.sep)) { 188 const jsCacheFilePath: string = genTemporaryPath(filePath, projectConfig.moduleRootPath, 190 const jsBuildFilePath: string = genTemporaryPath(filePath, projectConfig.moduleRootPath,
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/ |
| D | project_config.ts | 94 moduleRootPath: object; property in ProjectConfig 156 this.moduleRootPath = undefined;
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | ark_utils.ts | 85 const moduleRootPath: string = toUnixPath(projectConfig.modulePathMap[moduleName]); constant 109 moduleRootPath, constant 133 projectFilePath, unixFilePath, packageDir, projectRootPath, moduleRootPath, constant 162 const tryModulePkg: string = toUnixPath(path.join(moduleRootPath, packageDir)); 172 const moduleRootPath: string = toUnixPath(projectConfig.modulePathMap[key]); constant 173 if (unixFilePath.indexOf(moduleRootPath + '/') !== -1) { 174 const relativeModulePath: string = unixFilePath.replace(moduleRootPath + '/', '');
|
| D | utils.ts | 323 …OutPathOfHar(filePath: string, cachePath: string, buildPath: string, moduleRootPath: string, proje… 327 const moduleName = toUnixPath(moduleRootPath).replace(toUnixPath(projectRootPath), ''); 408 projectConfig.compileShared ? projectConfig.projectRootPath : projectConfig.moduleRootPath,
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/ |
| D | utils.ts | 121 projectConfig.compileShared ? projectConfig.projectRootPath : projectConfig.moduleRootPath,
|