Searched refs:etsLoaderPath (Results 1 – 4 of 4) sorted by relevance
49 const sdkPath: string = projectConfig.etsLoaderPath ?50 projectConfig.etsLoaderPath : 'null_sdkPath';
75 etsLoaderPath: string; property in ProjectConfig144 this.etsLoaderPath = `/${this.runtimeOS}/Sdk/${this.compileSdkVersion}/ets/build-tools/app`;
182 'etsLoaderPath': projectConfig.etsLoaderPath,1279 if (projectConfig.etsLoaderPath === undefined || fileName === undefined) {1282 const sdkPath = path.resolve(projectConfig.etsLoaderPath, '../../../');
971 projectConfig.etsLoaderPath];