Skip to content

Commit 79244c5

Browse files
authored
remove unused node flag (#52052)
1 parent 44152bc commit 79244c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/types.ts

-1
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,6 @@ export const enum NodeFlags {
815815
JsonFile = 1 << 26, // If node was parsed in a Json
816816
/** @internal */ TypeCached = 1 << 27, // If a type was cached for node at any point
817817
/** @internal */ Deprecated = 1 << 28, // If has '@deprecated' JSDoc tag
818-
/** @internal */ ConditionalTypeContext = 1 << 29,
819818

820819
BlockScoped = Let | Const,
821820

0 commit comments

Comments
 (0)