Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DHomeCheck.ts29 projectPath: string | undefined; property
61 projectPath: cmdOptions.arktsWholeProjectPath, constant
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/config/
DprojectConfig.json3 "projectPath": "D:\\arkProject", string
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/model/
DProjectConfig.ts21 projectPath: string; property in ProjectConfig
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/common/
DCheckEntry.ts262 const projectPath = checkEntry.projectConfig.projectPath; constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/ts-compiler/
DResolveSdks.ts22 projectPath: string; property
/arkcompiler/ets_frontend/ets2panda/bindings/src/
Dlsp_helper.ts75 private projectPath: string; property in Lsp
/arkcompiler/ets_frontend/arkguard/src/initialization/
DConfigResolver.ts1020 const projectPath: string = projectConfig.projectPath; constant