Home
last modified time | relevance | path

Searched refs:moduleRootPath (Results 1 – 6 of 6) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-checker.ts77 moduleRootPath: projectConfig.moduleRootPath,
Drollup-plugin-ets-typescript.ts197 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/
Dproject_config.ts105 moduleRootPath: object; property in ProjectConfig
239 this.moduleRootPath = undefined;
/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts129 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 + '/', '');
Dutils.ts329 …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/
Dutils.ts147 projectConfig.compileShared ? projectConfig.projectRootPath : projectConfig.moduleRootPath,