Home
last modified time | relevance | path

Searched defs:noopFileWatcher (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/compiler/
Dwatch.ts576 export const noopFileWatcher: FileWatcher = { close: noop }; constant
/third_party/typescript/src/testRunner/unittests/tsserver/
Dsession.ts8 const noopFileWatcher: ts.FileWatcher = { close: ts.noop }; constant
/third_party/typescript/lib/
DtypingsInstaller.js38911 var noopFileWatcher = { close: noop }; variable
Dtsc.js110762 var noopFileWatcher = { close: noop }; variable