Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dcheck_import_modules.test.ts52 const moduleInfo: object = this.rollup.getModuleInfo(moduleId);
74 const moduleInfo: object = this.rollup.getModuleInfo(moduleId);
96 const moduleInfo: object = this.rollup.getModuleInfo(moduleId);
118 const moduleInfo: object = this.rollup.getModuleInfo(moduleId);
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/
Dmodule_source_file.test.ts79 const moduleInfo: object = this.rollup.getModuleInfo(moduleId);
122 const moduleInfo: object = this.rollup.getModuleInfo(moduleId);
166 const moduleInfo: object = this.rollup.getModuleInfo(moduleId);
207 const moduleInfo: object = this.rollup.getModuleInfo(moduleId);
248 const moduleInfo: object = this.rollup.getModuleInfo(moduleId);
289 const moduleInfo: object = this.rollup.getModuleInfo(moduleId);
330 const moduleInfo: object = this.rollup.getModuleInfo(moduleId);
351 const moduleInfo: object = this.rollup.getModuleInfo(moduleId);
372 const moduleInfo: object = this.rollup.getModuleInfo(moduleId);
393 const moduleInfo: object = this.rollup.getModuleInfo(moduleId);
[all …]
Dmodule_mode.test.ts105 const moduleInfo = this.rollup.getModuleInfo(filePath);
134 const moduleInfo = this.rollup.getModuleInfo(filePath);
162 const moduleInfo = this.rollup.getModuleInfo(filePath);
191 const moduleInfo = this.rollup.getModuleInfo(filePath);
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/class_mock/
Dmodule_mode_mock.ts41 const moduleInfo: object = rollupObject.getModuleInfo(filePath);
108 const moduleInfos = rollup.getModuleInfo(filePath);
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dcheck_import_module.ts33 const importMap = rollupObject.getModuleInfo(id).importedIdMaps;
Dtransform.ts56 let code: string = this.getModuleInfo(id).originalCode;
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_source_file.ts277 const targetModuleInfo: Object = rollupObject.getModuleInfo(filePath);
297 const moduleInfo: Object = rollupObject.getModuleInfo(this.moduleId);
320 const moduleInfo: Object = rollupObject.getModuleInfo(this.moduleId);
382 const moduleInfo: Object = rollupObject.getModuleInfo(this.moduleId);
Dmodule_mode.ts175 const moduleInfo: Object = module.getModuleInfo(moduleId);
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Drollup_plugin_mock.ts166 public getModuleInfo(id: string) { method in RollUpPluginMock
/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-typescript.ts293 const newContent: string = jsBundlePreProcess(code, id, this.getModuleInfo(id).isEntry, logger);
345 validateEts(code, id, this.getModuleInfo(id).isEntry, logger, targetSourceFile);