File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -4011,7 +4011,7 @@ namespace ts {
4011
4011
getApparentType ( type : Type ) : Type ;
4012
4012
/* @internal */ getSuggestedSymbolForNonexistentProperty ( name : Identifier | PrivateIdentifier | string , containingType : Type ) : Symbol | undefined ;
4013
4013
/* @internal */ getSuggestedSymbolForNonexistentJSXAttribute ( name : Identifier | string , containingType : Type ) : Symbol | undefined ;
4014
- /* @internal */ getSuggestionForNonexistentProperty ( name : Identifier | PrivateIdentifier | string , containingType : Type , isJsxAttr : boolean ) : string | undefined ;
4014
+ /* @internal */ getSuggestionForNonexistentProperty ( name : Identifier | PrivateIdentifier | string , containingType : Type ) : string | undefined ;
4015
4015
/* @internal */ getSuggestedSymbolForNonexistentSymbol ( location : Node , name : string , meaning : SymbolFlags ) : Symbol | undefined ;
4016
4016
/* @internal */ getSuggestionForNonexistentSymbol ( location : Node , name : string , meaning : SymbolFlags ) : string | undefined ;
4017
4017
/* @internal */ getSuggestedSymbolForNonexistentModule ( node : Identifier , target : Symbol ) : Symbol | undefined ;
You can’t perform that action at this time.
0 commit comments