Home
last modified time | relevance | path

Searched refs:compatibleSdkVersion (Results 1 – 13 of 13) sorted by relevance

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/
Dmodule_hotfix_mode.test.ts37 function checkCmdArgs(cmdArgs: Array<object>, compatibleSdkVersion: string) : void {
47 expect(cmdArgs[7].indexOf(compatibleSdkVersion) > 0).to.be.true;
64 …const compatibleSdkVersion = `${TARGET_API_VERSION}${this.rollup.share.projectConfig.compatibleSdk… constant
69 checkCmdArgs(moduleMode.cmdArgs,compatibleSdkVersion);
76 …const compatibleSdkVersion = `${TARGET_API_VERSION}${this.rollup.share.projectConfig.compatibleSdk… constant
80 checkCmdArgs(moduleMode.cmdArgs,compatibleSdkVersion);
Dmodule_mode.test.ts91 function checkGenerateEs2AbcCmdExpect(cmdArgs: Array<object>, compatibleSdkVersion: string): void {
100 expect(cmdArgs[6].indexOf(compatibleSdkVersion) > 0).to.be.true;
1290 …const compatibleSdkVersion = `${TARGET_API_VERSION}${this.rollup.share.projectConfig.compatibleSdk… constant
1302 checkGenerateEs2AbcCmdExpect(moduleMode.cmdArgs, compatibleSdkVersion);
1309 …const compatibleSdkVersion = `${TARGET_API_VERSION}${this.rollup.share.projectConfig.compatibleSdk… constant
1319 checkGenerateEs2AbcCmdExpect(moduleMode.cmdArgs, compatibleSdkVersion);
1326 …const compatibleSdkVersion = `${TARGET_API_VERSION}${this.rollup.share.projectConfig.compatibleSdk… constant
1337 checkGenerateEs2AbcCmdExpect(moduleMode.cmdArgs, compatibleSdkVersion);
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dcache.ts46 const compatibleSdkVersion: string = projectConfig.compatibleSdkVersion ? constant
47 projectConfig.compatibleSdkVersion : 'null_compatibleSdkVersion';
56 …metaInfoArr.push(compileSdkVersion, compatibleSdkVersion, runtimeOS, sdkPath, sdkVersion, sdkRelea…
Dtransform.ts57 if (projectConfig.compatibleSdkVersion <= 10) {
/developtools/hiperf/demo/js/entry/
Dbuild.gradle5 compatibleSdkVersion 7
/developtools/ace_ets2bundle/compiler/src/fast_build/system_api/
Dapi_check_utils.ts126 const compatibleSdkVersion: string = projectConfig.compatibleSdkVersion; constant
135 !isNaN(Number(compatibleSdkVersion)) && Number(compatibleSdkVersion) >= bundleVersionNumber) {
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dproject_config.ts61 compatibleSdkVersion: number = SDK_VERSION; property in ProjectConfig
137 this.compatibleSdkVersion = version;
/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-checker.ts86 compatibleSdkVersion: projectConfig.compatibleSdkVersion,
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_hotfix_mode.ts55 this.cmdArgs.push(`"--target-api-version=${this.projectConfig.compatibleSdkVersion}"`);
Dmodule_mode.ts407 this.cmdArgs.push(`"--target-api-version=${this.projectConfig.compatibleSdkVersion}"`);
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/
Dbundle_mode.ts175 `"--target-api-version=${this.projectConfig.compatibleSdkVersion}"`
/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts1419 projectConfig.compatibleSdkVersion &&
1420 projectConfig.compatibleSdkVersion >= STANDARD_MODE_COMPATIBLE_SDK_VERSION) {
Dutils.ts998 …let keyInfo: string[] = [projectConfig.compileSdkVersion, projectConfig.compatibleSdkVersion, proj…