Skip to content

Commit 8a2ded3

Browse files
committed
Merge pull request microsoft#4034 from basarat/patch-1
SourceFile.fileWatcher should be optional
2 parents 5bb2e2f + 1251b46 commit 8a2ded3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/tsc.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace ts {
55
export interface SourceFile {
6-
fileWatcher: FileWatcher;
6+
fileWatcher?: FileWatcher;
77
}
88

99
/**

0 commit comments

Comments
 (0)