Home
last modified time | relevance | path

Searched refs:returnNoopFileWatcher (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/webServer/
DwebServer.ts152 watchFile: returnNoopFileWatcher,
153 watchDirectory: returnNoopFileWatcher,
/third_party/typescript/src/compiler/
Dwatch.ts528 export const returnNoopFileWatcher = () => noopFileWatcher; constant
534 watchFile: maybeBind(system, system.watchFile) || returnNoopFileWatcher,
535 watchDirectory: maybeBind(system, system.watchDirectory) || returnNoopFileWatcher,
DwatchUtilities.ts607 returnNoopFileWatcher;
/third_party/typescript/src/server/
DeditorServices.ts882 watchFile: returnNoopFileWatcher,
883 watchDirectory: returnNoopFileWatcher,
/third_party/typescript/lib/
Dtsc.js100088 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,
DtypingsInstaller.js120719 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,