Skip to content

Commit c3131e2

Browse files
committed
export ReferencePathMatchResult interface as it is used by other exported functions
1 parent 04e2169 commit c3131e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ module ts {
747747
nodeIsNestedInLabel(label: Identifier, requireIterationStatement: boolean, stopAtFunctionBoundary: boolean): ControlBlockContext;
748748
}
749749

750-
interface ReferencePathMatchResult {
750+
export interface ReferencePathMatchResult {
751751
fileReference?: FileReference
752752
diagnostic?: DiagnosticMessage
753753
isNoDefaultLib?: boolean

0 commit comments

Comments
 (0)