We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707cb93 commit 0be9a22Copy full SHA for 0be9a22
src/compiler/builder.ts
@@ -811,11 +811,6 @@ namespace ts {
811
}
812
813
814
- // Mark seen emitted files if there are pending files to be emitted
815
- if (state.affectedFilesPendingEmit && state.program !== affected) {
816
- (state.seenEmittedFiles || (state.seenEmittedFiles = createMap())).set((affected as SourceFile).path, true);
817
- }
818
-
819
return toAffectedFileResult(
820
state,
821
// When whole program is affected, do emit only once (eg when --out or --outFile is specified)
0 commit comments