Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dgenerate_bundle_abc.ts16 import { JSBUNDLE } from './common/ark_define';
27 if (bundle === null || this.share.projectConfig.compileMode !== JSBUNDLE) {
/developtools/ace_ets2bundle/compiler/
Dcompile_plugin.js26 const { JSBUNDLE, RELEASE } = require('./lib/fast_build/ark_compiler/common/ark_define');
45 projectConfig.compileMode === JSBUNDLE && babelPlugin(projectConfig)
/developtools/ace_ets2bundle/compiler/src/
Dresult_process.ts16 import { BUILD_OFF, ESMODULE, JSBUNDLE } from './pre_define';
50 if (projectConfig.compileMode == JSBUNDLE &&
Dmanage_workers.ts24 JSBUNDLE
32 if (arkEnvParams['mode'] !== JSBUNDLE && arkEnvParams['mode'] !== ESMODULE) {
Dgen_abc_plugin.ts52 JSBUNDLE,
212 if (projectConfig.compileMode === JSBUNDLE && process.env.minPlatformVersion) {
232 if (projectConfig.compileMode === JSBUNDLE || projectConfig.compileMode === undefined) {
241 if (projectConfig.compileMode === JSBUNDLE || projectConfig.compileMode === undefined) {
1065 if (projectConfig.compileMode === JSBUNDLE || projectConfig.compileMode === undefined) {
1292 if (projectConfig.compileMode === JSBUNDLE || projectConfig.compileMode === undefined) {
1293 arkEnvParams['mode'] = JSBUNDLE;
Dpre_define.ts401 export const JSBUNDLE: string = 'jsbundle'; constant
Dvalidate_ui_syntax.ts58 JSBUNDLE,
354 if (projectConfig.compileMode === JSBUNDLE) {
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dgen_abc.ts27 JSBUNDLE,
90 if (process.env['mode'] === JSBUNDLE) {
Dark_define.ts38 export const JSBUNDLE: string = 'jsbundle'; constant
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/
Dbundle_mode.ts35 JSBUNDLE,
273 mode: JSBUNDLE