Home
last modified time | relevance | path

Searched refs:replaceJSDocComment (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/services/codefixes/
DfixUnmatchedParameter.ts83 …changeTracker.replaceJSDocComment(sourceFile, signature, map(tags, t => t === jsDocParameterTag ? …
/third_party/typescript/src/services/
DtextChanges.ts502 … 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…