export ReferencePathMatchResult interface as it is used by other exported functions

This commit is contained in:
Mohamed Hegazy
2014-11-10 21:42:33 -08:00
parent 04e2169f03
commit c3131e2903

View File

@@ -747,7 +747,7 @@ module ts {
nodeIsNestedInLabel(label: Identifier, requireIterationStatement: boolean, stopAtFunctionBoundary: boolean): ControlBlockContext;
}
interface ReferencePathMatchResult {
export interface ReferencePathMatchResult {
fileReference?: FileReference
diagnostic?: DiagnosticMessage
isNoDefaultLib?: boolean