Searched refs:collectAllFiles (Results 1 – 3 of 3) sorted by relevance
73 collectAllFiles,335 collectAllFiles(tsProgram);
52 import { allSourceFilePaths, collectAllFiles } from '../../../ets_checker';210 collectAllFiles(undefined, rollupObject.getModuleIds());
482 collectAllFiles(globalProgram.program);492 export function collectAllFiles(program?: ts.Program, rollupFileList?: IterableIterator<string>): v… function