Home
last modified time | relevance | path

Searched defs:moduleRootPath (Results 1 – 2 of 2) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts161 const moduleRootPath: string = toUnixPath(projectConfig.modulePathMap[moduleName]); constant
185 moduleRootPath, constant
209 const { projectFilePath, unixFilePath, packageDir, projectRootPath, moduleRootPath, constant
256 const moduleRootPath: string = toUnixPath(projectConfig.modulePathMap[key]); constant
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dproject_config.ts105 moduleRootPath: object; property in ProjectConfig