Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/arkui-plugins/test/utils/
Dartkts-config.ts60 moduleRootPath: string; property
96 moduleRootPath: string; property
109 moduleRootPath: string; property
222 moduleRootPath: string; property in MockArktsConfigBuilder
256 moduleRootPath: this.moduleRootPath, constant
270 moduleRootPath: module.modulePath, constant
/developtools/ace_ets2bundle/arkui-plugins/test/demo/localtest/
Dbuild_config_template.json16 "moduleRootPath": "./demo/localtest/entry/", string
Dbuild_decl_config_template.json14 "moduleRootPath": "./demo/localtest/entry/", string
/developtools/ace_ets2bundle/compiler/src/interop/src/
Dark_utils.ts181 const moduleRootPath: string = toUnixPath(projectConfig.modulePathMap[moduleName]); constant
205 moduleRootPath, constant
229 const { projectFilePath, unixFilePath, packageDir, projectRootPath, moduleRootPath, constant
276 const moduleRootPath: string = toUnixPath(projectConfig.modulePathMap[key]); constant
429 const moduleRootPath: string = projectConfig.modulePathMap[pkgInfo.moduleName]; constant
/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts176 const moduleRootPath: string = toUnixPath(projectConfig.modulePathMap[moduleName]); constant
200 moduleRootPath, constant
224 const { projectFilePath, unixFilePath, packageDir, projectRootPath, moduleRootPath, constant
272 const moduleRootPath: string = toUnixPath(projectConfig.modulePathMap[key]); constant
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dproject_config.ts108 moduleRootPath: object; property in ProjectConfig
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dimport_path_expand.test.ts32 const moduleRootPath: string = `${rootDir}/testPkg`; constant