File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,8 @@ namespace ts {
113
113
currentAffectedFilesSignatures : ESMap < Path , string > | undefined ;
114
114
/**
115
115
* Newly computed visible to outside referencedSet
116
+ * We need to store the updates separately in case the in-progress build is cancelled
117
+ * and we need to roll back.
116
118
*/
117
119
currentAffectedFilesExportedModulesMap : BuilderState . ComputingExportedModulesMap | undefined ;
118
120
/**
Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ namespace ts {
43
43
/**
44
44
* Contains the map of exported modules ReferencedSet=exported module files from the file if module emit is enabled
45
45
* Otherwise undefined
46
+ *
47
+ * This is equivalent to referencedMap, but for the emitted .d.ts file.
46
48
*/
47
49
readonly exportedModulesMap : BuilderState . TwoWayMap < Path , Path > | undefined ;
48
50
You can’t perform that action at this time.
0 commit comments