Searched refs:flatMapToMutable (Results 1 – 7 of 7) sorted by relevance
| /third_party/typescript/src/services/ |
| D | signatureHelp.ts | 545 …const help = { items: flatMapToMutable(items, identity), applicableSpan, selectedItemIndex, argume…
|
| D | textChanges.ts | 507 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/ |
| D | core.ts | 402 …export function flatMapToMutable<T, U>(array: readonly T[] | undefined, mapfn: (x: T, i: number) =… function
|
| D | utilities.ts | 4085 …const fileDiags: Diagnostic[] = flatMapToMutable(filesWithDiagnostics, f => fileDiagnostics.get(f)…
|
| /third_party/typescript/src/server/ |
| D | session.ts | 287 …const outputs = flatMapToMutable(isArray(projects) ? projects : projects.projects, project => acti…
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 518 function flatMapToMutable(array, mapfn) { function 535 ts.flatMapToMutable = flatMapToMutable; 18416 …var fileDiags = ts.flatMapToMutable(filesWithDiagnostics, function (f) { return fileDiagnostics.ge…
|
| D | tsc.js | 443 function flatMapToMutable(array, mapfn) { function 460 ts.flatMapToMutable = flatMapToMutable; 14434 …var fileDiags = ts.flatMapToMutable(filesWithDiagnostics, function (f) { return fileDiagnostics.ge…
|