File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/baselines/reference/api Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2675,7 +2675,7 @@ declare namespace ts {
2675
2675
getApparentType(type: Type): Type;
2676
2676
getSuggestionForNonexistentProperty(name: Identifier | string, containingType: Type): string | undefined;
2677
2677
getSuggestionForNonexistentSymbol(location: Node, name: string, meaning: SymbolFlags): string | undefined;
2678
- getSuggestionForNonexistentModule (node: Identifier, target: Symbol): string | undefined;
2678
+ getSuggestionForNonexistentExport (node: Identifier, target: Symbol): string | undefined;
2679
2679
getBaseConstraintOfType(type: Type): Type | undefined;
2680
2680
getDefaultFromTypeParameter(type: Type): Type | undefined;
2681
2681
getAnyType(): Type;
Original file line number Diff line number Diff line change @@ -1920,7 +1920,7 @@ declare namespace ts {
1920
1920
getApparentType ( type : Type ) : Type ;
1921
1921
getSuggestionForNonexistentProperty ( name : Identifier | string , containingType : Type ) : string | undefined ;
1922
1922
getSuggestionForNonexistentSymbol ( location : Node , name : string , meaning : SymbolFlags ) : string | undefined ;
1923
- getSuggestionForNonexistentModule ( node : Identifier , target : Symbol ) : string | undefined ;
1923
+ getSuggestionForNonexistentExport ( node : Identifier , target : Symbol ) : string | undefined ;
1924
1924
getBaseConstraintOfType ( type : Type ) : Type | undefined ;
1925
1925
getDefaultFromTypeParameter ( type : Type ) : Type | undefined ;
1926
1926
/**
You can’t perform that action at this time.
0 commit comments