mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Added missing binary operator In.
This commit is contained in:
@@ -1020,6 +1020,7 @@ namespace ts {
|
||||
| SyntaxKind.ExclamationEqualsEqualsToken
|
||||
| SyntaxKind.ExclamationEqualsToken
|
||||
| SyntaxKind.InstanceOfKeyword
|
||||
| SyntaxKind.InKeyword
|
||||
| SyntaxKind.CommaToken;
|
||||
|
||||
export type BinaryOperatorToken = Token<BinaryOperator>;
|
||||
|
||||
Reference in New Issue
Block a user