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.ts199 path.resolve(moduleInfoId).startsWith(projectConfig.moduleRootPath + path.sep)) {
211 const cacheFilePath: string = genTemporaryPath(filePath, projectConfig.moduleRootPath,
213 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.ts130 const moduleRootPath: string = toUnixPath(projectConfig.modulePathMap[moduleName]); constant
154 moduleRootPath, constant
178 const { projectFilePath, unixFilePath, packageDir, projectRootPath, moduleRootPath, constant
209 const tryModulePkg: string = toUnixPath(path.join(moduleRootPath, packageDir));
219 const moduleRootPath: string = toUnixPath(projectConfig.modulePathMap[key]); constant
220 if (unixFilePath.indexOf(moduleRootPath + '/') !== -1) {
221 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,