Home
last modified time | relevance | path

Searched refs:compileHar (Results 1 – 18 of 18) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dresult_process.ts56 process.env.compilerType && process.env.compilerType === 'ark' && !projectConfig.compileHar) {
60 if (projectConfig.compileHar) {
Dprocess_module_files.ts70 if (projectConfig.compileHar || (!isDebug(projectConfig) && isAotMode(projectConfig))) {
Dcompile_info.ts118 if (!projectConfig.compileHar) {
Dets_checker.ts208 if (!fs.existsSync(buildInfoPath) || !(projectConfig.compileHar || projectConfig.compileShared)) {
552 if (projectConfig.compileHar || projectConfig.compileShared) {
558 if (!(moduleFile.match(new RegExp(projectConfig.packageDir)) && projectConfig.compileHar)) {
895 …return (projectConfig.compileHar || projectConfig.compileShared) && resolvedModules[resolvedModule…
Dprocess_ui_syntax.ts626 projectConfig.compileHar ? Array.from(node.arguments) : Array.from(node.arguments).slice(1));
643 if (projectConfig.compileHar) {
684 if (projectConfig.compileHar) {
1451 projectConfig.compileHar ? '' :
Dark_utils.ts388 await writeMinimizedSourceCode(content, filePath, logger, projectConfig.compileHar);
/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-checker.ts65 compileHar: projectConfig.compileHar,
Drollup-plugin-ets-typescript.ts178 if (projectConfig.compileHar) {
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dproject_config.ts92 compileHar: boolean; property in ProjectConfig
117 this.compileHar = false;
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dgenerate_module_abc.ts40 if (this.share.projectConfig.compileHar) {
Dutils.ts118 if (projectConfig.compileHar) {
153 if (projectConfig.compileHar || !isDebug(projectConfig)) {
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dprocess_ark_config.test.ts212 const isHarCompiled: boolean = this.rollup.share.projectConfig.compileHar;
230 const isHarCompiled: boolean = this.rollup.share.projectConfig.compileHar;
248 const isHarCompiled: boolean = this.rollup.share.projectConfig.compileHar;
266 const isHarCompiled: boolean = this.rollup.share.projectConfig.compileHar;
Dark_utils.test.ts316 const isHarCompiled: boolean = this.rollup.share.projectConfig.compileHar;
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dprocess_ark_config.ts145 if (projectConfig.compileHar || !isDebug(projectConfig)) {
155 const isHarCompiled: boolean = projectConfig.compileHar;
Dob_config_resolver.ts183 this.isHarCompiled = projectConfig.compileHar;
633 const projectConfig = { obfuscationOptions, compileHar: true }; constant
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_source_file.ts212 ModuleSourceFile.projectConfig.arkObfuscator, ModuleSourceFile.projectConfig.compileHar);
217 if (!rollupObject.share.projectConfig.compileHar) {
/developtools/ace_ets2bundle/compiler/
Dwebpack.config.js169 if (projectConfig.compileHar) {
Dmain.js102 projectConfig.compileHar = false;