@@ -80,16 +80,17 @@ exitCode:: ExitStatus.undefined
8080
8181Change :: npm install
8282
83- Input ::
83+ Before running Timeout callback :: count : 1
84+ 4 : timerToInvalidateFailedLookupResolutions
85+ Output ::
86+ sysLog :: / user / username / projects / myproject / node_modules :: Changing watcher to PresentFileSystemEntryWatcher
87+
88+
8489//// [/user/username/projects/myproject/node_modules/@types /qqq/index.d.ts]
8590export { }
8691
8792//// [/user/username/projects/myproject/node_modules2/@types /qqq/index.d.ts] deleted
8893
89- Output ::
90- sysLog :: / user / username / projects / myproject / node_modules :: Changing watcher to PresentFileSystemEntryWatcher
91-
92-
9394PolledWatches ::
9495/ user / username / projects / node_modules :
9596 { "pollingInterval ":500 }
@@ -115,14 +116,80 @@ FsWatchesRecursive::
115116Timeout callback :: count : 1
1161174 : timerToInvalidateFailedLookupResolutions * new *
117118
118- Before running Timeout callback :: count : 1
119- 4 : timerToInvalidateFailedLookupResolutions
120-
121119Host is moving to new time
122120After running Timeout callback :: count : 1
123121
124122Timeout callback :: count : 1
1251235 : timerToUpdateProgram * new *
126124
125+ Input ::
126+
127+ Before running Timeout callback :: count : 1
128+ 5 : timerToUpdateProgram
129+
130+ Host is moving to new time
131+ After running Timeout callback :: count : 0
132+ Output ::
133+ >> Screen clear
134+ [ [ 90 mHH :MM :SS AM [ 0 m ] File change detected . Starting incremental compilation . . .
135+
136+ [ [ 90 mHH :MM :SS AM [ 0 m ] Found 0 errors . Watching for file changes .
137+
138+
139+
140+ //// [/user/username/projects/myproject/a.js] file written with same contents
141+
142+ PolledWatches ::
143+ / user / username / projects / myproject / node_modules / @types / package . json : * new *
144+ { "pollingInterval" :2000 }
145+ / user / username / projects / myproject / node_modules / @types / qqq / package . json : * new *
146+ { "pollingInterval" :2000 }
147+ / user / username / projects / myproject / node_modules / package . json : * new *
148+ { "pollingInterval" :2000 }
149+ / user / username / projects / myproject / package . json : * new *
150+ { "pollingInterval" :2000 }
151+ / user / username / projects / package . json : * new *
152+ { "pollingInterval" :2000 }
153+
154+ PolledWatches * deleted * ::
155+ / u s e r / username/ projects / node_modules :
156+ { "pollingInterval ":500 }
157+
158+ FsWatches ::
159+ / home / src / tslibs / TS / Lib / lib . d . ts :
160+ { }
161+ / user / username / projects :
162+ { }
163+ / user / username / projects / myproject :
164+ { }
165+ / user / username / projects / myproject / a . ts :
166+ { }
167+ / user / username / projects / myproject / node_modules / @types / qqq / index . d . ts : * new *
168+ { }
169+
170+ FsWatchesRecursive ::
171+ / user / username / projects / myproject / node_modules :
172+ { }
173+
174+
175+ Program root files : [
176+ "/user/username/projects/myproject/a.ts"
177+ ]
178+ Program options : {
179+ "watch ": true
180+ }
181+ Program structureReused : SafeModules
182+ Program files ::
183+ / home / src / tslibs / TS / Lib / lib . d . ts
184+ / user / username / projects / myproject / node_modules / @types / qqq / index . d . ts
185+ / u s e r / username/ projects / myproject / a . ts
186+
187+ Semantic diagnostics in builder refreshed for ::
188+ / user / username / projects / myproject / node_modules / @types / qqq / index . d . ts
189+ / u s e r / username/ projects / myproject / a . ts
190+
191+ Shape signatures in builder refreshed for ::
192+ / user / username / projects / myproject / node_modules / @types / qqq / index . d . ts ( used version )
193+ / u s e r / username/ projects / myproject / a . ts ( computed . d . ts )
127194
128195exitCode :: ExitStatus . undefined
0 commit comments