Home
last modified time | relevance | path

Searched refs:etsLoaderPath (Results 1 – 4 of 4) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dcache.ts49 const sdkPath: string = projectConfig.etsLoaderPath ?
50 projectConfig.etsLoaderPath : 'null_sdkPath';
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dproject_config.ts75 etsLoaderPath: string; property in ProjectConfig
144 this.etsLoaderPath = `/${this.runtimeOS}/Sdk/${this.compileSdkVersion}/ets/build-tools/app`;
/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts182 'etsLoaderPath': projectConfig.etsLoaderPath,
1279 if (projectConfig.etsLoaderPath === undefined || fileName === undefined) {
1282 const sdkPath = path.resolve(projectConfig.etsLoaderPath, '../../../');
Dutils.ts971 projectConfig.etsLoaderPath];