Home
last modified time | relevance | path

Searched defs:projectRootPath (Results 1 – 8 of 8) sorted by relevance

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/testdata/testcase_def/entry/preview/
Dloader.json1 {"modulePathMap":{"entry":"E:\\project\\entry"},"compileMode":"esmodule","projectRootPath":"E:\\pro… string
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/testdata/testcase_def/entry/build/
Dloader.json1 {"modulePathMap":{"entry":"E:\\project\\entry"},"compileMode":"esmodule","projectRootPath":"E:\\pro… string
Dloader_aotMode.json1 {"modulePathMap":{"entry":"E:\\project\\entry"},"compileMode":"esmodule","projectRootPath":"E:\\pro… string
/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts86 const projectRootPath: string = toUnixPath(projectConfig.projectRootPath); constant
108 projectRootPath, constant
133 projectFilePath, unixFilePath, packageDir, projectRootPath, moduleRootPath, constant
361 const projectRootPath: string = projectConfig.projectRootPath; constant
Dprocess_visual.ts279 const projectRootPath = getProjectRootPath(); constant
317 const projectRootPath = getProjectRootPath(); constant
Dutils.ts339 …const projectRootPath: string = toUnixPath(buildInHar ? projectPath : projectConfig.projectRootPat… constant
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dproject_config.ts36 projectRootPath: string, property
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts624 const projectRootPath = toUnixPath(this.projectConfig.projectRootPath); constant