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