Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dwatch.ts527 export const noopFileWatcher: FileWatcher = { close: noop }; constant
/third_party/typescript/src/testRunner/unittests/tsserver/
Dsession.ts5 const noopFileWatcher: FileWatcher = { close: noop }; constant