We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb49fbb commit 5cf4917Copy full SHA for 5cf4917
src/compiler/types.ts
@@ -538,7 +538,7 @@ namespace ts {
538
Abstract = 1 << 7, // Class/Method/ConstructSignature
539
Async = 1 << 8, // Property/Method/Function
540
Default = 1 << 9, // Function/Class (export default declaration)
541
-Const = 1 << 11, // Variable declaration
+Const = 1 << 11, // Const enum
542
HasComputedFlags = 1 << 29, // Modifier flags have been computed
543
544
AccessibilityModifier = Public | Private | Protected,
0 commit comments