Home
last modified time | relevance | path

Searched refs:minPlatformVersion (Results 1 – 10 of 10) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dprocess_ark_config.ts117 if (manifestJsonInfo.minPlatformVersion) {
118 arkProjectConfig.minPlatformVersion = manifestJsonInfo.minPlatformVersion;
124 arkProjectConfig.minPlatformVersion = moduleJsonInfo.app.minAPIVersion;
321 if (projectConfig.minPlatformVersion && projectConfig.minPlatformVersion.toString() === '8') {
/developtools/ace_ets2bundle/compiler/
Dmain.js141 if (manifest && manifest.minPlatformVersion) {
142 process.env.minPlatformVersion = manifest.minPlatformVersion;
143 partialUpdateController(manifest.minPlatformVersion);
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dprocess_ark_config.test.ts133 expect(arkConfig.minPlatformVersion === moduleJsonInfo.app.minAPIVersion).to.be.true;
168 expect(arkConfig.minPlatformVersion === moduleJsonInfo.app.minAPIVersion).to.be.true;
184 expect(arkConfig.minPlatformVersion === moduleJsonInfo.app.minAPIVersion).to.be.true;
200 expect(arkConfig.minPlatformVersion === moduleJsonInfo.app.minAPIVersion).to.be.true;
286 this.rollup.share.projectConfig.minPlatformVersion = 8;
299 this.rollup.share.projectConfig.minPlatformVersion = 8;
312 this.rollup.share.projectConfig.minPlatformVersion = 8;
325 this.rollup.share.projectConfig.minPlatformVersion = 8;
/developtools/ace_js2bundle/
DREADME_zh.md123 "minPlatformVersion": "1.0.1",
232 "minPlatformVersion": "1.0.1",
/developtools/ace_js2bundle/ace-loader/src/
DgenAbc-plugin.js132 if (isTs2Abc() || process.env.minPlatformVersion === "8") {
462 if (process.env.minPlatformVersion === "8") {
753 cachedJson.minAPIVersion.toString() !== process.env.minPlatformVersion) {
760 if (process.env.cachePath && process.env.minPlatformVersion) {
764 cachedJson.minAPIVersion = process.env.minPlatformVersion;
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dproject_config.ts47 minPlatformVersion: number, property
Drollup_plugin_mock.ts118 minPlatformVersion: SDK_VERSION,
/developtools/ace_js2bundle/ace-loader/
Dwebpack.lite.config.js127 const version = parseInt(manifest.minPlatformVersion);
Dwebpack.rich.config.js220 const version = parseInt(manifest.minPlatformVersion);
/developtools/ace_ets2bundle/compiler/src/
Dgen_abc_plugin.ts212 if (projectConfig.compileMode === JSBUNDLE && process.env.minPlatformVersion) {
217 cachedJson.minAPIVersion = process.env.minPlatformVersion;
274 if (isTs2Abc(projectConfig) || process.env.minPlatformVersion === "8") {
715 if (process.env.minPlatformVersion === "8") {