File tree 2 files changed +3
-6
lines changed
tests/baselines/reference/api
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -2994,9 +2994,9 @@ namespace ts {
2994
2994
*/
2995
2995
/* @internal */ tryGetMemberInModuleExportsAndProperties ( memberName : string , moduleSymbol : Symbol ) : Symbol | undefined ;
2996
2996
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 ;
3000
3000
getBaseConstraintOfType ( type : Type ) : Type | undefined ;
3001
3001
getDefaultFromTypeParameter ( type : Type ) : Type | undefined ;
3002
3002
Original file line number Diff line number Diff line change @@ -1918,9 +1918,6 @@ declare namespace ts {
1918
1918
getAmbientModules ( ) : Symbol [ ] ;
1919
1919
tryGetMemberInModuleExports ( memberName : string , moduleSymbol : Symbol ) : Symbol | undefined ;
1920
1920
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 ;
1924
1921
getBaseConstraintOfType ( type : Type ) : Type | undefined ;
1925
1922
getDefaultFromTypeParameter ( type : Type ) : Type | undefined ;
1926
1923
/**
You can’t perform that action at this time.
0 commit comments