Searched defs:moduleRootPath (Results 1 – 7 of 7) sorted by relevance
| /developtools/ace_ets2bundle/arkui-plugins/test/utils/ |
| D | artkts-config.ts | 60 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/ |
| D | build_config_template.json | 16 "moduleRootPath": "./demo/localtest/entry/", string
|
| D | build_decl_config_template.json | 14 "moduleRootPath": "./demo/localtest/entry/", string
|
| /developtools/ace_ets2bundle/compiler/src/interop/src/ |
| D | ark_utils.ts | 181 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/ |
| D | ark_utils.ts | 176 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/ |
| D | project_config.ts | 108 moduleRootPath: object; property in ProjectConfig
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/ |
| D | import_path_expand.test.ts | 32 const moduleRootPath: string = `${rootDir}/testPkg`; constant
|