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.ts142 if (manifestJsonInfo.minPlatformVersion) {
143 arkProjectConfig.minPlatformVersion = manifestJsonInfo.minPlatformVersion;
149 arkProjectConfig.minPlatformVersion = moduleJsonInfo.app.minAPIVersion;
354 if (projectConfig.minPlatformVersion && projectConfig.minPlatformVersion.toString() === '8') {
/developtools/ace_ets2bundle/compiler/
Dmain.js147 if (manifest && manifest.minPlatformVersion) {
148 process.env.minPlatformVersion = manifest.minPlatformVersion;
149 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.ts48 minPlatformVersion: number, property
Drollup_plugin_mock.ts133 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.ts211 if (projectConfig.compileMode === JSBUNDLE && process.env.minPlatformVersion) {
216 cachedJson.minAPIVersion = process.env.minPlatformVersion;
273 if (isTs2Abc(projectConfig) || process.env.minPlatformVersion === "8") {
714 if (process.env.minPlatformVersion === "8") {