@@ -210,28 +210,28 @@ type DiffErrorCulprit = "new" | "old";
210210type DiffErrorDetails =
211211 | { tag : "impossibleError" }
212212 | {
213- tag : "constructorAlias" ;
214- oldOrNewBranch : DiffErrorCulprit ;
215- typeName : string ;
216- constructorName1 : string ;
217- constructorName2 : string ;
218- }
213+ tag : "constructorAlias" ;
214+ oldOrNewBranch : DiffErrorCulprit ;
215+ typeName : string ;
216+ constructorName1 : string ;
217+ constructorName2 : string ;
218+ }
219219 | {
220- tag : "missingConstructorName" ;
221- oldOrNewBranch : DiffErrorCulprit ;
222- typeName : string ;
223- }
220+ tag : "missingConstructorName" ;
221+ oldOrNewBranch : DiffErrorCulprit ;
222+ typeName : string ;
223+ }
224224 | {
225- tag : "nestedDeclAlias" ;
226- oldOrNewBranch : DiffErrorCulprit ;
227- constructorName1 : string ;
228- constructorName2 : string ;
229- }
225+ tag : "nestedDeclAlias" ;
226+ oldOrNewBranch : DiffErrorCulprit ;
227+ constructorName1 : string ;
228+ constructorName2 : string ;
229+ }
230230 | {
231- tag : "strayConstructor" ;
232- oldOrNewBranch : DiffErrorCulprit ;
233- constructorName : string ;
234- } ;
231+ tag : "strayConstructor" ;
232+ oldOrNewBranch : DiffErrorCulprit ;
233+ constructorName : string ;
234+ } ;
235235
236236type ContributionDiffConfig =
237237 | { tag : "ok" }
0 commit comments