Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dutils.ts169 const buildDirArr: string[] = projectConfig.aceModuleBuild.split(path.sep); constant
170 const abilityDir: string = buildDirArr[buildDirArr.length - 1]; constant