Searched defs:watchTypeRootsDirectory (Results 1 – 7 of 7) sorted by relevance
/third_party/typescript/src/compiler/ |
D | resolutionCache.ts | 55 …watchTypeRootsDirectory(directory: string, cb: DirectoryWatcherCallback, flags: WatchDirectoryFlag… method
|
/third_party/typescript/lib/ |
D | tsserverlibrary.js | 113124 …compilerHost.watchTypeRootsDirectory = function (dir, cb, flags) { return watchDirectory(dir, cb, … function 154296 Project.prototype.watchTypeRootsDirectory = function (directory, cb, flags) { method in Project
|
D | tsserver.js | 112930 …compilerHost.watchTypeRootsDirectory = function (dir, cb, flags) { return watchDirectory(dir, cb, … function 154102 Project.prototype.watchTypeRootsDirectory = function (directory, cb, flags) { method in Project
|
D | tsc.js | 92995 …compilerHost.watchTypeRootsDirectory = function (dir, cb, flags) { return watchDirectory(dir, cb, … function
|
D | typingsInstaller.js | 112919 …compilerHost.watchTypeRootsDirectory = function (dir, cb, flags) { return watchDirectory(dir, cb, … function
|
D | typescript.js | 113124 …compilerHost.watchTypeRootsDirectory = function (dir, cb, flags) { return watchDirectory(dir, cb, … function
|
D | typescriptServices.js | 113124 …compilerHost.watchTypeRootsDirectory = function (dir, cb, flags) { return watchDirectory(dir, cb, … function
|