File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
tests/baselines/reference/api Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -2994,9 +2994,9 @@ namespace ts {
29942994 */
29952995 /* @internal */ tryGetMemberInModuleExportsAndProperties ( memberName : string , moduleSymbol : Symbol ) : Symbol | undefined ;
29962996 getApparentType ( type : Type ) : Type ;
2997- getSuggestionForNonexistentProperty ( name : Identifier | string , containingType : Type ) : string | undefined ;
2998- getSuggestionForNonexistentSymbol ( location : Node , name : string , meaning : SymbolFlags ) : string | undefined ;
2999- getSuggestionForNonexistentExport ( node : Identifier , target : Symbol ) : string | undefined ;
2997+ /* @internal */ getSuggestionForNonexistentProperty ( name : Identifier | string , containingType : Type ) : string | undefined ;
2998+ /* @internal */ getSuggestionForNonexistentSymbol ( location : Node , name : string , meaning : SymbolFlags ) : string | undefined ;
2999+ /* @internal */ getSuggestionForNonexistentExport ( node : Identifier , target : Symbol ) : string | undefined ;
30003000 getBaseConstraintOfType ( type : Type ) : Type | undefined ;
30013001 getDefaultFromTypeParameter ( type : Type ) : Type | undefined ;
30023002
Original file line number Diff line number Diff line change @@ -1918,9 +1918,6 @@ declare namespace ts {
19181918 getAmbientModules ( ) : Symbol [ ] ;
19191919 tryGetMemberInModuleExports ( memberName : string , moduleSymbol : Symbol ) : Symbol | undefined ;
19201920 getApparentType ( type : Type ) : Type ;
1921- getSuggestionForNonexistentProperty ( name : Identifier | string , containingType : Type ) : string | undefined ;
1922- getSuggestionForNonexistentSymbol ( location : Node , name : string , meaning : SymbolFlags ) : string | undefined ;
1923- getSuggestionForNonexistentExport ( node : Identifier , target : Symbol ) : string | undefined ;
19241921 getBaseConstraintOfType ( type : Type ) : Type | undefined ;
19251922 getDefaultFromTypeParameter ( type : Type ) : Type | undefined ;
19261923 /**
You can’t perform that action at this time.
0 commit comments