Searched refs:rootFileNames (Results 1 – 3 of 3) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/ |
| D | rollup-plugin-ets-checker.ts | 75 const rootFileNames: string[] = []; constant 78 rootFileNames.push(path.resolve(fileName)); 85 !executedOnce && serviceChecker(rootFileNames, logger, resolveModulePaths, compilationTime); 103 serviceChecker(rootFileNames, logger, resolveModulePaths, compilationTime, this.share);
|
| /developtools/ace_ets2bundle/compiler/server/ |
| D | build_pipe_server.js | 76 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/ |
| D | ets_checker.ts | 333 export function createLanguageService(rootFileNames: string[], resolveModulePaths: string[], 337 getScriptFileNames: () => [...rootFileNames, ...readDeaclareFiles()], 387 return getOrCreateLanguageService(servicesHost, rootFileNames, rollupShareObject); 390 function getOrCreateLanguageService(servicesHost: ts.LanguageServiceHost, rootFileNames: string[], 406 let updateRootFileNames = [...rootFileNames, ...readDeaclareFiles()]; 452 export function serviceChecker(rootFileNames: string[], newLogger: Object = null, resolveModulePath… 458 rootFileNames.forEach(fileName => { 462 languageService = createLanguageService(rootFileNames, resolveModulePaths, compilationTime); 474 …languageService = createLanguageService(rootFileNames, resolveModulePaths, compilationTime, rollup… 488 processBuildHap(cacheFile, rootFileNames, compilationTime); [all …]
|