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 | 77 moduleRootPath: projectConfig.moduleRootPath,
|
| D | rollup-plugin-ets-typescript.ts | 197 path.resolve(moduleInfoId).startsWith(projectConfig.moduleRootPath + path.sep)) { 204 const cacheFilePath: string = genTemporaryPath(filePath, projectConfig.moduleRootPath, 206 const buildFilePath: string = genTemporaryPath(filePath, projectConfig.moduleRootPath,
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/ |
| D | project_config.ts | 105 moduleRootPath: object; property in ProjectConfig 239 this.moduleRootPath = undefined;
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | ark_utils.ts | 129 const moduleRootPath: string = toUnixPath(projectConfig.modulePathMap[moduleName]); constant 153 moduleRootPath, constant 177 const { projectFilePath, unixFilePath, packageDir, projectRootPath, moduleRootPath, constant 208 const tryModulePkg: string = toUnixPath(path.join(moduleRootPath, packageDir)); 218 const moduleRootPath: string = toUnixPath(projectConfig.modulePathMap[key]); constant 219 if (unixFilePath.indexOf(moduleRootPath + '/') !== -1) { 220 const relativeModulePath: string = unixFilePath.replace(moduleRootPath + '/', '');
|
| D | utils.ts | 329 …OutPathOfHar(filePath: string, cachePath: string, buildPath: string, moduleRootPath: string, proje… 333 const moduleName = toUnixPath(moduleRootPath).replace(toUnixPath(projectRootPath), ''); 430 projectConfig.compileShared ? projectConfig.projectRootPath : projectConfig.moduleRootPath,
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/ |
| D | utils.ts | 147 projectConfig.compileShared ? projectConfig.projectRootPath : projectConfig.moduleRootPath,
|