mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-24 06:06:19 -05:00
Remove unused defaultWatchFileKind method since useFsEvents is default for tsserver and tsc (#51044)
This commit is contained in:
@@ -350,7 +350,6 @@ interface Array<T> { length: number; [n: number]: T; }`
|
||||
private readonly executingFilePath: string;
|
||||
private readonly currentDirectory: string;
|
||||
public require: ((initialPath: string, moduleName: string) => RequireResult) | undefined;
|
||||
public defaultWatchFileKind?: () => WatchFileKind | undefined;
|
||||
public storeFilesChangingSignatureDuringEmit = true;
|
||||
watchFile: HostWatchFile;
|
||||
private inodeWatching: boolean | undefined;
|
||||
@@ -398,7 +397,6 @@ interface Array<T> { length: number; [n: number]: T; }`
|
||||
realpath: this.realpath.bind(this),
|
||||
tscWatchFile,
|
||||
tscWatchDirectory,
|
||||
defaultWatchFileKind: () => this.defaultWatchFileKind?.(),
|
||||
inodeWatching: !!this.inodeWatching,
|
||||
sysLog: s => this.write(s + this.newLine),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user