mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 10:29:18 -05: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