Home
last modified time | relevance | path

Searched refs:fileWatcher (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/compiler/
DwatchPublic.ts272 fileWatcher: FileWatcher;
277 fileWatcher?: FileWatcher;
399 if (value && value.fileWatcher) {
400 value.fileWatcher.close();
401 value.fileWatcher = undefined;
574 if (!hostSourceFile.fileWatcher) {
575 …hostSourceFile.fileWatcher = watchFilePath(path, fileName, onSourceFileChange, PollingInterval.Low…
580 if (hostSourceFile.fileWatcher) {
581 hostSourceFile.fileWatcher.close();
588 …const fileWatcher = watchFilePath(path, fileName, onSourceFileChange, PollingInterval.Low, watchOp… constant
[all …]
DresolutionCache.ts749 const fileWatcher = fileWatchesOfAffectingLocations.get(affectingLocation); constant
750 if (fileWatcher) {
751 if (forResolution) fileWatcher.resolutions++;
752 else fileWatcher.files++;
759 const fileWatcher = fileWatchesOfAffectingLocations.get(locationToWatch); constant
760 if (fileWatcher) {
761 if (forResolution) fileWatcher.resolutions++;
762 else fileWatcher.files++;
763 fileWatcher.paths.add(affectingLocation);
764 fileWatchesOfAffectingLocations.set(affectingLocation, fileWatcher);
/third_party/typescript/src/server/
DeditorServices.ts2637 Debug.assert(!info.fileWatcher);
2645 info.fileWatcher = this.watchFactory.watchFile(
2655 …info.fileWatcher = this.watchClosedScriptInfoInNodeModules(info.path.substr(0, indexOfNodeModules)…
2764 if (info.fileWatcher) {
2765 info.fileWatcher.close();
2766 info.fileWatcher = undefined;
2934 const fileWatcher = this.watchFactory.watchFile( constant
2949 return fileWatcher;
3081 if (!info.fileWatcher) return; // not watched file
DscriptInfo.ts301 fileWatcher: FileWatcher | undefined; property in ts.server.ScriptInfo
Dproject.ts1399 const fileWatcher = this.projectService.watchFactory.watchFile( constant
1408 fileWatcher.close();
1419 return fileWatcher;
/third_party/typescript/lib/
DtypingsInstaller.js126789 var fileWatcher = fileWatchesOfAffectingLocations.get(affectingLocation);
126790 if (fileWatcher) {
126792 fileWatcher.resolutions++;
126794 fileWatcher.files++;
128837 if (value && value.fileWatcher) {
128838 value.fileWatcher.close();
128839 value.fileWatcher = undefined;
128992 if (!hostSourceFile.fileWatcher) {
128993 …hostSourceFile.fileWatcher = watchFilePath(path, fileName, onSourceFileChange, ts.PollingInterval.…
128998 if (hostSourceFile.fileWatcher) {
[all …]
Dtsc.js105373 var fileWatcher = fileWatchesOfAffectingLocations.get(affectingLocation);
105374 if (fileWatcher) {
105376 fileWatcher.resolutions++;
105378 fileWatcher.files++;
107152 if (value && value.fileWatcher) {
107153 value.fileWatcher.close();
107154 value.fileWatcher = undefined;
107295 if (!hostSourceFile.fileWatcher) {
107296 …hostSourceFile.fileWatcher = watchFilePath(path, fileName, onSourceFileChange, ts.PollingInterval.…
107300 if (hostSourceFile.fileWatcher) {
[all …]