Searched refs:compatibleSdkVersion (Results 1 – 13 of 13) 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 | 91 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/ |
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 | 57 if (projectConfig.compatibleSdkVersion <= 10) {
|
/developtools/hiperf/demo/js/entry/ |
D | build.gradle | 5 compatibleSdkVersion 7
|
/developtools/ace_ets2bundle/compiler/src/fast_build/system_api/ |
D | api_check_utils.ts | 126 const compatibleSdkVersion: string = projectConfig.compatibleSdkVersion; constant 135 !isNaN(Number(compatibleSdkVersion)) && Number(compatibleSdkVersion) >= bundleVersionNumber) {
|
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/ |
D | project_config.ts | 61 compatibleSdkVersion: number = SDK_VERSION; property in ProjectConfig 137 this.compatibleSdkVersion = version;
|
/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/ |
D | rollup-plugin-ets-checker.ts | 86 compatibleSdkVersion: projectConfig.compatibleSdkVersion,
|
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/ |
D | module_hotfix_mode.ts | 55 this.cmdArgs.push(`"--target-api-version=${this.projectConfig.compatibleSdkVersion}"`);
|
D | module_mode.ts | 407 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 | 1419 projectConfig.compatibleSdkVersion && 1420 projectConfig.compatibleSdkVersion >= STANDARD_MODE_COMPATIBLE_SDK_VERSION) {
|
D | utils.ts | 998 …let keyInfo: string[] = [projectConfig.compileSdkVersion, projectConfig.compatibleSdkVersion, proj…
|