Home
last modified time | relevance | path

Searched refs:allSourceFilePaths (Results 1 – 3 of 3) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-typescript.ts74 allSourceFilePaths
179 for (let moduleInfoId of allSourceFilePaths) {
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_source_file.ts52 import { allSourceFilePaths, collectAllFiles } from '../../../ets_checker';
211 …readProjectAndLibsSource(allSourceFilePaths, ModuleSourceFile.projectConfig.obfuscationMergedObCon…
/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts444 export const allSourceFilePaths: Set<string> = new Set(); constant
513 allSourceFilePaths.add(fileName);
525 allSourceFilePaths.add(toUnixPath(moduleId));
1396 allSourceFilePaths.clear();