Home
last modified time | relevance | path

Searched refs:ModuleHotfixMode (Results 1 – 4 of 4) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dgenerate_module_abc.ts19 import { ModuleHotfixMode } from './module/module_hotfix_mode';
86 const moduleHotfixMode: ModuleHotfixMode = new ModuleHotfixMode(rollupObject);
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/
Dmodule_hotfix_mode.test.ts21 import { ModuleHotfixMode } from '../../../lib/fast_build/ark_compiler/module/module_hotfix_mode';
62 const moduleMode = new ModuleHotfixMode(this.rollup);
74 const moduleMode = new ModuleHotfixMode(this.rollup);
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/
DREADME_zh.md40 import { ModuleHotfixMode } from '../../../../lib/fast_build/ark_compiler/module/module_hotfix_mode…
42 class ModuleHotfixModeMock extends ModuleHotfixMode {
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_hotfix_mode.ts23 export class ModuleHotfixMode extends ModuleMode { class