Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/
Dmodule_hotfix_mode.test.ts66 …const compatibleSdkVersion = `${TARGET_API_VERSION}${this.rollup.share.projectConfig.compatibleSdk… constant
78 …const compatibleSdkVersion = `${TARGET_API_VERSION}${this.rollup.share.projectConfig.compatibleSdk… constant
Dmodule_mode.test.ts1660 …const compatibleSdkVersion = `${TARGET_API_VERSION}${this.rollup.share.projectConfig.compatibleSdk… constant
1680 …const compatibleSdkVersion = `${TARGET_API_VERSION}${this.rollup.share.projectConfig.compatibleSdk… constant
1698 …const compatibleSdkVersion = `${TARGET_API_VERSION}${this.rollup.share.projectConfig.compatibleSdk… constant
/developtools/ace_ets2bundle/compiler/src/interop/src/fast_build/system_api/
Dapi_check_utils.ts139 const compatibleSdkVersion: string = projectConfig.compatibleSdkVersion; constant
561 const compatibleSdkVersion: string = projectConfig.compatibleSdkVersion.toString(); constant
728 const compatibleSdkVersion: string = projectConfig.compatibleSdkVersion.toString(); constant
/developtools/ace_ets2bundle/compiler/src/fast_build/system_api/
Dapi_check_utils.ts139 const compatibleSdkVersion: string = projectConfig.compatibleSdkVersion; constant
565 const compatibleSdkVersion: string = projectConfig.compatibleSdkVersion.toString(); constant
732 const compatibleSdkVersion: string = projectConfig.compatibleSdkVersion.toString(); constant
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dcache.ts46 const compatibleSdkVersion: string = projectConfig.compatibleSdkVersion ? constant
/developtools/ace_ets2bundle/compiler/src/interop/src/fast_build/ark_compiler/
Dcache.ts46 const compatibleSdkVersion: string = projectConfig.compatibleSdkVersion ? constant
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dproject_config.ts70 compatibleSdkVersion: number = SDK_VERSION; property in ProjectConfig