Skip to content

Commit 2068192

Browse files
basaratmhegazy
authored andcommitted
export type used by an exported function (#15965)
1 parent d5993ba commit 2068192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/importTracker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ namespace ts.FindAllReferences {
300300
});
301301
}
302302

303-
type ModuleReference =
303+
export type ModuleReference =
304304
/** "import" also includes require() calls. */
305305
| { kind: "import", literal: StringLiteral }
306306
/** <reference path> or <reference types> */

0 commit comments

Comments
 (0)