Home
last modified time | relevance | path

Searched defs:compatibleSdkVersionStage (Results 1 – 3 of 3) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dcache.ts48 const compatibleSdkVersionStage: string = projectConfig.compatibleSdkVersionStage ? constant
/developtools/ace_ets2bundle/compiler/src/interop/src/fast_build/ark_compiler/
Dcache.ts48 const compatibleSdkVersionStage: string = projectConfig.compatibleSdkVersionStage ? constant
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dproject_config.ts71 compatibleSdkVersionStage: string = SDK_VERSION_STAGE; property in ProjectConfig