Skip to content

Commit e95a178

Browse files
Accepted baselines.
1 parent 32bb63c commit e95a178

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/baselines/reference/api/tsserverlibrary.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2675,7 +2675,7 @@ declare namespace ts {
26752675
getApparentType(type: Type): Type;
26762676
getSuggestionForNonexistentProperty(name: Identifier | string, containingType: Type): string | undefined;
26772677
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;
26792679
getBaseConstraintOfType(type: Type): Type | undefined;
26802680
getDefaultFromTypeParameter(type: Type): Type | undefined;
26812681
getAnyType(): Type;

tests/baselines/reference/api/typescript.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1920,7 +1920,7 @@ declare namespace ts {
19201920
getApparentType(type: Type): Type;
19211921
getSuggestionForNonexistentProperty(name: Identifier | string, containingType: Type): string | undefined;
19221922
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;
19241924
getBaseConstraintOfType(type: Type): Type | undefined;
19251925
getDefaultFromTypeParameter(type: Type): Type | undefined;
19261926
/**

0 commit comments

Comments
 (0)