We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e2169 commit c3131e2Copy full SHA for c3131e2
src/compiler/parser.ts
@@ -747,7 +747,7 @@ module ts {
747
nodeIsNestedInLabel(label: Identifier, requireIterationStatement: boolean, stopAtFunctionBoundary: boolean): ControlBlockContext;
748
}
749
750
- interface ReferencePathMatchResult {
+ export interface ReferencePathMatchResult {
751
fileReference?: FileReference
752
diagnostic?: DiagnosticMessage
753
isNoDefaultLib?: boolean
0 commit comments