Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dark_utils.test.ts226 this.rollup.share.projectConfig.pandaMode = ES2ABC;
230 this.rollup.share.projectConfig.pandaMode = TS2ABC;
234 this.rollup.share.projectConfig.pandaMode = "undefined";
238 this.rollup.share.projectConfig.pandaMode = undefined;
245 this.rollup.share.projectConfig.pandaMode = ES2ABC;
249 this.rollup.share.projectConfig.pandaMode = TS2ABC;
256 this.rollup.share.projectConfig.pandaMode = ES2ABC;
260 this.rollup.share.projectConfig.pandaMode = TS2ABC;
267 this.rollup.share.projectConfig.pandaMode = ES2ABC;
271 this.rollup.share.projectConfig.pandaMode = TS2ABC;
[all …]
Dprocess_ark_config.test.ts149 expect(arkConfig.pandaMode === TS2ABC).to.be.true;
283 expect(this.rollup.share.projectConfig.pandaMode === undefined).to.be.true;
288 expect(this.rollup.share.projectConfig.pandaMode === TS2ABC).to.be.true;
296 expect(this.rollup.share.projectConfig.pandaMode === undefined).to.be.true;
301 expect(this.rollup.share.projectConfig.pandaMode === TS2ABC).to.be.true;
309 expect(this.rollup.share.projectConfig.pandaMode === undefined).to.be.true;
314 expect(this.rollup.share.projectConfig.pandaMode === TS2ABC).to.be.true;
322 expect(this.rollup.share.projectConfig.pandaMode === undefined).to.be.true;
327 expect(this.rollup.share.projectConfig.pandaMode === TS2ABC).to.be.true;
Dcommon_mode.test.ts50 modeMock.projectConfig.pandaMode = TS2ABC;
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dprocess_ark_config.ts97 arkProjectConfig.pandaMode = TS2ABC;
103 arkProjectConfig.pandaMode = buildJsonInfo.pandaMode;
140 arkProjectConfig.pandaMode = mainProjectConfig.pandaMode;
324 projectConfig.pandaMode = TS2ABC;
/developtools/ace_ets2bundle/compiler/src/
Dgen_aot.ts147 logger: any, faultHandler: FaultHandler, pandaMode: string | undefined): string {
160 if (pandaMode === TS2ABC) {
Dark_utils.ts624 return projectConfig.pandaMode === ES2ABC || projectConfig.pandaMode === "undefined" ||
625 projectConfig.pandaMode === undefined;
629 return projectConfig.pandaMode === TS2ABC;
Dgen_abc_plugin.ts1353 …eBuiltinAbc(arkDir, abcArgs, process.env.cachePath, logger, faultHandler, projectConfig.pandaMode);
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dproject_config.ts41 pandaMode: string, property
Drollup_plugin_mock.ts115 pandaMode: undefined,
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts611 this.projectConfig.cachePath, this.logger, faultHandler, this.projectConfig.pandaMode);