Searched refs:returnNoopFileWatcher (Results 1 – 6 of 6) sorted by relevance
/third_party/typescript/src/webServer/ |
D | webServer.ts | 152 watchFile: returnNoopFileWatcher, 153 watchDirectory: returnNoopFileWatcher,
|
/third_party/typescript/src/compiler/ |
D | watch.ts | 528 export const returnNoopFileWatcher = () => noopFileWatcher; constant 534 watchFile: maybeBind(system, system.watchFile) || returnNoopFileWatcher, 535 watchDirectory: maybeBind(system, system.watchDirectory) || returnNoopFileWatcher,
|
D | watchUtilities.ts | 607 returnNoopFileWatcher;
|
/third_party/typescript/src/server/ |
D | editorServices.ts | 882 watchFile: returnNoopFileWatcher, 883 watchDirectory: returnNoopFileWatcher,
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 120543 ts.returnNoopFileWatcher; 128438 ts.returnNoopFileWatcher = function () { return ts.noopFileWatcher; }; function 128444 watchFile: ts.maybeBind(system, system.watchFile) || ts.returnNoopFileWatcher, 128445 watchDirectory: ts.maybeBind(system, system.watchDirectory) || ts.returnNoopFileWatcher,
|
D | tsc.js | 99930 ts.returnNoopFileWatcher; 106781 ts.returnNoopFileWatcher = function () { return ts.noopFileWatcher; }; function 106787 watchFile: ts.maybeBind(system, system.watchFile) || ts.returnNoopFileWatcher, 106788 watchDirectory: ts.maybeBind(system, system.watchDirectory) || ts.returnNoopFileWatcher,
|