Skip to content

Commit 21a6a9a

Browse files
author
Andy
authored
Remove unused interface (#23905)
1 parent 618da24 commit 21a6a9a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/compiler/utilities.ts

-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ namespace ts {
66

77
export const externalHelpersModuleNameText = "tslib";
88

9-
export interface ReferencePathMatchResult {
10-
fileReference?: FileReference;
11-
diagnosticMessage?: DiagnosticMessage;
12-
isNoDefaultLib?: boolean;
13-
isTypeReferenceDirective?: boolean;
14-
}
15-
169
export function getDeclarationOfKind<T extends Declaration>(symbol: Symbol, kind: T["kind"]): T {
1710
const declarations = symbol.declarations;
1811
if (declarations) {

0 commit comments

Comments
 (0)