(node)
| 30447 | || kind === 27 /* SyntaxKind.CommaToken */; |
| 30448 | } |
| 30449 | function isBinaryOperatorToken(node) { |
| 30450 | return isBinaryOperator(node.kind); |
| 30451 | } |
| 30452 | ts.isBinaryOperatorToken = isBinaryOperatorToken; |
| 30453 | var BinaryExpressionState; |
| 30454 | (function (BinaryExpressionState) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…