File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
tests/baselines/reference/api Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2439,7 +2439,8 @@ declare namespace ts {
24392439 NoConstraints = 64 ,
24402440 AlwaysStrict = 128 ,
24412441 MaxValue = 256 ,
2442- PriorityImpliesCombination = 56
2442+ PriorityImpliesCombination = 56 ,
2443+ Circularity = - 1
24432444 }
24442445 /** @deprecated Use FileExtensionInfo instead. */
24452446 export type JsFileExtensionInfo = FileExtensionInfo ;
Original file line number Diff line number Diff line change @@ -2439,7 +2439,8 @@ declare namespace ts {
24392439 NoConstraints = 64 ,
24402440 AlwaysStrict = 128 ,
24412441 MaxValue = 256 ,
2442- PriorityImpliesCombination = 56
2442+ PriorityImpliesCombination = 56 ,
2443+ Circularity = - 1
24432444 }
24442445 /** @deprecated Use FileExtensionInfo instead. */
24452446 export type JsFileExtensionInfo = FileExtensionInfo ;
You can’t perform that action at this time.
0 commit comments