Searched refs:minPlatformVersion (Results 1 – 10 of 10) sorted by relevance
117 if (manifestJsonInfo.minPlatformVersion) {118 arkProjectConfig.minPlatformVersion = manifestJsonInfo.minPlatformVersion;124 arkProjectConfig.minPlatformVersion = moduleJsonInfo.app.minAPIVersion;321 if (projectConfig.minPlatformVersion && projectConfig.minPlatformVersion.toString() === '8') {
141 if (manifest && manifest.minPlatformVersion) {142 process.env.minPlatformVersion = manifest.minPlatformVersion;143 partialUpdateController(manifest.minPlatformVersion);
133 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;
123 "minPlatformVersion": "1.0.1",232 "minPlatformVersion": "1.0.1",
132 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;
47 minPlatformVersion: number, property
118 minPlatformVersion: SDK_VERSION,
127 const version = parseInt(manifest.minPlatformVersion);
220 const version = parseInt(manifest.minPlatformVersion);
212 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") {