File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/baselines/reference/api Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3794,7 +3794,7 @@ declare namespace ts {
37943794 getEscapedName ( ) : __String ;
37953795 getName ( ) : string ;
37963796 getDeclarations ( ) : Declaration [ ] | undefined ;
3797- getDocumentationComment ( typeChecker ? : TypeChecker ) : SymbolDisplayPart [ ] ;
3797+ getDocumentationComment ( typeChecker : TypeChecker | undefined ) : SymbolDisplayPart [ ] ;
37983798 getJsDocTags ( ) : JSDocTagInfo [ ] ;
37993799 }
38003800 interface Type {
@@ -3815,7 +3815,7 @@ declare namespace ts {
38153815 getTypeParameters ( ) : TypeParameter [ ] | undefined ;
38163816 getParameters ( ) : Symbol [ ] ;
38173817 getReturnType ( ) : Type ;
3818- getDocumentationComment ( typeChecker ? : TypeChecker ) : SymbolDisplayPart [ ] ;
3818+ getDocumentationComment ( typeChecker : TypeChecker | undefined ) : SymbolDisplayPart [ ] ;
38193819 getJsDocTags ( ) : JSDocTagInfo [ ] ;
38203820 }
38213821 interface SourceFile {
You can’t perform that action at this time.
0 commit comments