Searched refs:pandaMode (Results 1 – 10 of 10) sorted by relevance
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/ |
| D | ark_utils.test.ts | 226 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 …]
|
| D | process_ark_config.test.ts | 149 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;
|
| D | common_mode.test.ts | 50 modeMock.projectConfig.pandaMode = TS2ABC;
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/ |
| D | process_ark_config.ts | 97 arkProjectConfig.pandaMode = TS2ABC; 103 arkProjectConfig.pandaMode = buildJsonInfo.pandaMode; 140 arkProjectConfig.pandaMode = mainProjectConfig.pandaMode; 324 projectConfig.pandaMode = TS2ABC;
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | gen_aot.ts | 147 logger: any, faultHandler: FaultHandler, pandaMode: string | undefined): string { 160 if (pandaMode === TS2ABC) {
|
| D | ark_utils.ts | 624 return projectConfig.pandaMode === ES2ABC || projectConfig.pandaMode === "undefined" || 625 projectConfig.pandaMode === undefined; 629 return projectConfig.pandaMode === TS2ABC;
|
| D | gen_abc_plugin.ts | 1353 …eBuiltinAbc(arkDir, abcArgs, process.env.cachePath, logger, faultHandler, projectConfig.pandaMode);
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/ |
| D | project_config.ts | 41 pandaMode: string, property
|
| D | rollup_plugin_mock.ts | 115 pandaMode: undefined,
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/ |
| D | module_mode.ts | 611 this.projectConfig.cachePath, this.logger, faultHandler, this.projectConfig.pandaMode);
|