| /third_party/typescript/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/ |
| D | when-using-file-watching-thats-on-inode-when-rename-event-ends-with-tilde.js | 37 DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 0 {"watchFile":4} Failed Lo… property 38 Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 0 {"watchFile… property 40 …ded:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 {"watchFile":4} Type roots property 41 …ded:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 {"watchFile":4} Type roots property 42 …s/myproject/main.js :: WatchInfo: /user/username/projects/myproject 0 {"watchFile":4} Failed Looku… property 43 …s/myproject/main.js :: WatchInfo: /user/username/projects/myproject 0 {"watchFile":4} Failed Looku… property 109 …myproject/foo.d.ts~ :: WatchInfo: /user/username/projects/myproject 0 {"watchFile":4} Failed Looku… property 110 …myproject/foo.d.ts~ :: WatchInfo: /user/username/projects/myproject 0 {"watchFile":4} Failed Looku… property 111 …/myproject/foo.d.ts :: WatchInfo: /user/username/projects/myproject 0 {"watchFile":4} Failed Looku… property 113 …/myproject/foo.d.ts :: WatchInfo: /user/username/projects/myproject 0 {"watchFile":4} Failed Looku… property [all …]
|
| D | when-using-file-watching-thats-on-inode.js | 37 DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 0 {"watchFile":4} Failed Lo… property 38 Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 0 {"watchFile… property 40 …ded:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 {"watchFile":4} Type roots property 41 …ded:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 {"watchFile":4} Type roots property 42 …s/myproject/main.js :: WatchInfo: /user/username/projects/myproject 0 {"watchFile":4} Failed Looku… property 43 …s/myproject/main.js :: WatchInfo: /user/username/projects/myproject 0 {"watchFile":4} Failed Looku… property 106 …/myproject/foo.d.ts :: WatchInfo: /user/username/projects/myproject 0 {"watchFile":4} Failed Looku… property 108 …/myproject/foo.d.ts :: WatchInfo: /user/username/projects/myproject 0 {"watchFile":4} Failed Looku… property 117 …/myproject/foo.d.ts :: WatchInfo: /user/username/projects/myproject 0 {"watchFile":4} Failed Looku… property 119 …/myproject/foo.d.ts :: WatchInfo: /user/username/projects/myproject 0 {"watchFile":4} Failed Looku… property [all …]
|
| D | when-using-file-watching-thats-when-rename-occurs-when-file-is-still-on-the-disk.js | 38 …ded:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 {"watchFile":4} Type roots property 39 …ded:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 {"watchFile":4} Type roots property
|
| D | when-using-file-watching-thats-on-inode-when-rename-occurs-when-file-is-still-on-the-disk.js | 38 …ded:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 {"watchFile":4} Type roots property 39 …ded:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 {"watchFile":4} Type roots property
|
| /third_party/typescript/tests/baselines/reference/config/showConfig/Shows tsconfig for single option/watchFile/ |
| D | tsconfig.json | 4 "watchFile": "fixedpollinginterval" string
|
| /third_party/typescript/tests/baselines/reference/config/showConfig/Show TSConfig with watch options/ |
| D | tsconfig.json | 4 "watchFile": "dynamicprioritypolling" string
|
| /third_party/node/test/pummel/ |
| D | test-watch-file.js | 35 function watchFile() { function
|
| /third_party/typescript/tests/cases/compiler/ |
| D | APISample_watcher.ts | 26 …watchFile(filename: string, options: { persistent?: boolean; interval?: number; }, listener: (curr… variable
|
| /third_party/typescript/src/server/ |
| D | types.ts | 14 …watchFile(path: string, callback: FileWatcherCallback, pollingInterval?: number, options?: WatchOp… method
|
| D | protocol.ts | 1591 watchFile?: WatchFileKind | ts.WatchFileKind; property
|
| /third_party/typescript/tests/baselines/reference/ |
| D | APISample_WatchWithOwnWatchHost.js | 91 watchFile: ts.sys.watchFile, property
|
| /third_party/typescript/src/compiler/ |
| D | watchPublic.ts | 80 …watchFile(path: string, callback: FileWatcherCallback, pollingInterval?: number, options?: WatchOp… method 339 const { watchFile, watchDirectory, writeLog } = createWatchFactory(host, compilerOptions); constant
|
| D | watchUtilities.ts | 575 …watchFile(path: string, callback: FileWatcherCallback, pollingInterval?: number, options?: WatchOp… method 582 …watchFile: (file: string, callback: FileWatcherCallback, pollingInterval: PollingInterval, options… property
|
| D | sys.ts | 893 …function watchFile(fileName: string, callback: FileWatcherCallback, pollingInterval: PollingInterv… function 1345 …watchFile?(path: string, callback: FileWatcherCallback, pollingInterval?: number, options?: WatchO… method 1456 const { watchFile, watchDirectory } = createSystemWatchFunctions({ constant
|
| D | tsbuildPublic.ts | 316 …const { watchFile, watchDirectory, writeLog } = createWatchFactory<ResolvedConfigFileName>(hostWit… constant 1422 …function watchFile(state: SolutionBuilderState, file: string, callback: FileWatcherCallback, polli… function
|
| /third_party/node/lib/internal/fs/ |
| D | recursive_watch.js | 174 #watchFile(file) { method in FSWatcher
|
| /third_party/typescript/src/jsTyping/ |
| D | types.ts | 87 …watchFile?(path: string, callback: FileWatcherCallback, pollingInterval?: number, options?: WatchO… method
|
| /third_party/typescript/src/harness/ |
| D | virtualFileSystemWithWatch.ts | 383 const { watchFile, watchDirectory } = createSystemWatchFunctions({ constant
|
| /third_party/node/lib/ |
| D | fs.js | 2458 function watchFile(filename, options, listener) { function
|
| /third_party/typescript/lib/ |
| D | protocol.d.ts | 1158 watchFile?: WatchFileKind | ts.WatchFileKind; property
|
| D | tsc.js | 3789 function watchFile(fileName, callback, defaultPollingInterval) { function 3929 function watchFile(fileName, callback) { function 4238 function watchFile(fileName, callback, pollingInterval, options) { function 4287 function generateWatchFileOptions(watchFile, fallbackPolling, options) { argument 4525 watchFile: watchFile, property 100189 …watchFile: function (file, callback, pollingInterval, options) { return host.watchFile(file, callb… method 108288 watchFile: watchFile, property 109013 function watchFile(state, file, callback, pollingInterval, options, watchType, project) { function
|
| D | typingsInstaller.js | 6261 function watchFile(fileName, callback, defaultPollingInterval) { function 6414 function watchFile(fileName, callback) { function 6773 function watchFile(fileName, callback, pollingInterval, options) { function 6830 function generateWatchFileOptions(watchFile, fallbackPolling, options) { argument 7117 watchFile: watchFile, property 120826 …watchFile: function (file, callback, pollingInterval, options) { return host.watchFile(file, callb… method 130079 watchFile: watchFile, property 130832 function watchFile(state, file, callback, pollingInterval, options, watchType, project) { function
|
| D | typescriptServices.d.ts | 3227 watchFile?: WatchFileKind; property
|
| D | typescript.d.ts | 3227 watchFile?: WatchFileKind; property
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 3227 watchFile?: WatchFileKind; property
|