You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there is no change in file text for program, no need to update program (#51626)
* When fsEvent for change is repeated
* When trying to check if program is uptodate, read the files from disk to determine the version instead of delaying so that new program is not created if file contents have not changed
Copy file name to clipboardExpand all lines: tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/with-noEmitOnError-with-incremental.js
+6-73Lines changed: 6 additions & 73 deletions
Original file line number
Diff line number
Diff line change
@@ -183,30 +183,6 @@ Input::
183
183
//// [/user/username/projects/noEmitOnError/src/main.ts] file written with same contents
Copy file name to clipboardExpand all lines: tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/with-noEmitOnError.js
+6-73Lines changed: 6 additions & 73 deletions
Original file line number
Diff line number
Diff line change
@@ -103,30 +103,6 @@ Input::
103
103
//// [/user/username/projects/noEmitOnError/src/main.ts] file written with same contents
0 commit comments