Skip to content

Commit f89db7d

Browse files
committed
Added missing binary operator In.
1 parent b63e134 commit f89db7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compiler/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,6 +1020,7 @@ namespace ts {
10201020
| SyntaxKind.ExclamationEqualsEqualsToken
10211021
| SyntaxKind.ExclamationEqualsToken
10221022
| SyntaxKind.InstanceOfKeyword
1023+
| SyntaxKind.InKeyword
10231024
| SyntaxKind.CommaToken;
10241025

10251026
export type BinaryOperatorToken = Token<BinaryOperator>;

0 commit comments

Comments
 (0)