Searched defs:projectRootPath (Results 1 – 8 of 8) sorted by relevance
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/testdata/testcase_def/entry/preview/ |
| D | loader.json | 1 {"modulePathMap":{"entry":"E:\\project\\entry"},"compileMode":"esmodule","projectRootPath":"E:\\pro… string
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/testdata/testcase_def/entry/build/ |
| D | loader.json | 1 {"modulePathMap":{"entry":"E:\\project\\entry"},"compileMode":"esmodule","projectRootPath":"E:\\pro… string
|
| D | loader_aotMode.json | 1 {"modulePathMap":{"entry":"E:\\project\\entry"},"compileMode":"esmodule","projectRootPath":"E:\\pro… string
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | ark_utils.ts | 86 const projectRootPath: string = toUnixPath(projectConfig.projectRootPath); constant 108 projectRootPath, constant 133 projectFilePath, unixFilePath, packageDir, projectRootPath, moduleRootPath, constant 361 const projectRootPath: string = projectConfig.projectRootPath; constant
|
| D | process_visual.ts | 279 const projectRootPath = getProjectRootPath(); constant 317 const projectRootPath = getProjectRootPath(); constant
|
| D | utils.ts | 339 …const projectRootPath: string = toUnixPath(buildInHar ? projectPath : projectConfig.projectRootPat… constant
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/ |
| D | project_config.ts | 36 projectRootPath: string, property
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/ |
| D | module_mode.ts | 624 const projectRootPath = toUnixPath(this.projectConfig.projectRootPath); constant
|