Searched refs:compatibleSdkVersion (Results 1 – 11 of 11) sorted by relevance
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/ |
| D | module_hotfix_mode.test.ts | 37 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);
|
| D | module_mode.test.ts | 78 function checkGenerateEs2AbcCmdExpect(cmdArgs: Array<object>, compatibleSdkVersion: string): void { 87 expect(cmdArgs[6].indexOf(compatibleSdkVersion) > 0).to.be.true; 622 …const compatibleSdkVersion = `${TARGET_API_VERSION}${this.rollup.share.projectConfig.compatibleSdk… constant 636 checkGenerateEs2AbcCmdExpect(moduleMode.cmdArgs, compatibleSdkVersion); 643 …const compatibleSdkVersion = `${TARGET_API_VERSION}${this.rollup.share.projectConfig.compatibleSdk… constant 653 checkGenerateEs2AbcCmdExpect(moduleMode.cmdArgs, compatibleSdkVersion); 660 …const compatibleSdkVersion = `${TARGET_API_VERSION}${this.rollup.share.projectConfig.compatibleSdk… constant 671 checkGenerateEs2AbcCmdExpect(moduleMode.cmdArgs, compatibleSdkVersion);
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/ |
| D | cache.ts | 46 const compatibleSdkVersion: string = projectConfig.compatibleSdkVersion ? constant 47 projectConfig.compatibleSdkVersion : 'null_compatibleSdkVersion'; 56 …metaInfoArr.push(compileSdkVersion, compatibleSdkVersion, runtimeOS, sdkPath, sdkVersion, sdkRelea…
|
| D | transform.ts | 58 if (projectConfig.compatibleSdkVersion <= 10) {
|
| /developtools/hiperf/demo/js/entry/ |
| D | build.gradle | 5 compatibleSdkVersion 7
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/ |
| D | project_config.ts | 60 compatibleSdkVersion: number = SDK_VERSION; property in ProjectConfig 132 this.compatibleSdkVersion = version;
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/ |
| D | module_hotfix_mode.ts | 54 this.cmdArgs.push(`"--target-api-version=${this.projectConfig.compatibleSdkVersion}"`);
|
| D | module_mode.ts | 398 this.cmdArgs.push(`"--target-api-version=${this.projectConfig.compatibleSdkVersion}"`);
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/ |
| D | bundle_mode.ts | 175 `"--target-api-version=${this.projectConfig.compatibleSdkVersion}"`
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | ets_checker.ts | 1304 projectConfig.compatibleSdkVersion && 1305 projectConfig.compatibleSdkVersion >= STANDARD_MODE_COMPATIBLE_SDK_VERSION) {
|
| D | utils.ts | 970 …let keyInfo: string[] = [projectConfig.compileSdkVersion, projectConfig.compatibleSdkVersion, proj…
|