Skip to content

Commit 20097d7

Browse files
authored
mark 'failedLookupLocations' as internal (#13139)
1 parent e90742f commit 20097d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compiler/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3544,6 +3544,7 @@ namespace ts {
35443544

35453545
export interface ResolvedModuleWithFailedLookupLocations {
35463546
resolvedModule: ResolvedModuleFull | undefined;
3547+
/* @internal */
35473548
failedLookupLocations: string[];
35483549
}
35493550

0 commit comments

Comments
 (0)