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 | 58 const rootFileNames: string[] = []; constant 61 rootFileNames.push(path.resolve(fileName)); 68 !executedOnce && serviceChecker(rootFileNames, logger, resolveModulePaths); 81 serviceChecker(rootFileNames, logger, resolveModulePaths);
|
| /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 | 196 export function createLanguageService(rootFileNames: string[], resolveModulePaths: string[]): ts.La… 198 rootFileNames.forEach((fileName: string) => { 202 getScriptFileNames: () => [...rootFileNames, ...readDeaclareFiles()], 273 export function serviceChecker(rootFileNames: string[], newLogger: any = null, resolveModulePaths: … 278 rootFileNames.forEach(fileName => { 282 languageService = createLanguageService(rootFileNames, resolveModulePaths); 293 const filterFiles: string[] = filterInput(rootFileNames); 300 processBuildHap(cacheFile, rootFileNames); 304 function processBuildHap(cacheFile: string, rootFileNames: string[]): void { 321 [...allResolvedModules, ...rootFileNames].forEach(moduleFile => { [all …]
|