We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4253de commit 4774cecCopy full SHA for 4774cec
src/compiler/types.ts
@@ -876,7 +876,7 @@ export const enum ModifierFlags {
876
Deprecated = 1 << 16, // Deprecated tag.
877
878
// Cache-only JSDoc-modifiers. Should match order of Syntactic/JSDoc modifiers, above.
879
- /** @internal */ JSDocPublic = 1 << 23, // if this value changes, `adjustJSDocModifierFlags` must change accordingly
+ /** @internal */ JSDocPublic = 1 << 23, // if this value changes, `selectEffectiveModifierFlags` must change accordingly
880
/** @internal */ JSDocPrivate = 1 << 24,
881
/** @internal */ JSDocProtected = 1 << 25,
882
/** @internal */ JSDocReadonly = 1 << 26,
0 commit comments