You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/compiler/program.ts
+6-1
Original file line number
Diff line number
Diff line change
@@ -540,6 +540,8 @@ namespace ts {
540
540
* Subset of a SourceFile used to calculate index-based resolutions
541
541
* This includes some internal fields, so unless you have very good reason,
542
542
* (and are willing to use some less stable internals) you should probably just pass a SourceFile.
543
+
*
544
+
* @internal
543
545
*/
544
546
exportinterfaceSourceFileImportsList{
545
547
/* @internal */imports: SourceFile["imports"];
@@ -562,7 +564,10 @@ namespace ts {
562
564
* @param file File to fetch the resolution mode within
563
565
* @param index Index into the file's complete resolution list to get the resolution of - this is a concatenation of the file's imports and module augmentations
0 commit comments