Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-checker.ts90 const rootFileNames: string[] = []; constant
92 rootFileNamesCollect(rootFileNames);
98 …!executedOnce && serviceChecker(rootFileNames, logger, resolveModulePaths, compilationTime, this.s…
107 collectFileToIgnoreDiagnostics(rootFileNames);
122 serviceChecker(rootFileNames, logger, resolveModulePaths, compilationTime, this.share);
134 function rootFileNamesCollect(rootFileNames: string[]): void {
137 rootFileNames.push(path.resolve(fileName));
/developtools/ace_ets2bundle/compiler/server/
Dbuild_pipe_server.js76 const rootFileNames = [];
78 rootFileNames.push(previewCacheFilePath);
80 … createWatchCompilerHost(rootFileNames, resolveDiagnostic, delayPrintLogCount, ()=>{}, true));
96 const rootFileNames = [];
98 rootFileNames.push(previewCacheFilePath);
100 createWatchCompilerHost(rootFileNames, resolveDiagnostic, delayPrintLogCount, ()=>{}, true));
/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts305 export function createLanguageService(rootFileNames: string[], resolveModulePaths: string[],
309 getScriptFileNames: () => [...rootFileNames, ...readDeaclareFiles()],
365 return getOrCreateLanguageService(servicesHost, rootFileNames, rollupShareObject);
370 function getOrCreateLanguageService(servicesHost: ts.LanguageServiceHost, rootFileNames: string[],
397 const updateRootFileNames = [...rootFileNames, ...readDeaclareFiles()];
476 export function serviceChecker(rootFileNames: string[], newLogger: Object = null, resolveModulePath…
483 rootFileNames.forEach(fileName => {
487 languageService = createLanguageService(rootFileNames, resolveModulePaths, compilationTime);
498 …languageService = createLanguageService(rootFileNames, resolveModulePaths, compilationTime, rollup…
513 collectFileToIgnoreDiagnostics(rootFileNames);
[all …]