Home
last modified time | relevance | path

Searched refs:hotReload (Results 1 – 16 of 16) sorted by relevance

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/testdata/testcase_def/
DREADME_zh.md18 | entry/build/hotReload/sourceMaps.map | updateSourceMapFromFileList | 应用于hotReload模式,读取So…
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/
Dmodule_hotreload_mode.test.ts60 this.rollup.hotReload();
90 this.rollup.hotReload();
Dmodule_mode.test.ts186 this.rollup.hotReload();
304 this.rollup.hotReload();
400 this.rollup.hotReload();
439 this.rollup.hotReload();
471 this.rollup.hotReload();
503 this.rollup.hotReload();
535 this.rollup.hotReload();
567 this.rollup.hotReload();
608 this.rollup.hotReload();
711 this.rollup.hotReload();
[all …]
Dmodule_source_file.test.ts281 this.rollup.hotReload();
385 this.rollup.hotReload();
506 this.rollup.hotReload();
616 this.rollup.hotReload();
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dark_utils.test.ts96 this.rollup.hotReload();
123 this.rollup.hotReload();
166 this.rollup.hotReload();
204 this.rollup.hotReload();
266 this.rollup.hotReload();
Dcache.test.ts85 this.rollup.hotReload();
120 this.rollup.hotReload();
Dutils.test.ts135 this.rollup.hotReload();
190 this.rollup.hotReload();
258 this.rollup.hotReload();
417 this.rollup.hotReload();
464 this.rollup.hotReload();
506 this.rollup.hotReload();
575 this.rollup.hotReload();
653 this.rollup.hotReload();
719 this.rollup.hotReload();
797 this.rollup.hotReload();
[all …]
Dcommon_mode.test.ts89 this.rollup.hotReload();
Dprocess_ark_config.test.ts110 this.rollup.hotReload();
192 this.rollup.hotReload();
262 this.rollup.hotReload();
319 this.rollup.hotReload();
Dcheck_import_modules.test.ts108 this.rollup.hotReload();
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Drollup_plugin_mock.ts86 public hotReload(testcase: string = DEFAULT_PROJECT) { method in RollUpPluginMock
121 hotReload: undefined,
Dproject_config.ts50 hotReload: object, property
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dgenerate_module_abc.ts54 } else if (rollupObject.share.arkProjectConfig.hotReload) {
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dprocess_ark_config.ts135 arkProjectConfig.hotReload = mainProjectConfig.hotReload;
/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts166 …const suffix: string = projectConfig.hotReload ? HOT_RELOAD_BUILD_INFO_SUFFIX : TS_BUILD_INFO_SUFF…
457 if (projectConfig.hotReload) {
848 if (projectConfig.hotReload && resolvedModules.length &&
933 if (projectConfig.hotReload) {
Dgen_abc_plugin.ts1152 if (projectConfig.hotReload && !isHotReloadFirstBuild) {
1159 if (projectConfig.hotReload) {