File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -439,7 +439,7 @@ namespace ts {
439
439
Default = 1 << 9 , // Function/Class (export default declaration)
440
440
Const = 1 << 11 , // Variable declaration
441
441
442
- HasComputedFlags = 1 << 31 , // Modifier flags have been computed
442
+ HasComputedFlags = 1 << 29 , // Modifier flags have been computed
443
443
444
444
AccessibilityModifier = Public | Private | Protected ,
445
445
// Accessibility modifiers and 'readonly' can be attached to a parameter in a constructor to make it a property.
@@ -2980,7 +2980,7 @@ namespace ts {
2980
2980
ContainsBlockScopedBinding = 1 << 18 ,
2981
2981
ContainsBindingPattern = 1 << 19 ,
2982
2982
2983
- HasComputedFlags = 1 << 30 , // Transform flags have been computed.
2983
+ HasComputedFlags = 1 << 29 , // Transform flags have been computed.
2984
2984
2985
2985
// Assertions
2986
2986
// - Bitmasks that are used to assert facts about the syntax of a node and its subtree.
You can’t perform that action at this time.
0 commit comments