Searched refs:tryAndIgnoreErrors (Results 1 – 2 of 2) sorted by relevance
2973 return tryAndIgnoreErrors(() => directoryProbablyExists(path, host)) || false;2976 export function tryAndIgnoreErrors<T>(cb: () => T): T | undefined { function2986 return tryAndIgnoreErrors(() => toApply && toApply.apply(host, args));
893 … const typeRoots = tryAndIgnoreErrors(() => getEffectiveTypeRoots(options, host)) || emptyArray;