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 | tsc.js | 100088 ts.returnNoopFileWatcher; 107100 ts.returnNoopFileWatcher = function () { return ts.noopFileWatcher; }; function 107106 watchFile: ts.maybeBind(system, system.watchFile) || ts.returnNoopFileWatcher, 107107 watchDirectory: ts.maybeBind(system, system.watchDirectory) || ts.returnNoopFileWatcher,
|
D | typingsInstaller.js | 120719 ts.returnNoopFileWatcher; 128777 ts.returnNoopFileWatcher = function () { return ts.noopFileWatcher; }; function 128783 watchFile: ts.maybeBind(system, system.watchFile) || ts.returnNoopFileWatcher, 128784 watchDirectory: ts.maybeBind(system, system.watchDirectory) || ts.returnNoopFileWatcher,
|