Home
last modified time | relevance | path

Searched refs:flatMapToMutable (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/services/
DsignatureHelp.ts545 …const help = { items: flatMapToMutable(items, identity), applicableSpan, selectedItemIndex, argume…
DtextChanges.ts507 const oldTags = flatMapToMutable(parent.jsDoc, j => j.tags);
517 …this.replaceJSDocComment(sourceFile, parent, filter(flatMapToMutable(parent.jsDoc, j => j.tags), p…
/third_party/typescript/src/compiler/
Dcore.ts402 …export function flatMapToMutable<T, U>(array: readonly T[] | undefined, mapfn: (x: T, i: number) =… function
Dutilities.ts4085 …const fileDiags: Diagnostic[] = flatMapToMutable(filesWithDiagnostics, f => fileDiagnostics.get(f)…
/third_party/typescript/src/server/
Dsession.ts287 …const outputs = flatMapToMutable(isArray(projects) ? projects : projects.projects, project => acti…
/third_party/typescript/lib/
DtypingsInstaller.js518 function flatMapToMutable(array, mapfn) { function
535 ts.flatMapToMutable = flatMapToMutable;
18416 …var fileDiags = ts.flatMapToMutable(filesWithDiagnostics, function (f) { return fileDiagnostics.ge…
Dtsc.js443 function flatMapToMutable(array, mapfn) { function
460 ts.flatMapToMutable = flatMapToMutable;
14434 …var fileDiags = ts.flatMapToMutable(filesWithDiagnostics, function (f) { return fileDiagnostics.ge…