Searched refs:replaceJSDocComment (Results 1 – 2 of 2) sorted by relevance
/third_party/typescript/src/services/codefixes/ |
D | fixUnmatchedParameter.ts | 83 …changeTracker.replaceJSDocComment(sourceFile, signature, map(tags, t => t === jsDocParameterTag ? …
|
/third_party/typescript/src/services/ |
D | textChanges.ts | 502 … public replaceJSDocComment(sourceFile: SourceFile, node: HasJSDoc, tags: readonly JSDocTag[]) { method in ts.textChanges.ChangeTracker 513 this.replaceJSDocComment(sourceFile, parent, [...oldTags, ...unmergedNewTags]); 517 …this.replaceJSDocComment(sourceFile, parent, filter(flatMapToMutable(parent.jsDoc, j => j.tags), p…
|