Home
last modified time | relevance | path

Searched refs:flatMapIterator (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/services/
DrefactorProvider.ts13 return arrayFrom(flatMapIterator(refactors.values(), refactor =>
/third_party/typescript/src/services/codefixes/
DimportFixes.ts912 const fixes = arrayFrom(flatMapIterator(exportInfo.entries(), ([_, exportInfos]) =>
/third_party/typescript/src/compiler/
Dcore.ts420 …export function flatMapIterator<T, U>(iter: Iterator<T>, mapfn: (x: T) => readonly U[] | Iterator<… function
/third_party/typescript/lib/
DtypingsInstaller.js536 function flatMapIterator(iter, mapfn) { function
562 ts.flatMapIterator = flatMapIterator;
Dtsc.js461 function flatMapIterator(iter, mapfn) { function
487 ts.flatMapIterator = flatMapIterator;