From c3131e290328d8ecfb941a3b6770a183f2c2f8fb Mon Sep 17 00:00:00 2001 From: Mohamed Hegazy Date: Mon, 10 Nov 2014 21:42:33 -0800 Subject: [PATCH] export ReferencePathMatchResult interface as it is used by other exported functions --- src/compiler/parser.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/parser.ts b/src/compiler/parser.ts index 81f35812c3a..01ed1b37f16 100644 --- a/src/compiler/parser.ts +++ b/src/compiler/parser.ts @@ -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