We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44152bc commit 79244c5Copy full SHA for 79244c5
src/compiler/types.ts
@@ -815,7 +815,6 @@ export const enum NodeFlags {
815
JsonFile = 1 << 26, // If node was parsed in a Json
816
/** @internal */ TypeCached = 1 << 27, // If a type was cached for node at any point
817
/** @internal */ Deprecated = 1 << 28, // If has '@deprecated' JSDoc tag
818
- /** @internal */ ConditionalTypeContext = 1 << 29,
819
820
BlockScoped = Let | Const,
821
0 commit comments