Merge pull request #4034 from basarat/patch-1
SourceFile.fileWatcher should be optional
This commit is contained in:
Коммит
8a2ded3cd6
|
@ -3,7 +3,7 @@
|
|||
|
||||
namespace ts {
|
||||
export interface SourceFile {
|
||||
fileWatcher: FileWatcher;
|
||||
fileWatcher?: FileWatcher;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче